@charset "UTF-8";
/* main style*/
/* author: RAAJRANI Technologies*/

@import url('https://fonts.googleapis.com/css2?family=Anek+Bangla:wght@100..800&display=swap');

@font-face {
  font-family: 'SolaimanLipi';
  src: url('fonts/SolaimanLipi.ttf') format('truetype');
}

@font-face {
  font-family: 'Oswald';
  src: url('fonts/Oswald-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'capsuula';
  src: url('fonts/capsuula.regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Berlin Sans FB Regular';
  src: url('fonts/Berlin Sans FB Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'CenturyGothic';
  src: url('fonts/CenturyGothic.ttf') format('truetype');
}

@font-face {
  font-family: 'ChakraPetch';
  src: url('fonts/ChakraPetch-Regular.ttf') format('truetype');
}



:root {
  --mainbgcolor:#01a559;
  --mainbghover:#567821;
  --icongreenbg: #079a27;
  --iconredbg: #f51414;
}


body {
    /*background-image: url(../img/bg/1.png);*/
    padding-top: 45px;
    font-family: 'Anek Bangla', sens-serif;
}
a{
    color:#000;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
footer {
    background: #0d3862 !important;
    color: #fff !important;
    padding: 3px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    font-size: 0.9rem;
    border-top: 1px solid #4A4A4A;
}
footer a {
    color:#fff !important;
}

.navbar{
    /*background-image: url(../img/bg/4.png);*/
    background:#fff;
    font-family:"Anek Bangla",sans-serif;
}

.navbar-brand {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-right: 0.9rem;
    font-size: 1rem;
    color: #000;
    text-decoration: none;
    font-family: "Anek Bangla", sans-serif;
}

.nav-link {
	padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
	color: #000;
    font-size: 1rem;
}

.dropdown-menu {
    min-width:15rem;
    font-size:1rem;
}

.dropdown-menu .fa{
    width:25px;
    padding-left: 7px;
}

.dropdown-menu li{
    border-bottom:1px solid #ddd;
    padding:1px;
}

.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:"Anek Bangla", sans-serif;
}
.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: #0d3862 !important;
    font-size: 12px;
    text-transform: capitalize;
    color: #ffffff !important;
}
#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;
}
.nav-item li:hover {
    background:#005cb7 !important;
}

@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: 2px 11px 6px;
	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:"Anek Bangla",sans-serif;
}

.login-font{
    font-family:"Anek Bangla",sans-serif;
}

.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:"Anek Bangla", sans-serif;
}

.count_content{
    text-transform: uppercase;
}

.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%;
    }
}

.table>tbody {
    font-size: 130%;
}



/* Time line */
.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

    .timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #eeeeee;
        left: 50%;
        margin-left: -1.5px;
    }

    .timeline > li {
        margin-bottom: 20px;
        position: relative;
    }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li > .timeline-panel {
            width: 46%;
            float: left;
            border: 1px solid #d4d4d4;
            border-radius: 2px;
            padding: 20px;
            position: relative;
            -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
        }

        .timeline > li > .timeline-panel:hover {
            background:#f5f5f5;
            cursor:pointer;
        }

            .timeline > li > .timeline-panel:before {
                position: absolute;
                top: 26px;
                right: -15px;
                display: inline-block;
                border-top: 15px solid transparent;
                border-left: 15px solid #ccc;
                border-right: 0 solid #ccc;
                border-bottom: 15px solid transparent;
                content: " ";
            }

            .timeline > li > .timeline-panel:after {
                position: absolute;
                top: 27px;
                right: -14px;
                display: inline-block;
                border-top: 14px solid transparent;
                border-left: 14px solid #fff;
                border-right: 0 solid #fff;
                border-bottom: 14px solid transparent;
                content: " ";
            }

        .timeline > li > .timeline-badge {
            color: #fff;
            width: 50px;
            height: 50px;
            line-height: 50px;
            font-size: 1.4em;
            text-align: center;
            position: absolute;
            top: 16px;
            left: 50%;
            margin-left: -25px;
            background-color: #999999;
            z-index: 100;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
        }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
        }

            .timeline > li.timeline-inverted > .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto;
            }

            .timeline > li.timeline-inverted > .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

    .timeline-body > p + p {
        margin-top: 5px;
    }

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

        ul.timeline > li > .timeline-panel:before {
            border-left-width: 0;
            border-right-width: 15px;
            left: -15px;
            right: auto;
        }

        ul.timeline > li > .timeline-panel:after {
            border-left-width: 0;
            border-right-width: 14px;
            left: -14px;
            right: auto;
        }
}

.nav-tabs .nav-link{
    font-size:120%;
}






