@import url("https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");


body {
    color: #666666;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    color: #666666;
}

.card-title {
    font-weight: 600;
    color: #949494;
}

.op-none {
    opacity: 0;
}

/* Sidebar */
.navigation-logo {
    text-align: center;
    padding: 25px;
}

.navigation-logo img {
    width: 95px;
    height: 95px;
    margin-bottom: 15px;
    border-radius: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.layout-sidebar-large .main-header .logo img {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
    border-radius: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.navigation-logo .logo-name {
    color: white;
    font-size: 16px;
}

.layout-sidebar-large .sidebar-left-secondary,
.layout-sidebar-large .sidebar-left {
    top: 0;
    height: 100vh;
}

.layout-sidebar-large .sidebar-left {
    z-index: 110;
}

.layout-sidebar-large .main-header .logo {
    width: 240px;
}

.layout-sidebar-large .sidebar-left .navigation-left {
    width: 240px;
    padding-left: 15px;
}

.layout-sidebar-large .sidebar-left {
    left: calc(-240px - 20px);
}

.layout-sidebar-large .sidebar-left-secondary.open {
    left: 240px;
}

.main-content-wrap.sidenav-open {
    width: calc(100% - 240px);
}

.main-content-wrap.sidenav-open {
    width: calc(100% - 240px);
}

.layout-sidebar-large .sidebar-left .navigation-left .nav-item {
    border: none;
}

.layout-sidebar-large .sidebar-left .navigation-left .nav-item .nav-item-hold {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 7.5px;
    color: white;
}

.layout-sidebar-large .sidebar-left .navigation-left .nav-item.active .nav-item-hold,
.layout-sidebar-large .sidebar-left .navigation-left .nav-item:hover .nav-item-hold {
    color: #00b24e;
}

.layout-sidebar-large .sidebar-left .navigation-left .nav-item.active a,
.layout-sidebar-large .sidebar-left .navigation-left .nav-item a:hover {
    background: white;
    border-radius: 6px 0 0 6px;
}

.layout-sidebar-large .sidebar-left .navigation-left .nav-item .icon-wrap {
    position: relative;
    width: 15px;
    height: 15px;
    margin-right: 15px;
}

.layout-sidebar-large .sidebar-left .navigation-left .nav-item .icon-wrap img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

.layout-sidebar-large .sidebar-left .navigation-left .nav-item .icon-wrap .img2 {
    opacity: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.layout-sidebar-large .sidebar-left .navigation-left .nav-item.active .icon-wrap .img2,
.layout-sidebar-large .sidebar-left .navigation-left .nav-item:hover .icon-wrap .img2 {
    opacity: 1;
}

.layout-sidebar-large .sidebar-left-secondary,
.layout-sidebar-large .sidebar-left {
    background-color: #00b24e;
}

/* Sub Menu  */
.layout-sidebar-large .sidebar-left-secondary .childNav li.nav-item a {
    color: white;
    padding: 7.5px 15px;
}

.layout-sidebar-large .sidebar-left-secondary .childNav li.nav-item a:hover {
    color: #00b24e;
}

/* Header Bar */
.layout-sidebar-large .main-header .header-part-right .user img {
    margin-right: 4px;
}

.notification-wrap {
    margin: 0 15px;
}

.notification-wrap .badge-top-container img {
    width: 25px;
}

.badge-top-container .badge {
    top: 1px;
    right: 0px;
}

.broadcast-wrap img {
    width: 25px;
    height: auto;
}

/* Form */
.inline-form-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.inline-form-wrap .form-item {
    margin-left: 15px;
}

.inline-form-wrap .form-item label {
    margin-right: 5px;
}

/* Table */
.table-background th,
.table-background td {
    border: none !important;
    padding: 2px;
    text-align: center;
}

.table-background th span,
.table-background td span {
    display: block;
    padding: 5px;
    border-radius: 3px;
}

.table-background th span {
    background-color: #00b24e;
    color: white;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 60px;
    height: 100%;
}

.table-background tr td span {
    height: 100%;
    color: white;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100px;
}

.table-background tr td:first-child span {
    background-color: white;
    color: #00b24e;
    border: 1px solid #cecece;
}

.red-bg {
    background-color: #e41414 !important;
}

.orange-bg {
    background-color: #fe9900 !important;
}

.black-bg {
    background-color: #000000 !important;
}

.grey-bg {
    background-color: #808080 !important;
}

.table-background tr td .half-cell {
    min-height: 100px;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    overflow: hidden;
}

.table-background tr td .half-cell span {
    height: 50%;
    min-height: 50px;
    border-radius: 0;
}

/* Dashboard */
.booking-wrap {
    margin-bottom: 30px;
    height: calc(100% - 30px);
}

.booking-wrap .card-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}

.tick-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    max-width: 12px;
}

.booking-wrap .user-dtl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.booking-wrap .user-dtl .img-wrap img {
    width: 55px;
    height: 55px;
    border-radius: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.booking-wrap .dtl-wrap {
    padding-left: 15px;
}

.booking-wrap p {
    margin: 0;
}

.booking-wrap .dtl-wrap p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.booking-wrap .dtl-wrap p img {
    width: 11px;
    height: auto;
    margin-right: 3px;
}

.booking-wrap .time-dtl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
    border-top: 1px solid #e4e4e4;
    padding-top: 5px;
}

.booking-wrap .time-dtl p {
    font-size: 11px;
}

.more-booking-btn {
    color: #19b35d !important;
    text-decoration: none;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    font-weight: 600;
    font-size: 18px;
    cursor: pointer;
    transition: 0.5s;
}

.more-booking-btn:hover {
    color: #189a52 !important;
}

.booking-count-wrap {
    position: relative;
    padding: 15px;
    height: calc(100% - 30px);
    text-align: center;
    margin-bottom: 30px;
    overflow: hidden;
    z-index: 2;
}

.booking-count-wrap::before {
    content: "";
    position: absolute;
    top: -44px;
    right: -30px;
    width: 80px;
    height: 80px;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}

.booking-count-wrap::after {
    content: "";
    position: absolute;
    bottom: -33px;
    left: -5px;
    width: 85px;
    height: 85px;
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}

.booking-count-wrap h5 {
    color: white;
}

.booking-count-wrap h1 {
    color: white;
    margin: 0;
}

.booking-count-wrap.orange {
    background-color: #f7a10e;
}

.booking-count-wrap.orange::before,
.booking-count-wrap.orange::after {
    background-image: url(../images/orange-circle.png);
}

.booking-count-wrap.red {
    background-color: #f21011;
}

.booking-count-wrap.red::before,
.booking-count-wrap.red::after {
    background-image: url(../images/red-circle.png);
}

.booking-count-wrap.blue {
    background-color: #0ab5ed;
}

.booking-count-wrap.blue::before,
.booking-count-wrap.blue::after {
    background-image: url(../images/blue-circle.png);
}

.booking-count-wrap.purple {
    background-color: #9811b5;
}

.booking-count-wrap.purple::before,
.booking-count-wrap.purple::after {
    background-image: url(../images/purple-circle.png);
}

.list-item-card {
    position: relative;
    overflow: hidden;
}

.list-item-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    height: 100%;
    background-color: #19b35d;
}

.list-item-card .card-body {
    padding-left: 30px;
}

ul.offers-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.offers-list li {
    position: relative;
    padding: 10px 0 10px 20px;
    border-bottom: 1px solid #e4e4e4;
}

ul.offers-list li:last-child {
    border-bottom: none;
}

ul.offers-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 16px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #19b35d;
}

.manage-bookings a {
    color: #666666;
}

.manage-bookings .anim-arrows {
    font-size: 25px;
    margin-bottom: 8px;
}

.manage-bookings .anim-arrows .down {
    display: none;
}

.manage-bookings .anim-arrows .collapsed .up {
    display: none;
}

.manage-bookings .anim-arrows .collapsed .down {
    display: block;
}

.manage-bookings .table th,
.manage-bookings .table td {
    border-bottom: 1px solid #dee2e6;
    border-top: none;
    font-size: 15px;
}

.add-submit-btn .btn {
    background-color: #19b35d;
    color: white !important;
    font-size: 15px;
    padding: 7px 35px;
    border-radius: 9px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.add-submit-btn .btn:hover {
    background-color: #189a52;
}

/* Form */
.form-group label {
    font-size: 15px;
    color: #666666;
    font-weight: 500;
}

.top-sec-form .form-group label {
    font-size: 14px;
}

.form-control:focus {
    color: #189a52;
    background-color: #fff;
    border-color: #19b35d;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgb(25 179 93 / 25%);
    box-shadow: 0 0 0 0.2rem rgb(25 179 93 / 25%);
}

.form-control {
    background: white;
    color: #666666;
    border-radius: 6px;
}

.input-group-text {
    background-color: white;
    border-radius: 6px;
}

.input-group-text img {
    width: 15px;
    height: 15px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}
.input-group{
    height:35px;

}
.form-control{
    height: auto !important;
}
.input-group .form-control {
    border-right: none;
}

select.form-control {
    background: url(../images/down-arrow.png) right 5px center no-repeat;
    -webkit-appearance: none;
}

.form-group p {
    color: #353535;
    font-weight: 400;
    margin: 0;
    font-size: 15px;
}

.light-grey-bg {
    padding: 2px 5px;
    background-color: #e9edf1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-form label {
    margin: 0 7.5px;
}

.input-rupees .form-control {
    border-right: 1px solid #ced4da;
    border-radius: 6px !important;
}

.input-rupees .input-group-text {
    border: none;
    padding-left: 0;
}

.input-rupees .form-control:focus {
    border-right: 1px solid #19b35d;
}

.submit-btn {
    background-color: #19b35d;
    color: white !important;
    font-size: 15px;
    padding: 7px 35px;
    border-radius: 9px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.submit-btn:hover {
    background-color: #189a52;
}

/* Modal */
.booking-successfull .close {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 5;
}

.booking-successfull .modal-body {
    text-align: center;
    padding: 50px 30px;
}

.booking-successfull .modal-body h4 {
    color: black;
    margin-bottom: 25px;
}

.booking-successfull .modal-body .img-wrap img {
    margin-bottom: 25px;
    width: 120px;
    height: auto;
}

.booking-successfull p.added-success {
    color: #afafaf;
}

.booking-successfull .date-time {
    color: black;
    font-size: 15px;
    font-weight: 400;
    margin: 2px 0;
}

.booking-successfull .date-time span {
    font-weight: 500;
}

.booking-successfull .amount-pay {
    margin: 15px 0;
    color: #19b35d;
    font-size: 17px;
    font-weight: 400;
}

.booking-successfull .amount-pay span {
    font-weight: 500;
}

@media (min-width: 426px) {
    .booking-successfull .modal-dialog {
        max-width: 350px;
    }
}

.booking-successfull .modal-content {
    border-radius: 9px;
}

/* Tabs */
.tab-content {
    padding: 0;
}

.nav-tabs {
    border: none;
}

.nav-tabs .nav-item {
    margin-right: 5px;
}

.nav-tabs .nav-item .nav-link {
    padding: 5px 25px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
}

.nav-tabs .nav-item .nav-link.active {
    border: none;
    background-color: #19b35d;
    color: white;
}


.head-bg-table thead tr {
    background-color: #dff5ff;
}

.head-bg-table .table th,
.head-bg-table .table td {
    border: none;
}

.head-bg-table .cell-col {
    display: table-cell;
}

.green-txt {
    color: #19b35d;
}

.pd-right {
    padding-right: 5px;
    font-size: 18px;
}

/* Booking View */
.expanding-box-wrap {
    position: relative;
}

.right-show-wrap {
    width: 300px;
    /*position: fixed;*/
    right: -100px;
    top: 0;
    height: 100%;
    overflow: auto;
    padding: 1rem 1rem 1rem 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.right-show-wrap.activate {
    right: 0;
}

.left-expand-wrap {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.left-expand-wrap.activate {
    width: calc(100% - 300px);
}

.right-show-wrap .card {
    overflow: hidden;
    margin-top: 20px;
}

.right-show-wrap h4 {
    font-size: 1.1rem;
    text-align: center;
    padding: 10px;
    margin: 0;
    background-color: #19b35d;
    color: white;
    border-radius: 10px;
}

.right-show-wrap .colom-table {
    border: 1px solid #ced4da;
    border-radius: 10px;
    padding: 10px 0;
    margin-bottom: 15px;
}

.right-show-wrap .table {
    margin: 0;
}

.right-show-wrap .table td {
    border: none;
    padding: 3px 5px;
    font-size: 12px;
    font-weight: 400;
}

.right-show-wrap .table tr td:first-child {
    font-weight: 600;
}

.right-show-wrap .table tr.border-row {
    border-top: 1px solid #ced4da;
}

.right-show-wrap .table tr.border-row td {
    font-size: 13px;
    font-weight: 600;
    padding-top: 10px;
}

.right-show-wrap h6 {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 14px;
}

.right-show-wrap .col-turf-wrap {
    border: 1px solid #ced4da;
    border-radius: 10px;
    padding: 15px 10px;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.right-show-wrap .col-turf-wrap img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    margin-right: 15px;
}

.right-show-wrap .col-turf-wrap p {
    font-size: 11px;
    font-weight: 400;
    margin: 0;
}

.right-show-wrap .col-turf-wrap .turf-dtl p:first-child {
    font-weight: 600;
    font-size: 12px;
}


.right-show-wrap .box-actions {
    margin: 10px 0;
}

.right-show-wrap .box-actions .btn {
    width: 100%;
}

.right-show-wrap .box-actions .btn-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.right-show-wrap .box-actions .btn-flex .btn.btn-light {
    width: 100%;
    margin-right: 5px;
}

.right-show-wrap .box-actions .btn-flex .btn.btn-success {
    width: 100%;
    margin-left: 5px;
}

.right-show-wrap .box-actions .btn.btn-danger {
    margin-top: 5px;
}

/* Payment History */
.flex-title-sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-title-sec .card-title {
    margin: 0;
}

.normal-modal .close {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 5;
}

.normal-modal .modal-body {
    text-align: left;
    padding: 50px 30px;
}

/* Bulk Booking */
.day-check-item {
    width: 30px;
    text-align: center;
    margin-bottom: 5px;
}

.day-check-item label {
    font-size: 12px;
}

a {
    cursor: pointer;
}

a .green-txt {
    color: #19b35d;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a:hover .green-txt {
    color: #189a52;
}

.bulk-count p {
    color: #666666;
    font-size: 12px;
    margin-bottom: 5px;
}

.bulk-count p.light-grey-bg {
    font-size: 14px;
    color: black;
    margin: 0;
    font-weight: 600;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.slot-price .input-group-text {
    color: #4caf50;
}

.slot-price .input-group-prepend .input-group-text {
    color: black;
    font-size: 18px;
    border: none;
    padding: 0 6px 0 0;
}

.modal-table .table tr td {
    border: none;
    border-bottom: none;
    vertical-align: middle;
}

.modal-table.small-fnt .table tr td {
    font-size: 14px;
}

.modal-table.small-fnt .modal-input {
    width: 100%;
    text-align: center;
    border-radius: 6px;
    border: 1px solid #666666;
}

.modal-table.small-fnt .btn {
    padding: 2px 8px;
}

/* Login Page */
.login-page-wrap .login-banner-wrap {
    position: relative;
    background: #00aa4a;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10%;
    height: 100%;
    z-index: 2;
    overflow: hidden;
}

.login-page-wrap .login-banner-wrap::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/pattern.png);
    background-position: center;
    background-size: contain;
    background-repeat: repeat;
    z-index: -1;
    opacity: 0.3;
}

.login-page-wrap .login-banner-wrap .img-tl {
    position: absolute;
    top: -40px;
    left: -45px;
    max-width: 265px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    z-index: -1;
}

.login-page-wrap .login-banner-wrap .img-tr {
    position: absolute;
    top: -25px;
    right: 20px;
    max-width: 130px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    z-index: -1;
}

.login-page-wrap .login-banner-wrap .img-bl {
    position: absolute;
    bottom: 15px;
    left: 15px;
    max-width: 130px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    z-index: -1;
}

.login-page-wrap .login-banner-wrap .img-br {
    position: absolute;
    bottom: -15px;
    right: -30px;
    max-width: 220px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    z-index: -1;
}

.login-page-wrap .login-banner-wrap h1 {
    color: white;
    margin-bottom: 30px;
    line-height: 1.5;
    font-weight: 100;
}

.login-page-wrap .login-banner-wrap h1 .bold {
    font-weight: 600;
}

.login-page-wrap .donload-links a {
    display: inline-block;
    width: 100px;
    margin: 0 5px;
}

.login-page-wrap .donload-links a:first-child {
    margin-left: 0;
}

.login-page-wrap .donload-links a img {
    width: 100%;
    height: auto;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.login-page-wrap .donload-links a:hover img {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.login-page-wrap .form-wrap {
    min-height: 100vh;
    height: 100%;
    padding: 8%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.login-page-wrap .form-sec {
    padding-top: 40%;
    text-align: center;
}

.login-page-wrap .form-sec img {
    padding-bottom: 20%;
    width: 100%;
    max-width: 180px;
    margin: 0 auto;
}

.login-page-wrap .form-control {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #666666;
    border-radius: 0;
    font-size: 14px;
    color: #666666;
}

.login-page-wrap .form-control::-webkit-input-placeholder {
    font-size: 14px;
    color: #666666;
}

.login-page-wrap .form-control::-moz-placeholder {
    font-size: 14px;
    color: #666666;
}

.login-page-wrap .form-control:-ms-input-placeholder {
    font-size: 14px;
    color: #666666;
}

.login-page-wrap .form-control::-ms-input-placeholder {
    font-size: 14px;
    color: #666666;
}

.login-page-wrap .form-control::placeholder {
    font-size: 14px;
    color: #666666;
}

.login-page-wrap .form-control:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.login-page-wrap .form-sec .btn {
    width: 100%;
    margin: 10px 0;
    padding: 5px;
}

.login-page-wrap .form-sec p {
    font-size: 13px;
    font-weight: 400;
}

.login-page-wrap .form-sec p a {
    color: #666666;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.login-page-wrap .form-sec p a:hover {
    color: #4caf50 !important;
}

.login-page-wrap p.bottom-txt {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
}

.login-page-wrap p.bottom-txt a {
    color: #4caf50;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.login-page-wrap p.bottom-txt a:hover {
    color: black;
}

/* Tabs */
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #19b35d;
    color: white;
}

/* Pagination */
.table-pagination .pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #19b35d;
    border-color: #19b35d;
}

/* Fixed table */
.table-fixed-head {
    max-height: 800px;
    height: auto;
}

.table-fixed-head thead th {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: #dff5ff;
}

/***************************************************************************************************************************/
.brown-bg {
    background-color: #3a1e06 !important;
}

.pagination {
    margin: 15px auto;
    display: flex;
    list-style: none;
    outline: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pagination>.active>a {
    z-index: 1;
    color: #fff;
    background-color: #19b35d;
    border-color: #19b35d;
}

.pagination>li>a {
    border: 1px solid #47ccde;
    padding: 5px 10px;
    outline: none;
    cursor: pointer;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background-color: #47ccde;
    border-color: #47ccde;
    outline: none;
}

.pagination>li>a,
.pagination>li>span {
    color: #47ccde
}

.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-radius: unset
}

Span.cladd {

    Max-width: 180px;
    Min-width: 100px;
    Width: auto;
}

.model-head h4 {
    font-size: 1.1rem;
    text-align: center;
    padding: 10px;
    margin: 0;
    background-color: #19b35d;
    color: white;
    border-radius: 10px;
}

.completed {
    text-decoration: line-through;
}

/*--------------------------------------------------------------*/

ul.ks-cboxtags {
    list-style: none;
    padding: 20px;
}

ul.ks-cboxtags li {
    display: inline;
}

ul.ks-cboxtags li label {
    display: inline-block;
    background-color: rgba(255, 255, 255, .9);
    border: 2px solid rgba(139, 139, 139, .3);
    color: #adadad;
    border-radius: 25px;
    white-space: nowrap;
    margin: 3px 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: all .2s;
}

ul.ks-cboxtags li label {
    padding: 7px 12px;
    cursor: pointer;
}

ul.ks-cboxtags li label::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    padding: 2px 6px 2px 2px;
    content: "\f067";
    transition: transform .3s ease-in-out;
}

ul.ks-cboxtags li input[type="checkbox"]:checked+label::before {
    content: "\f00c";
    transform: rotate(-360deg);
    transition: transform .3s ease-in-out;
}

ul.ks-cboxtags li input[type="checkbox"]:checked+label {
    border: 2px solid #1bdbf8;
    background-color: #12bbd4;
    color: #fff;
    transition: all .2s;
}

ul.ks-cboxtags li input[type="checkbox"] {
    display: absolute;
}

ul.ks-cboxtags li input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

ul.ks-cboxtags li input[type="checkbox"]:focus+label {
    border: 2px solid #e9a1ff;
}
.create-date{
    position: absolute;
}
.react-datepicker-wrapper{
    width:100%;
}
/*****************new styles**********************/
.form-group p {

    font-size: 13px;
    margin-bottom: 5px;
}

.card-title {
    font-size: 1.1rem;
    margin-bottom: 0 !important;
}

ul.ks-cboxtags li label {
    padding: 5px 10px;
    cursor: pointer;
    font-size: 14px;
}

.input-group-append {
    margin-left: -1px;

    right: 0;

}

.input-group [type="text"].form-control {

    position: relative;
}

.date-range .input-group-append {
    margin-left: -1px;
    right: 0;
 
    position: absolute;
}

.form-search .form-control {
    width: 75%;
    border-right: 1px solid #ced4da;
}

.manage-bookings .table th,
.manage-bookings .table td {
    font-size: 14px;
}

.transcation-report .input-group-append {
    margin-left: -1px;
    right: 0;
 
    position: absolute;
}

.first-item {
    padding: 5px 25px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    color: #666666;
}
.input-group-text {
    display: block !important;
    }
/**responsive styles*/

@media (max-width: 576px) {
    .layout-sidebar-large .main-header .logo {
        width: 60px !important;
    }

    .badge-top-container .badge {
        top: -20px;
        right: 0px;
    }

    .notification-wrap {
        margin: 0;
    }

    .main-content-wrap.sidenav-open {
        width: 100%;
    }

    .card-title {
        font-size: 14px;
    }

    .nav-tabs .nav-item .nav-link {
        padding: 5px 19px;
    }

    .mt-4 {
        margin-top: 10px !important;
    }

    .submit-btn {
        font-size: 12px;
    }

    ul.ks-cboxtags {
        padding: 0;
    }

    ul.ks-cboxtags li label {
        font-size: 12px;
    }

  

    .date-range .input-group-append {
        margin-left: -1px;
        right: 0;
        
        position: absolute;
    }

    .input-group-append {
        margin-left: -1px;
        right: 0;
       
    }

    .form-search .form-control {
        width: 75%;
        border-right: 1px solid #ced4da;
    
    }

    .manage-bookings .table th,
    .manage-bookings .table td {
        font-size: 12px;
    }

    .action-div {
        display: flex;
    }
    .react-datepicker__input-container input{
        width:100%;
    }
}
.dropdown-animation-enter {
    opacity: 0;
    transform: translateY(10px);
  }
  
  .dropdown-animation-enter-active {
    opacity: 1;
    transform: translateY(0px);
    transition: opacity 300ms, transform 300ms;
  }
  
  .dropdown-animation-exit {
    opacity: 1;
    transform: translateY(0px);
  }
  
  .dropdown-animation-exit-active {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 300ms, transform 300ms;
  }
  .dropdown-box .active{
    background: white;
  border-radius: 6px 0 0 6px;
  color: green;
  padding: 8px;
  }
.dropdown-box{
  display: none;
}
  .dropdown-box ul {
  
    padding-left: 15px;
  
  }
  .dropdown-box ul li {
    list-style: none;
  color:#fff;
    border-radius: 6px 0 0 6px;
    padding: 7.5px;
}
.dropdown-box ul li a{
    display: flex;
    color:#fff;
} 
.dropdown-link .active
.dropdown-box ul li a:hover {
   color:#00b24e;
    background: white;
    border-radius: 6px 0 0 6px;
    padding: 7.5px;
  }
  .dropdown-link:focus{
    color:#00b24e;
  }
  .dropdown-container:hover .dropdown-box {
    display: block;
  }
  .active .dropdown-link{
    color: #00b24e;
  }
  .nav-item.active .dropdown-container:hover .dropdown-box ul li a{
    color:white;
    background: #00b24e;
  }
  .nav-item.active .dropdown-box ul li a:hover{
    color:#00b24e;
    background:white;
  }
.dropdown-link{
    display: flex;
    padding: 7.5px;
    color:#fff;
}
.nav-tabs .nav-item .nav-link.active {
    border: none;
    background-color: #19b35d !important;
    color: white !important;
  }
  .nav-tabs .nav-item .nav-link {
    padding: 5px 25px !important;
    border-radius: 6px !important;
    font-size: 14px;
    font-weight: 500;
  }
  .nav-item.active .dropdown-box ul li a:hover {
    color: #00b24e !important;
    background: white !important;
    padding: 7.5px;
  }
  .dropdown-box ul li a:hover {
    color: #00b24e !important;
    padding: 7.5px;
  }
 