/*----- Custom Css -----*/

body{
    background: #fce9e25e;
}
.announcement .no-margin, .announcement hr{
    display:none;
}
.card{
    background-color:#ffffff;
}
.panel_s .announcement{
    background: #fffaee;
    padding: 5px 10px;
}
.submenu.customer-top-submenu{
    display:none;
}
.alert-dismissible .close {
    position: absolute!important;
    top: 2px;
    right: 5px;
    color: #000;
}
.navbar-default{
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.05);
}
.navbar a.navbar-brand{
    padding: 5px 0 5px 0;
}
.navbar a.navbar-brand img {
    width: auto;
    height: 82px;
}
.navbar a.navbar-brand{
    margin-top:0px;
}
.login-heading{
    font-size:20px;
}
a:hover{color:#0000;}
.navbar-default .navbar-nav>li>a{
    text-transform: capitalize;
}



/* sadik css start */
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-track {
  background: #fff; 
}
::-webkit-scrollbar-thumb {
    background: -webkit-linear-gradient(230deg, #eb3349 0%, #f45c43 100%);
    background: linear-gradient(220deg, #eb3349 0%, #f45c43 100%);
}
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
/*.modal {
    overflow-y: auto;
}*/
.height-auto {
    min-height: initial !important;
}
.btn-danger {
    border-radius: 3px;
    background: #ec0f0f;
    transition: .5s all ease;
}
.btn-danger:hover {
    background: #fff;
    color: #ec0f0f;
}
.full-modal .modal-body {
    overflow-y: auto;
    max-height: calc(100vh - 130px);
    min-height: calc(100vh - 130px);
}
/*checkbox css start*/
.form-control {
    border-radius: 3px;
}
.checkbox-custom, .radio-custom {
    opacity: 0;
    position: absolute;
}
.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}
.checkbox-custom-label, .radio-custom-label {
    position: relative;
}
.checkbox-custom + .checkbox-custom-label:before, .radio-custom + .radio-custom-label:before {
    content: '';
    background: #fff;
    border: 2px solid #ccc;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}
.checkbox-custom:checked + .checkbox-custom-label:before {
    background: #ee4047;
    box-shadow: inset 0px 0px 0px 4px #fff;  
   border: 2px solid #ee4047;
}
.radio-custom + .radio-custom-label:before {
   border-radius: 50%;
   border: 1px solid #ee4047
   outline: 1px solid #ff9800;
}
.radio-custom:checked + :before {
    background: #ee4047;
     border: 2px solid #ee4047;
    box-shadow: inset 0px 0px 0px 4px #fff;
}
.checkbox-custom:focus + .checkbox-custom-label:before{
  border: 2px solid #FF9800;
  outline: 1px solid #ff9800; 
}
/*checkbox css end*/
.d-inline-block {
    display: inline-block;
}
.btn-round-icon {
    color: #a5a5a5;
    border: 1px solid #ccc;
    display: inline-block;
    background: #fff;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 90px;
    padding: 0;
}
.btn-primary {
    background-color: #0592b3;
    border-radius: 3px;
}
.btn-success {
    background-color: #68a710;
    border-radius: 3px;
}
.d-none {
    display: none;
}
.font-14 {
    font-size: 14px;
}
.font-16 {
    font-size: 16px;
}
.m-0 {
    margin: 0px !important;
}
.mb-0 {
    margin-bottom: 0px;
}
.mt-0 {
    margin-top: 0px;
}
.ml-0 {
    margin-left: 0px !important;
}
.mb-1 {
    margin-bottom: 10px;
}
.mb-2 {
    margin-bottom: 20px;
}
.mr-1 {
    margin-right: 10px;
}
.ml-1 {
    margin-left: 10px;
}
.mr-05 {
    margin-right: 5px;
}
.mb-3 {
    margin-bottom: 30px;
}
.mt-25 {
    margin-top: 25px;
}
.p-2 {
    padding: 20px !important;
}
.pt-4 {
    padding-top: 40px;
}
.pb-4 {
    padding-bottom: 40px;
}
.pr-3 {
    padding-right: 30px;
}
.pl-3 {
    padding-left: 30px;
}
.pr-2 {
    padding-right: 20px !important;
}
.pl-2 {
    padding-left: 20px !important;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #ef4447;
    border-color: #ef4746;
}
.pagination>li>a, .pagination>li>span {
    color: #4a4a4a;
}

.hero-text > .container {
    width: 100%;
    max-width: 1400px;
}
.main-banner-icon > .row > .col-md-3 {
    width: 100%;
    flex: 0 0 20%;
}
textarea.form-control {
    height: 100px;
    resize: none;
}
.table-middle tbody tr td {
    vertical-align: middle;
}
.timeline {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.li {
    transition: all 200ms ease-in;
}
.timestamp {
    margin-bottom: 5px;
    padding: 0px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 100;
}
.timestamp span.date {
    font-size: 12px;
    color: #bfbfbf;
}
.status {
    padding: 0px 40px;
    display: flex;
    justify-content: center;
    border-top: 2px solid #D6DCE0;
    position: relative;
    transition: all 200ms ease-in;
}
.li.complete .status {
    border-top: 2px solid #08a9f5;
}
.li.complete .status:before {
    background-color: #08a9f5;
    border: none;
    transition: all 200ms ease-in;
}
.status:before {
    content: "";
    width: 14px;
    height: 14px;
    background-color: white;
    border-radius: 25px;
    border: 1px solid #ddd;
    position: absolute;
    top: -8px;
    left: 42%;
    transition: all 200ms ease-in;
}
.li.complete .status h4 {
    color: #07a0f3;
    font-size: 14px;
}
.status h4 {
    font-weight: 500;
    font-size: 14px;
}

.profile-details .form-control[disabled], .profile-details .form-control[readonly], .profile-details fieldset[disabled] .form-control {
    color: #000000;
}
.profile-list {
    margin-right: auto;
    padding-left: 26px;
}
.profile-list > li {
    padding: 2px 0;
}
.profile-list > li > b {
    color: #f14b46;
}
/* sadik css end */
/*.navbar-purple.navbar-sticky {
    position: fixed;
    top: 0;
    padding-top: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background: #4a62ff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .07);
    padding: 15px;
}*/
.navbar-sticky {
    position: fixed;
    z-index: 110;
    top: 0;
    padding-top: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.app-header {
    position: absolute;
    z-index: 100;
    width: 100%;
    padding-top: 2rem;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.app-header .navbar-brand img {
    height: 100px;
}
.text-white {
    color: #fff;
}
.d-flex {
    display: flex;
}
.align-items-center {
    align-items: center;
}
.justify-content-center {
    justify-content: center;
}
.justify-content-flex-end {
    justify-content: flex-end;
}
.justify-content-between {
    justify-content: space-between;
}
.justify-content-around {
    justify-content: space-around;
}
.app-header .navbar-brand {
    padding: 0px;
}
.creative-banner {
    position: relative;
    overflow: hidden;
    height: 100%;
    background: -webkit-linear-gradient(230deg, #eb3349 0%, #f45c43 100%);
    background: linear-gradient(220deg, #eb3349 0%, #f45c43 100%);
}
.hero-banner {
    position: relative;
    min-height: 100vh;
}
.bubble-set {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
}
.bubble-set .bubble-lg {
    top: calc(100% - 300px);
    left: 2%;
    width: 950px;
    height: 950px;
}
.bubble-set div {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, .04);
}
.bubble-set .bubble-md {
    top: -300px;
    right: -10%;
    width: 835px;
    height: 835px;
}
.bubble-set .bubble-sm {
    top: 0;
    right: 15%;
    width: 535px;
    height: 535px;
}
.hero-banner .hero-text {
    width: 100%;
    padding-top: 120px;
    padding-bottom: 120px;
}
.hero-banner .hero-title {
    font-size: 24px;
    color: #fff;
}
.btn-gradient {
    color: #fff;
    border: none;
    background-image: -webkit-linear-gradient(left, #eb3349 0%, #f45c43 100%);
    background-image: linear-gradient(to right, #eb3349 0%, #f45c43 100%);
    box-shadow: 5px 5px 40px 0 rgba(110, 220, 170, .72);
}
.btn-pill {
    border-radius: 50px;
}
.btn-white {
    color: #3c434f;
    background: #fff;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, .05);
}
.creative-banner .banner-img {
    position: relative;
    top: -20%;
}
.hero-banner .banner-img {
    position: absolute;
    top: 0;
    right: 0;
}
.creative-banner .hero-footer {
    height: 260px;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    background-position: 0 0;
    background: url(../images/banner-curve.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}
.student-img {
    width: 80px;
    height: 80px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 90px;
    border: 4px solid #ff9195;
    margin: 0 auto;
    box-shadow: 0 4px 11px #de2321;
}
.student-img > img {
    max-height: 80px;
    min-height: 80px;
}
.main-banner-icon {
    margin-top: 40px;
    position: relative;
    z-index: 9;
}
.banner-icons {
    margin-bottom: 30px;
    border: 1px solid #fff;
    border-radius: 3px;
}
.banner-icons a {
    display: block;
    transition: .5s all ease;
    padding: 30px 10px;
}
.banner-icons img {
    width: 50px;
}
.banner-icons a h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.banner-icons .img-icon {
    background: #fff;
    border-radius: 90px;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 4px solid #ee444f;
    margin: 0 auto;
    box-shadow: 0 4px 3px #d23c43;
    transition: .5s all ease;
}
.banner-icons a:hover .img-icon {
    background: #ffe5e5;
    border-color: #fff;
}
.header-user-profile .profile i {
    margin-left: 6px;
}
.modal-header-2, .autocomplete .bootstrap-select .dropdown-menu>li > a.active, .btn-custom, .custom-tabs .nav.nav-tabs > li.active > a, .custom-select .dropdown-menu>.active>a, .profile-details .nav-tabs > li.active > a, .profile-details .nav-tabs > li:hover a {
    background: -webkit-linear-gradient(230deg, #eb3349 0%, #f45c43 100%);
    background: linear-gradient(220deg, #eb3349 0%, #f45c43 100%);
}
.modal-header-2 {
    /* background: red; */
    padding: 20px;
    
    color: #fff;
    /* font-size: 24px; */
}
.modal-header-2 .modal-title {
    font-size: 20px;
    font-weight: unset;
}
.modal-header-2 button.close {
    position: absolute;
    right: 20px;
    top: 25px;
    opacity: 1;
    color: #fff;
    text-shadow: none;
    z-index: 9;
}
.modal-backdrop {
    background-color: rgb(0 0 0 / 93%);
}
.modal-content {
    border-radius: 0px;
}
.autocomplete .dropdown {
    width: 100% !IMPORTANT;
}
.dropdown-menu {
    border-radius: 0px !important;
}
.list-icon > a {
    padding-right: 16px;
    display: inline-block;
    color: #f14f45;
    font-size: 14px;
    border-right: 1px solid #f1f1f1;
    margin-right: 10px;
}
.list-icon > a:last-child {
    border-right: 0px solid #e8e8e8;
    padding-right: 0px;
    margin-right: 0px;
}
.btn-custom {
    color: #fff;
    border-radius: 2px;
    transition: .5s all ease;
}
.btn-custom:focus {
    color: #fff;
}
.btn-custom:hover {
    color: #eb3349;
    border-color: #eb3349;
    background: #fff;
}
.well-2 {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #f1f1f1;
}
.custom-tabs .nav.nav-tabs > li > a {
    font-size: 16px;
    padding: 14px 26px;
}
.custom-tabs .nav.nav-tabs > li.active > a {
    color: #fff;
}
.full-modal {
    width: 85%;
}
.dashboard-summery-one {
    margin-bottom: 30px;
    background-color: #ffffff;
    padding: 15px 10px;
    border-radius: 4px;
    box-shadow: 0px 10px 20px 0px rgba(229, 229, 229, 0.75);
    display: flex;
    align-items: center;
    /*my css*/
    min-height: 160px;
}

.dashboard-summery-one .row {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin: 0px;
}
.dashboard-summery-one .item-icon {
    position: relative;
    height: 85px;
    width: 85px;
    line-height: 85px;
    border-radius: 50%;
    text-align: center;
    font-size: 28px;
}
.bg-light-green {
    background-color: #d1f3e0;
}
.bg-light-blue {
    background-color: #e1f1ff;
}
.bg-light-yellow {
    background-color: #fff2d8;
}
.bg-light-red {
    background-color: #ffeaea;
}
.bg-light-fuchsia {
    background: #fcd2ff;
}
.bg-light-cyan {
    background-color: #cefff3;
}
.text-green {
    color: #3cb878;
}
.text-blue {
    color: #3f7afc;
}
.text-yellow {
    color: #ffa001;
}
.text-red {
    color: #ff0000;
}
.text-fuchsia {
    color: #ba00c7;
}
.text-cyan {
    color: #06ca99;
}
.dashboard-summery-one .item-content {
    text-align: right;
}
.dashboard-summery-one .item-content .item-title {
    color: #757575;
    margin-bottom: 2px;
    font-weight: 500;
    /*my css*/
    overflow-wrap: break-word;
}
.dashboard-summery-one .item-content .item-number {
    font-size: 20px;
    font-weight: 500;
    color: #111111;
}
.dashboard-summery-one .small-box-footer {
    display: inline-block;
    color: #ec3a48;
    margin-top: 5px;
}
.width-100px {
    width: 100px;
}
.width-100 {
    width: 100%;
}
.width-50 {
    width: 50%;
}
.text-success {
    color: #19d895 !important;
}
.main-tabs-radio {
    justify-content: center;
    background: #f1f1f1;
    padding: 10px 0;
}
.main-tabs-radio .tabs-radio {
    position: relative;
}
.main-tabs-radio .tabs-radio input[type=radio] {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
}
.main-tabs-radio .tabs-radio input[type=radio]:checked + label {
    background: #fff;
    border-color: #4d84c9;
}
.main-tabs-radio .tabs-radio input[type=radio]:checked + label .item-icon {
    background: #4d84c9;
}
.main-tabs-radio .tabs-radio input[type=radio]:checked + label:after {
    content: '';
    content: "\f00c";
    font: normal normal normal 24px/1 FontAwesome;
    background: #4d84c9;
    width: 38px;
    height: 38px;
    display: inline-block;
    line-height: 38px;
    border-radius: 90px;
    position: absolute;
    top: 6px;
    right: 20px;
    color: #fff;
    text-align: center;
}
.main-tabs-radio .tabs-radio label {
    border: 2px dashed #ccc;
    padding: 5px 10px;
    margin: 6px 15px 6px 0;
    border-radius: 80px;
    cursor: pointer;
    min-width: 250px;
    display: flex;
}

.main-tabs-radio .tabs-radio label .item-icon {
    width: 55px;
    height: 55px;
    padding: 5px;
    border: 3px solid #eaf3ff;
    border-radius: 90px;
    margin-right: 15px;
    background: #fff;
}
.main-tabs-radio .tabs-radio label .item-icon img {
    width: 38px;
}
.main-tabs-radio .tabs-radio label .radio-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.main-tabs-radio .tabs-radio label .radio-text h3 {
    margin: 0px;
    margin-bottom: 1px;
    color: #4d84bb;
    font-weight: 500;
    font-size: 18px;
}
.main-tabs-radio .tabs-radio label .radio-text p {
    margin: 0px;
    font-size: 16px;
    font-weight: 500;
}
.bank-list > li {
    display: inline-block;
    position: relative;
    margin: 2px;
}
.bank-list > li input[type="radio"] {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.bank-list > li input[type="radio"]:checked + label {
    background-color: #ee4047;
    color: #fff;
}
.bank-list > li > label {
    display: block;
    background: #fff;
    padding: 8px 20px;
    border: 1px solid #f14e45;
    border-radius: 3px;
    color: #ef4746;
    cursor: pointer;
    transition: .5s all ease;
    font-size: 15px;
}
.bank-list > li input[type="radio"]:checked + label:after {
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    margin-left: 10px;
    background: #ffffff;
    width: 22px;
    height: 22px;
    display: inline-block;
    line-height: 22px;
    border-radius: 90px;
    position: absolute;
    top: -4px;
    right: -6px;
    color: #ed3d47;
    border: 1px solid #ed3d47;
    text-align: center;
}
button:focus {
    outline: none;
    box-shadow: none;
}
.bold {
    font-weight: bold !important;
}
.table-ledger-head th {
    font-weight: 600;
    color: #000;
    padding: 8px 0;
}
.text-light-gray {
    color: #9b9b9b;
}
.card-2 {
    box-shadow: 0 0 0 0 rgba(90, 113, 208, 0.11), 0 4px 16px 0 rgba(167, 175, 183, 0.33);
    border: solid 1px #dde4eb;
    border-radius: 0px;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    border: none;
}
.main-ledger-table {
    width: 100%;
    border: 1px solid #e6e6e6;
    border-bottom: 0px solid;
    border-top: 0px solid;
}
.main-ledger-table > tbody > tr > td {
    padding: 0px;
    vertical-align: top;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}
.main-ledger-table .ledger-inner-table {
    width: 100%;
    padding: 0px;
    margin-bottom: 200px;
}
.ledger-inner-table tbody > tr > td, .ledger-inner-table thead > tr > th {
    border-bottom: 1px solid #e6e6e6;
    padding: 18px 12px;
    border-right: 1px solid #e6e6e6;
    font-size: 14px;
}
.border-b-none {
    border-bottom: 0px solid !important;
}
.flex-column {
    flex-direction: column;
}
.img-profile {
    width: 90px;
    border-radius: 90px;
    overflow: hidden;
    border: 1px solid #f1f1f1;
    /* padding: 5px; */
    box-shadow: 0 5px 10px #efefef;
}
.list-profile, .list-profile label {
    font-size: 16px;
}
.list-profile {
    color: #f25444;
}
.list-profile > li {
    border-right: 1px solid #dcdcdc;
    padding-right: 15px;
    margin-right: 15px;
}
.list-profile > li:last-child {
    padding-right: 0px;
    border-right: 0px;
}
.list-profile label {
    margin-bottom: 0px;
    margin-right: 5px;
    font-weight: 500;
}
.profile-img-box .panel-body:after, .profile-img-box .panel-body:before {
    display: none;
}
.profile-details {
    border: 1px solid #f1f1f1;
    padding: 15px;
}
.profile-details .nav-tabs {
    border: 0;
    text-align: center;
}
.profile-details .nav-tabs > li {
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
    transition: .5s all ease;
    padding: 0 5px;
}
.profile-details .nav-tabs > li > a {
    background: #f9fafc;
    color: #ee4347;
    border: 1px solid #e0e0e0;
    font-size: 16px;
    padding: 15px 28px;
    border-radius: 2px;
    margin: 0px;
    transition: .5s all ease;
}
.profile-details .nav-tabs > li.active > a, .profile-details .nav-tabs > li:hover > a, .profile-details .nav-tabs > li > a:focus,
.profile-details .nav-tabs > li.active > a:focus {
    color: #fff;
    margin: 0px;
    transition: .5s all ease;
    border-color: #fff;
}
.customer-profile-heading {
    font-weight: 500;
    font-size: 24px;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 15px;
    color: #f14d45;
}
.customer-profile-heading-small {
    font-weight: 500;
}


@media only screen and (max-width: 1440px) {
    .hero-banner .hero-text {
        padding-top: 70px;
    }
    .banner-icons a {
        padding: 20px 10px;
    }
    .main-banner-icon {
        margin-top: 20px;
    }
    .creative-banner .hero-footer {
        height: 135px;
        background-size: 100%;
        background-position: top;
    }
}

@media only screen and (max-width: 767px) {
    .creative-banner .hero-footer {
        height: 80px;
    }    
}

table.table-custom {
    clear: both;
    margin-top: 6px!important;
    margin-bottom: 6px!important;
    max-width: none!important;
    border-collapse: separate!important;
}
table.table-custom thead th:first-child {
    border-top-left-radius: 2px;
}
table.table-custom thead>tr>th {
    color: #4e75ad;
    background: #f6f8fa;
    vertical-align: middle;
    border-bottom: 1px solid;
    border-color: #ebf5ff!important;
    font-size: 13px;
    padding-top: 9px;
    padding-bottom: 8px;
}



.session-years > li {
    display: inline-block;
    position: relative;
    margin: 2px 15px 5px 0;
}
.session-years > li input[type="checkbox"],
.session-years > li input[type="radio"]{
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.session-years > li > label {
    display: flex;
    background: #fff;
    padding: 8px 30px;
    border: 1px dashed #cbcbcb;
    color: #4a4a4a;
    cursor: pointer;
    transition: .5s all ease;
    align-items: center;
    justify-content: center;
    border-radius: 90px;
}
.session-years > li label:after {
    content: "\f00c";
    font: normal normal normal 12px/1 FontAwesome;
    background: #ffffff;
    width: 24px;
    height: 24px;
    display: inline-block;
    line-height: 24px;
    border-radius: 90px;
    position: absolute;
    top: -4px;
    right: -6px;
    color: #ee4048;
    border: 1px solid #d4d4d4;
    text-align: center;
}
.session-years > li input[type="checkbox"]:checked + label,
.session-years > li input[type="radio"]:checked + label{
    background-color: #ee4048;
    color: #fff;
    border-color: #fff;
}
.session-years > li input[type="checkbox"]:checked + label:after,
.session-years > li input[type="radio"]:checked + label:after{
    background: #d7444b;
    color: #fff;
    border-color: #ae0c13;
}

.banner-icons .banner-anchor{
    cursor:pointer!important;
}
.checkbox-box {
    border: 1px solid #ffcfd1;
    padding-top: 15px;
    margin-bottom: 10px;
    padding: 15px 15px 2px 15px;
}
.case-heading {
    color: #f45a43;
    font-weight: 500;
    margin-top: 0;
    display: inline-block;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
i.fa.fa-plus.btn-green-plus {
    background: #84c529;
    color: #fff;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border-radius: 90px;
    cursor: pointer;
}



  .day-book-fees .day-book-fees-box {
    display: flex;
    background: #ffffff;
    padding: 12px 20px;
    margin: 0 3px;
    align-items: center;
    border: 1px solid #e0e0e0;
    border-bottom: 2px solid #e0e0e0;
    border-radius: 4px;
  }
  .day-book-fees .day-book-fees-box img {
    width: 25px;
    margin-right: 7px;
  }
  .day-book-fees .day-book-fees-box h4 {
    margin: 0px 0 0px 0;
    font-size: 16px;
    color: #08aaf5;
    text-align: left;
    font-weight: 500;
  }
  .day-book-fees .day-book-fees-box p {
    margin: 0px;
    text-align: -webkit-auto;
    font-size: 16px;
    color: #757575;
  }
  .text-black {
    color: #000;
  }
  .font-500 {
    font-weight: 500;
  }
  .day-book {
    background: #f1f1f1;
    padding: 25px;
    border-radius: 3px;
  }
  .daybok-form .form-control {
    border-color: #079ef3;
  }
  .daybok-form label {
    font-weight: 500;
  }
  .day-book-fees {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  