@charset "UTF-8";
/* main style*/
/* author: RAAJRANI Technologies*/

@font-face {
  font-family: 'SolaimanLipi';
  src: url('fonts/SolaimanLipi.ttf') format('truetype');
}


@font-face {
  font-family: 'AnekBangla';
  src: url('fonts/AnekBangla.ttf') format('truetype');
}

:root{
    --font-english: 'AnekBangla', sans-serif;
    --font-bangla: "AnekBangla", sans-serif;
    --font-universal: "AnekBangla", sans-serif;
}



:root {
  --mainbgcolor:#01a559;
  --mainbghover:#567821;
  --icongreenbg: #079a27;
  --iconredbg: #f51414;
}


body {
    background:#fff;
    padding-top: 45px;
    font-family: var(--font-bangla);
}
a{
    color:#000;
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}

footer {
    background: #2E7D32;
    color: #000;
    padding: 3px;
    position: fixed;
    bottom: 0;
    width: 98%;
    font-size: 0.9rem;
    border-top: 1px solid #4A4A4A;
    right: 0;
    padding-right: 16px;
}
footer a{
    color:#444;
}
footer a:hover{
    color:#222;
}

.navbar{
    background-image: url(../img/bg/3.png);
    /*background:#fff;*/
    font-family: var(--font-bangla);
}

.navbar-brand {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-right: 0.9rem;
    font-size: 1.3rem;
    color: #000;
    text-decoration: none;
    font-family: var(--font-bangla);
}

.nav-link {
	padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
	color: #000;
}
.nav-link:hover {
	color: red;
}

.dropdown-menu {
    min-width:17rem;
    font-size:1rem;
}

.dropdown-menu .fa{
    width:25px;
    padding-left: 7px;
}

.dropdown-menu li{
    border-bottom:1px solid #ddd;
}

.dropdown-menu li:hover{
    background-color:#f5f5f5;
}

.dropdown-menu a:hover{
    text-decoration:none;
}

.breadcrumb-nav{
    background-image: url(../img/bg/3.png);
    box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.8);
    transition: box-shadow 0.3s ease-in-out;
    border-radius: 8px;
}

.breadcrumb-nav:hover{
    box-shadow: 0 0 10px 0 rgba(163, 163, 163, 0.8);
}

.bbs {
    box-shadow: 5px 5px 10px 0px rgba(163,163, 163, 0.5);
}
.bbr {
    border-radius:8px;
}
.bbh:hover{
    box-shadow: 5px 5px 10px 0px rgba(163,163, 163, 0.9);
}
.f404{
    font-family: var(--font-bangla);
}
.bbb-crimson{
    border-bottom: 1px solid #999;
}

/* Dashboard */
.breadcrumb {
	margin-bottom: 0rem;
}


.card-holder {
	width: 100%;
	background-color: #a9a9a926;
	text-align: center;
	padding: 12px;
	border-radius: 5px;
	border: 1px solid aliceblue;
}

.card-holder:hover {
	border: 1px solid yellow;
}

.card-holder .icon{
    float:left;
}

.db-default p {
    font-weight: bold;
}

.db-income .counter{
    font-weight: bold;
    font-size: 150%;
}


/* Login page*/
.login-btn{
    padding-left: 2.5rem; padding-right: 2.5rem;
    width:100%;
}

.divider:after,
.divider:before {
    content: "";
    flex: 1;
    height: 1px;
    background: #eee;
}
.h-custom {
    height: calc(100% - 73px);
}
@media (max-width: 450px) {
    .h-custom {
        height: 100%;
    }
}


/* Font Size */

.fs-50{
    font-size:50% !important;
}
.fs-60{
    font-size:60% !important;
}
.fs-65{
    font-size:65% !important;
}
.fs-70{
    font-size:70% !important;
}
.fs-75{
    font-size:75% !important;
}
.fs-100{
    font-size:100% !important;
}
.fs-125{
    font-size:125% !important;
}
.fs-150{
    font-size:150% !important;
}
.fs-175{
    font-size:175% !important;
}
.fs-200{
    font-size:200% !important;
}
.fs-225{
    font-size:225% !important;
}
.fs-250{
    font-size:250% !important;
}

.rotate-45 {
  transform: rotate(45deg);
}

.rotate-90 {
  transform: rotate(90deg);
}


.modal-header {
	background: #dedede;
	padding: 0.5rem;
	border-bottom: 1.5px solid #a82929;
}

.modal-footer {
	background: #dedede;
	padding: 0.3rem;
	border-top: 1.5px solid #a82929;
}

.close {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #dc3545;
    border: 1px solid #dc3545;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}



#post_list th{
    vertical-align:top;
    background:#eee;
    font-size:12px;
    text-transform:capitalize;
}
#post_list thead{
	border-bottom: 3px solid #a82929;
}
#post_list tfoot{
	border-top: 3px solid #a82929;
}
#post_list tbody {
    background-color: white !important;
}



.bootstrap-select{
    background-image: none !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius:0px;
    background:#fff;
}

.bootstrap-select:hover .dropdown-toggle {
    border-radius: 0;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
	background: #fff;
}

.dropdown-menu{
    box-shadow:0px 4px 5px 2px rgba(10,150,50,0.4)
}

.nav-item .dropdown-menu {
    opacity: 0;
    visibility: hidden;
    transform: scale(0.12);
    transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
}

@media (min-width: 992px) {
    .nav-item .dropdown-menu {
        display: block;
    }
}

.nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}




.dataTables_length {
    width: auto;
    float: left;
}

.dataTables_info{
    width: auto;
    float: left;
}

.dataTables_paginate {
    width: auto;
    float: right;
}

div.dataTables_wrapper div.dataTables_info {
	padding-top: 0em;
}


.dataTables_filter input[type="search"] {
    border:1px solid #999;
    border-radius:3px;
}

.dataTables_paginate a {
	padding: 0px 11px 0px;
	margin: 3px;
	border: 1px solid #ccc;
	border-radius: 3px;
	cursor: pointer;
}

.dataTables_paginate a:hover {
    background:#ddd;
    text-decoration:none;
}

.dataTables_info {
	border: 1px solid #ccc;
	padding: 2px 11px;
	border-radius: 3px;
}

.db-default .card{
    box-shadow:0px 2px 5px rgba(152, 152, 152, 0.5);
}

.db-default .card a:hover{
    text-decoration: none;
}

.capsule-btn {
	float: none;
	padding: 8px 20px;
	font-size: 16px;
	height: 40px;
	color: #333333 !important;
	border: 0;
	background: #FFFFFF;
	box-shadow: 0 1px 4px 0 rgba(0,0,0,0.24);
	border-radius: 30px;
	margin: 5px;
    display: inline-block;
    cursor: pointer;
}

.capsule-btn:hover {
  background: #f5f5f5;
  box-shadow: 0 1px 4px 0 rgba(0,0,0,0.78);
}

#post_list .fa{
    margin-right:5px;
}

#post_list .fa-times {
	border: 1px solid red;
	padding: 2px;
}

#post_list .fa-trash {
	border: 1px solid red;
	padding: 2px 4px;
}



#post_list .fa-cogs {
	border: 1px solid rgba(var(--bs-warning-rgb),var(--bs-text-opacity)) !important;
	padding: 2px;
}

#post_list .fa-pencil {
	border: 1px solid rgba(var(--bs-secondary-rgb),var(--bs-text-opacity)) !important;
	padding: 2px;
}

#post_list .fa-print {
	border: 1px solid rgba(var(--bs-primary-rgb),var(--bs-text-opacity)) !important;
	padding: 2px;
}

.jodit_container {
	min-height: 100px;
	width: 100%;
}

.slider.round {
	border-radius: 34px;
}

.switch{position: relative;display: inline-block;width: 52px;height: 26px;}
.switch input{opacity: 0;width: 0;height: 0;}
.slider{position: absolute;cursor: pointer;top: 0;left: 0;right: 0;bottom: 0;background-color: #f59300;-webkit-transition: .4s;transition: .4s;}
.slider:before{position: absolute;content: "";height: 18px;width: 18px;left: 4px;bottom: 4px;background-color: white;-webkit-transition: .4s;transition: .4s;}
input:checked + .slider{background-color: #2eb702;}
input:disabled + .slider{background-color: #eee;}
input:focus + .slider{box-shadow: 0 0 1px #2eb702;}
input:checked + .slider:before{-webkit-transform: translateX(26px);-ms-transform: translateX(26px);transform: translateX(26px);}
.slider.round{/*! border-radius: 34px; */}
.slider.round:before{border-radius: 50%;}
.round-only{border-radius: 50%;}

.testclass{
    border:3px solid green;
}

.text-right{
    text-align:right !important;
}

.border-1-black{
    border:1px solid #000 !important;
}

.border-1-white{
    border:1px solid #fff !important;
}

.border-1-black-dashed{
    border:1px dashed #000 !important;
}

.border-1-white-dashed{
    border:1px dashed #fff !important;
}

.logout-message{
    color:red;
    font-family: var(--font-bangla);
}

.login-font{
    font-family: var(--font-bangla);
}

.font-weight-bold{
    font-weight:bold;
}

.input-group .bootstrap-select.form-control .dropdown-toggle {
	border: var(--bs-border-width) solid var(--bs-border-color);
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.icon-holder .fa{
    font-size:57pt;
}

.bg-white{
    background:#ffffff !important;
}

.default-font-report{
    font-family: var(--font-bangla);
}

.count_content{
    
}

.font-solaiman-lipi{
    font-family:"SolaimanLipi", sans-serif;
}


@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    } 
    
    .only-print, .only-print *
    {
        display: block !important;
    }
}




.rr-icon-main{
    width:100%;
    float:left;
}

.rr-icon-main:hover{
    box-shadow:3px 3px 3px;
}

.rr-db-txt a{
    color:#000000;
}

.rr-icon-left{
    width:20%;
    float:left;
    background:var(--icongreenbg);
    padding:5px;
    text-align:center;
    font-size:200%;
    font-weight:bold;
    border:1px solid #cccccc;
    border-right:none;
}

.rr-icon-right{
    width:80%;
    float:left;
    background:#ffffff;
    padding:5px;
    border:1px solid #cccccc;
    border-left:none;
    border-top-right-radius:4px;
    border-bottom-right-radius:4px;
}


.rr-icon-left-hr{
    width:20%;
    float:left;
    background:#059BFF;
    padding:5px;
    text-align:center;
    font-size:200%;
    font-weight:bold;
    border:1px solid #cccccc;
    border-right:none;
}




.rr-icon-left-bstatus-success{
    width:20%;
    float:left;
    background:var(--icongreenbg);
    padding:5px;
    text-align:center;
    font-size:200%;
    font-weight:bold;
    border:1px solid #cccccc;
    border-right:none;
}
.rr-icon-left-bstatus-danger{
    width:20%;
    float:left;
    background:var(--iconredbg);
    padding:5px;
    text-align:center;
    font-size:200%;
    font-weight:bold;
    border:1px solid #cccccc;
    border-right:none;
}

.rr-icon-right-bstatus{
    width:80%;
    float:left;
    background:#ffffff;
    padding:5px;
    border:1px solid #cccccc;
    border-left:none;
    border-top-right-radius:4px;
    border-bottom-right-radius:4px;
}


.rooms{
    line-height:55px;float:left;border:2px solid #999;width:13.5%;height:60px;border-radius:4px;
    text-align:center;font-weight:bold;margin:3px;font-size: 125%;
}

.rooms-intable{
    line-height:36px;float:left;border:2px solid #222;width:98%;height:40px;border-radius:4px;
    text-align:center;font-weight:bold;margin:3px;font-size: 78%;
}

.modalwidth {
    width: 45%;
}

@media (max-width: 768px) {
    .modalwidth {
        width: 97%;
    }
}

.navbar-toggler {
    padding:4px 7px;
    margin:1px;
    border:none;
}
#menuIcon {
    font-size:140%
}


/*Sidebar*/
.sidebar {
    background: #2E7D32 !important;
    width: 230px;
    height: 100vh;
    position: fixed;
    transition: 0.3s;
    box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.8);
    z-index:999;
    overflow-y: auto;
    margin-top:8.5px;
}
.sidebar a {
    color:#ffffff !important;
    text-decoration: none;
    padding: 10px 11px;
    display: block;
}
.sidebar a:hover {
    background: #388E3C !important;
}

.sidebar h4{
    font-size:1.3rem;
}


.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 998;
}
.content {
    margin-left: 260px;
    padding: 20px;
    width: 100%;
}
.mobile-menu {
    display: none;
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 1000;
    background: #fff;
    color: white;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
}
@media (max-width: 768px) {
    .sidebar {
        left: -250px;
        position: fixed;
    }
    .content {
        margin-left: 0;
    }
    .mobile-menu {
        display: block;
    }
}
.accordion-button {
    background: none;
    border: none;
    box-shadow: none;
    border-radius:0px;
    padding-left:9px;
    color: #fff !important;
}
.accordion-button:hover {
    background: #388E3C !important;
}
.accordion-body{
    padding:0px;
}
.accordion-button:not(.collapsed) {
    background: #388E3C !important;
    color:#636363;
}
.accordion-item {
    background: #2E7D32 !important;
    border: none;
    color: #ffffff !important;;
}
.submenu a {
    padding-left: 25px;
    /*background: #495057;*/
}
.submenu a:hover {
    /*background: #6c757d;*/
}
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

/*Sidebar end*/



.responsive-padding {
    padding-left: 2rem;
}

@media (max-width: 768px) { /* Adjust breakpoint as needed */
    .responsive-padding {
        padding-left: 0;
    }
}

.top-logo{
    width: 30px;
    margin-right: 3px;
    height: 30px;
    border-radius:50%;
}


/*Arrow design*/

.arrow-steps {
  display: flex;
  padding: 0;
  list-style: none;
  margin: 0;
}

.arrow-steps .step {
	font-size: 12px;
	text-align: center;
	color: #777;
	cursor: default;
	margin: 0 1px 0 0;
	padding: 11px 15px 11px 20px;
	width: auto;
	position: relative;
	background-color: #ddd;
	user-select: none;
	border-right: 1px solid #ddd;
	margin-top: 2px;
}

.arrow-steps .step a {
  color: #000;
  text-decoration: none;
}

/* Right arrow */
.arrow-steps .step:after {
  content: "";
  position: absolute;
  top: 0;
  right: -17px;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 17px solid #ddd;
  z-index: 2;
}

/* Left arrow */
.arrow-steps .step:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 17px solid #fff;
  z-index: 0;
}

/* Remove left arrow from first step */
.arrow-steps .step:first-child:before {
  border: none;
}

/* Remove right arrow from last step */
.arrow-steps .step:last-child:after {
  display: none; /* Fixed */
}

/* Rounded edges for first and last step */
.arrow-steps .step:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.arrow-steps .step:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* Active Step */
.arrow-steps .step.current {
  color: #fff;
  background-color: #5599e5;
  border-right: 1px solid #5599e5;
}

.arrow-steps .step.current a {
  color: #fff;
  text-decoration: none;
}

.arrow-steps .step.current:after {
  border-left: 17px solid #5599e5;
}

/* Completed Steps */
.arrow-steps .step.done {
  color: #fff;
  background-color: #2f69aa;
  border-right: 1px solid #2f69aa;
}

.arrow-steps .step.done a {
  color: #fff;
  text-decoration: none;
  font-size: 104%;
}

.arrow-steps .step.done:after {
  border-left: 17px solid #2f69aa;
}
/*Arrow design end*/



.cursor-pointer {
    cursor:pointer !important;
}

.verify-badge {
    background: #ffe768;
    border-radius: 50% !important;
    width: 25px;
    height: 25px;
    padding: 5px;
    text-align: center;
    border: 1px solid #ccc;
    line-height: 16px;
    display:inline-block;
    color: #000;
}

.navbar-navy-blue{
    background: #1B5E20 !important;
}

.active-menu {
    background: #f97a4c;
}




