/*
|--------------------------------------------------------------------------
| APPLICATION INFORMATION
|--------------------------------------------------------------------------
|
| Application: Multi Backend System
| Author: Mahbubur Rahman
|
| Author URI: www.mahbubrn.com
| Email: mahbubrn86@gmail.com
| Skype: mahbubrn
| Phone: 01987422407, 01757406077
|
| Frontend: html5, CSS3, Bootstrape (only column grid), javascript, jQery
| Backend: laravel 10, mysql, livewire
|
*/

/*
|-----------------------------------------------------
| INDEX NOTE
|-----------------------------------------------------
|
| 1. Base css
| 2. Plugins
| 3. Layout
| 4. Common
| 5. Modules List
|       5.1: user
|       5.2: ticket
|
*/

/*
|-----------------------------------------------------
| BASE CSS (1)
|-----------------------------------------------------
|
*/

@import url('https://fonts.googleapis.com/css2?family=Bellota+Text:wght@400;700&display=swap');
@import url(grid.css); /* bootstrape framework css */
@import url(font-awesome.min.css); /* font-awesome icon */

/*== plugin's css ==*/
@import url(../js/plugins/notification/toastr.css); /* toast notification */
@import url(../js/plugins/datepicker/date-picker.css); /* date picker */
@import url(../js/plugins/mobile/mobileNav.css); /* responsive mobile nav */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
*:focus {outline: none;}

body{
    font-family: 'Bellota Text', cursive;
    font-size: 14px;
    background: #f1f1f1;
}
a, a:hover, a:link, a:visited, a:active{
    text-decoration: none;
    color: black;
    cursor: pointer;
}
a:hover{color: #0073AA;}
ul{list-style: none;}
img{display: block;}

/* -------------------- */

input, textarea{
    text-transform: none;
    border: 1px solid #e3e3e3;
    cursor: text;
}
textarea{
    width: 100%;
    padding: 5px;
    min-height: 175px;
    resize: vertical;
}
select, button{
	text-transform: capitalize;
	cursor: pointer;
}
input[type="text"],
input[type="number"],
input[type="search"]{
    height: 30px;
    padding-left: 5px;
}
input[type="radio"],
input[type="checkbox"]{cursor: pointer;}
input[type="submit"]{
    padding: 4px 20px;
    text-transform: capitalize;
    border: 1px solid #0073AA;
    background: #0073AA;
    color: white;
}
input[type="submit"]:hover{
    background: #008bcc;
    border: 1px solid #008bcc;
}
input[type="reset"]{
    background: transparent;
    color: #999;
}
input[type="file"]{display: none;}
label{
    cursor: pointer;
    vertical-align: baseline;
}

button{border: none;}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
   opacity: 1;
}

/* -------------------- */

h1, h2, h3, h4, h5, h6{
    text-transform: uppercase;
    font-weight: 700;
}
h2 span{
    text-transform: none;
    color: #0073AA;
}
.nrml{font-weight: 400;}
.upper{text-transform: uppercase!important;}
.capi{text-transform: capitalize !important;}

.nocapi,
.table2 table th.nocapi{
    text-transform: none !important;
}

.nobold{font-weight: 400;}
.bold{font-weight: 700;}
.bold2{font-weight: 500;}
.linethrough{text-decoration: line-through;}
.block{display: block;}

/* -------------------- */

/* color name */
.bg{background: #f0f0f0;}
.bg2{
    background: #f0f0f0;
    padding: 5px;
    margin-bottom: 5px;
}

.bgdflt{
    background: #0073AA;
    color: #fff;
}
.bgchecked{
    background: green;
    color: #fff;
}
.bgmark{
    background: goldenrod;
    color: #fff;
}
.bgcross{
    background: tomato;
    color: #fff;
}
.bgpending{
    background: deepskyblue;
    color: #fff;
}

.bgnone{background: none;}
.black{color: #000;}
.white{color: #fff !important;}
.gray{color: #999 !important;}
.pending{color: deepskyblue;}
.checked{color: green !important;}
.cross{color: tomato !important;}
.dflt{color: #0073AA !important;}
.mark{color: goldenrod;}
.folder{color: #F7C117;}

.txtleft{text-align: left !important;}
.txtright{text-align: right !important;}
.center{text-align: center !important;}
.justify{text-align: justify;}

/*
|-----------------------------------------------------
| (2) PLUGINS
|-----------------------------------------------------
|
*/

/* Weather */
.weather{
    position: relative;
}
.weather h5{
    font-size: 24px;
    font-weight: normal;
}
.weather p:first-child{
    margin-bottom: 5px;
}
.weather img{
    position: absolute;
    top: 0;
    right: 0;
    margin: 0 !important;
}

/* Responsive Nav */
.slicknav_menu {display:none;}

/* Datepicker */
.datepicker table th span, .datepicker table td span{
    color: unset !important;
}

/*
|-----------------------------------------------------
| (3) LAYOUT
|-----------------------------------------------------
|
*/

.wrapper{
    overflow: hidden;
	text-transform: capitalize;
}

/* -------------------- */
.topbar,
.leftstick{
    background: #23282D;
    position: fixed;
}
.topbar{
    height: 32px;
    width: 100%;
    z-index: 9;
}
.leftstick{
    height: 100%;
    width: 160px;
    z-index: -1;
}

/* -------------------- */
.leftside{
    color: white;
    width: 160px;
    float: left;
    margin-top: 32px;
    padding-bottom: 200px;
}
.rightside{
    margin-top: 32px;
    padding: 15px;
    padding-top: 0;
    float: left;
    width: calc(100% - 160px);
}

/* -------------------- */

.topbar{color: #fff;}
.topbar ul{
    margin-top: 4px;
    position: relative;
}
.topbar ul li{
    display: inline-block;
    margin: 0 3px;
}

.topbar ul li a{
    color: #fff;
    display: block;
    padding: 3px 5px;
}
.topbar ul li a i{
    font-size: 17px;
}
.topbar ul li a span{
    top: 2px;
    position: absolute;
    color: #FFA500;
    margin-left: 4px;
    font-weight: 700;
}

/* sub menu */
.topbar ul ul{
    position: absolute;
    border: 1px solid #e3e3e3;
	box-shadow: -5px 5px 5px #3333;
    background: #fff;
    width: 180px;
    right: 0;
    text-align: left;
    display: none;
}

.topbar ul ul li{
    display: block;
    margin: 0;
}

.topbar ul ul li a{
    color: #000;
    padding: 6px 6px 6px 15px;
    border-bottom: 1px solid #f1f1f1;
}
.topbar ul ul li a:hover{
    background: #F1F1F1;
}

.topbar .left{padding-top: 6px;}
.topbar img{
    width: 20px;
    vertical-align: top;
    margin-right: 3px;
    display: inline-block;
}

/* -------------------- */

.optionarea{overflow: hidden;}
.optionarea div{margin:0;}
.op1, .op2{
    border-top: 0;
    margin-bottom: -1px;
    display: none;
}
.optionmenu{
    overflow: hidden;
}
.optionmenu ul{text-align: right;}
.optionmenu ul li{
    display: inline-block;
    background: white;
    border: 1px solid #e3e3e3;
    border-top: 0;
    padding: 5px 15px;
    cursor: pointer;
}
.opicon{
    background: #0073AA !important;
    color: white;
}
.opicon i{
    transform: rotate(180deg);
}

/* -------------------- */

.adminmenu ul li{
    position: relative;
    cursor: pointer;
}
.adminmenu ul li a{
    color: white;
    display: block;
    padding: 7px;
}
.adminmenu ul li a span{
    font-size: 12px;
    color: #FFA500;
}
.adminmenu ul li:hover > a{
    background: #191E23;
    color: #00B9EB;
}
.adminmenu ul li a i{
    width: 14px;
    text-align: center;
    margin-right: 5px;
    font-size: 16px;
}
.adminmenu ul li a img{
    height: 20px;
    width: 20px;
    float: left;
    margin-right: 5px;
}
.active{
    background: #0073AA !important;
    color: #fff !important;
}
.active::after {
    border-bottom: 8px solid transparent;
    border-right: 8px solid #ededed;
    border-top: 8px solid transparent;
    content: "";
    position: absolute;
    right: 0;
    top: 8px;
}
.active-submenu{
    background: #191E23;
    color: #00B9EB !important;
}
/*== sub menu ==*/
.adminmenu ul ul{
    display: none;
}
.adminmenu ul li:hover > ul.has-sub{
    display: block;
    background: #32373C;
    position: absolute;
    z-index: 999;
    min-width: 160px;
    left: 160px;
    top: 0;
}
ul.has-sub:before{
    border-bottom: 8px solid transparent;
    border-right: 8px solid #32373C;
    border-top: 8px solid transparent;
    content: "";
    position: absolute;
    left: -8px;
    top: 8px;
    z-index: 999;
}
ul.hsb:before{
    border-right: 8px solid #4e5965;
}

/* -------------------- */

/*
|-----------------------------------------------------
| (4) COMMON
|-----------------------------------------------------
|
*/
.wrap{
	overflow: hidden;
	margin-bottom: 20px;
    min-height: 34px;
}
.left{
	float: left;
	overflow: hidden;
    margin-right: 10px;
}
.left select{height: 29px;}

.right{
	float: right;
	overflow: hidden;
    margin-left: 10px;
}

/* -------------------- */

.np{padding: 0!important;}
.npleft{padding-left: 0;}
.npright{padding-right: 0;}
.nptop{padding-top: 0;}
.npbottom{padding-bottom: 0;}

.nm{margin: 0!important;}
.nmleft{margin-left: 0;}
.nmright{margin-right: 0 !important;}
.nmtop{margin-top: 0;}
.nmbottom{margin-bottom: 0 !important;}

.noheight{height: 0;}
.no-action{pointer-events: none;}

.clr{ overflow: hidden;}
.unset{overflow: unset !important;}
.ovfhidden{overflow: hidden;}
.clear{all: unset;}

.noborder{border: none;}
.border1{border: 1px solid #e3e3e3;}
.border2{border: 2px solid #e3e3e3;}
.pointer{cursor: pointer;}
.cursor-default{cursor: default;}

.hide{display: none;}
.show{display: block;}

/* -------------------- */

.div{
    background: white;
    color: black;
    padding: 15px;
    margin: 15px auto;
    border: 1px solid #e3e3e3;
    box-shadow: 0 0 3px #ededed;
    overflow: hidden;
}
.div h2,
.div h3{
	margin-bottom: 15px;
    display: inline-block;
}
.div h2 i,
.div h3 i{margin-left: 7px;}
.div img{
    width: 100%;
}

.si .div{height: 80px;}

/* -------------------- */
.page{padding: 50px;}

/* -------------------- */
/* TABLE : VERTICAL */
/* -------------------- */
.table{
	border: 1px solid #e3e3e3;
	box-shadow: 0 0 1px #e3e3e3;
    overflow: auto;
}
.div table{
	width: 100%;
    background: #fff;
}
.div table tr:nth-child(2n+1) {
    background: #f9f9f9;
}
.div table th,
.div table td{
	border: 3px solid white;
    padding: 7px;
    vertical-align: middle;
    text-align: center;
}
.div table th{
	background: white;
    text-transform: uppercase;
	border-bottom: 1px solid #e3e3e3;
    font-size: 13px;
}

.div table th span,
.div table td span{
	color: #999;
	display: block;
    text-transform: none;
}

.div table th img,
.div table td img{
	width: 62px;
	height: 64px;
	/* height: auto; */
	padding: 3px;
    margin: auto !important;
	border: 1px solid #e7e7e7;
	background: white;
}

.div table th.img,
.div table td.img{
	width: 62px;
	padding: 5px!important;
}

.flag,
.div table td img.flag{
    width: 32px;
    height: auto;
    padding: 0;
    border: none;
}

.inline table td span,
.inline table td a{
    display: inline-block;
}

/* -------------------- */
/* TABLE : HORIZONTAL */
/* -------------------- */

.table2{overflow: auto;}
.table2 > table tr:nth-child(2n+1){
    background: transparent;
}
.table2 table th,
.table2 table td{
    border: 1px solid #e3e3e3;
}
.table2 table th{
	border-bottom: none;
    text-transform: capitalize;
    text-align: left;
    background: #e7e7e7;
    border: 1px solid #fff;
}
.table2 table tr:nth-child(1) th{
    background: #333;
    color: white;
    font-weight: 700;
}
.table2 table tr:nth-child(1) td{
    background: #e7e7e7;
    border: 1px solid #fff;
}
.table2 table tr:last-child th{
    border-bottom: 1px solid #e3e3e3;
}
.table2 table tr:first-child td:last-child{
    border-right: 1px solid #e3e3e3;
}

/* -------------------- */

.table3 table{
    border: 1px solid #000;
    width: auto;
}
.table3 table th,
.table3 table td{border: 1px solid #000;}


/* -------------------- */

.pagenumber{
    overflow: hidden;
    margin: 30px auto 5px;
    width: 100%;
}

.pagenumber ul{text-align: center;}
.pagenumber ul li{display: inline-block;}
.pagenumber ul li a{cursor: pointer;}

.pagenumber ul li a,
.pagenumber ul li span{
    border: 1px solid #e3e3e3;
    display: block;
    padding: 5px 8px;
    border-radius: 3px;
    transition: .30s;
}

.pagenumber ul li a:hover,
.pageactive{
    background: #0073AA;
    color: white;
    border: 1px solid #0073AA !important;
}

/* -------------------- */

.print-option{overflow: hidden;}
.print-option ul li{
    float: left;
    margin-left: 5px;
}
.print-option ul li a{
    cursor: pointer;
    border-radius: 3px;
    font-size: 13px;
    padding: 5px 10px;
    display: block;
    border: 1px solid #e3e3e3;
    background: #fff;
}
.print-option ul li a:hover{
    border: 1px solid #000;
    background: #000;
    color: #fff;
}

/* -------------------- */

.list{
	overflow: hidden;
}
.list select{
	border: 1px solid #e3e3e3;
    height: 30px;
	padding-left: 5px;
	min-width: 100px;
}
.list option{
	padding: 2px;
	padding-left: 10px;
    border-bottom: 1px solid #e3e3e3;
}
.list button{
    padding: 5px 15px;
    margin-right: 15px;
}
.list button:hover{
    background: #e3e3e3;
}

/* -------------------- */

.info p,
.info ul li{
    border-bottom: 1px solid #f7f7f7;
    padding: 5px 0;
}
.texteditor .info p{margin: 0;}
.info span{float: right;}

.info img{
    width: 135px;
    height: 145px;
    margin: 0;
    margin-top: 10px;
}

/* -------------------- */

.switch {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 19px;
}
.switch input {display:none;}

.swich {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
.swich:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 3px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .swich {
    background-color: #2196F3;
}

input:focus + .swich {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .swich:before {
-webkit-transform: translateX(20px);
-ms-transform: translateX(20px);
transform: translateX(20px);
}

/* Rounded */
.swich.round {border-radius: 40px;}
.swich.round:before {border-radius: 50%;}

/* -------------------- */

/*
   ----- TAB HORIZONTAL
*/

.tab-btn ul{
	overflow: hidden;
}
.tab-btn ul li{
	float: left;
    border: 1px solid #fff;
	border-bottom: none;
    padding: 5px 7px;
	cursor: pointer;
}
.tab-active{
	border: 1px solid #e7e7e7!important;
	border-bottom: none!important;
	background: white;
}

.tab-content{
	border: 1px solid #e7e7e7;
	padding: 7px;
	margin-top: -1px;
    overflow: auto;
}
.tc{display: none;}
.tcactive{display: block;}

/* -------------------- */

/*
   ----- TAB VERTICAL
*/

.tab-vertical{
    overflow: hidden;
    border: 1px solid #f0f0f0;
    padding: 7px;
}
/*== btn ==*/
.tabtn-vertical{
    background: #fafafa;
    float: left;
    width: 160px;
    margin-right: 10px;
}
.tabtn-vertical ul li{
    padding: 7px;
    color: #0073AA;
    cursor: pointer;
    border-bottom: 1px solid #ededed;
}
.tabtn-vertical ul li i{
    width: 18px;
}
.tabtn-vertical ul li:hover{
    color: #00B3E1;
}
.tva{
    /* means: tab vertical btn active */
    background: #eeeeee;
    color: #000 !important;
}

/*== content ==*/
.tab-content-vertical
{
    float: left;
    width: calc(100% - 170px);
}
.tcv{
    display: none;
}
.tcv h3{
    text-transform: capitalize;
    display: block;
}
.tcv-active{display: block;}

/* -------------------- */

/*
   ----- TAB BUTTON
*/

.buttons ul{
    margin-top: 15px;
}
.buttons ul li{
    display: inline-block;
    background: white;
    padding: 7px 12px;
    cursor: pointer;
    margin-right: 2px;
}
.buttons ul li:hover,
.buttons ul li:hover a,
.button-active{
    background: #0073AA !important;
    color: white;
}
.bc{
    display: none;
    overflow: hidden;
}
.bcactive{display: block;}

/* -------------------- */
/*
   ----- ACCORDION
*/
.accordion-toggle {
    cursor: pointer;
    border: 1px solid #ddd;
    padding: 8px 10px;
    margin-bottom: 7px;
    background: #ededed;
}
.accordion-toggle:after {
    content: '';
    font-family:'FontAwesome';
    float: right;
    margin-top: 3px;
    transition: .40s;
}
.acrd-active{
    background: #0073AA;
    color: white;
    border: 1px solid #0073AA;
}
.accordion-toggle.acrd-active:after{
    transform: rotate(90deg);
    content: '';
}
.accordion-content {
    display: none;
    background: #f9f9f9;
    padding: 10px;
    margin-bottom: 7px;
}

/* -------------------- */

.texteditor p{
    margin-bottom: 10px;
    clear: both;
}
.texteditor p span{
    display: block;
    margin-bottom: 2px;
}
.texteditor p span strong{color: #999;}
.texteditor p input,
.texteditor p select{
    height: 35px;
    width: 100%;
    padding-left: 7px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07) inset;
    transition: .15s;
    border: 1px solid #ddd;
}
.texteditor p input[type="radio"],
.texteditor p input[type="checkbox"]{
    height: auto;
    width: auto;
}
.texteditor p select{cursor: pointer;}
.texteditor p option{
    border-bottom: 1px solid #f0f0f0;
    padding: 3px;
}

.texteditor p input[type="file"]{
    display: none;
}
.texteditor p input[type="file"]+label{
    padding: 3px 10px;
}
.editorpad{margin-bottom: 10px;}

[contentEditable=true]:empty:not(:focus):before{
    content:attr(data-text);
    color: #999;
}

fieldset{
    border: 1px solid #e3e3e3;
    padding: 10px;
    padding-bottom: 0;
    margin: 15px 0;
}
legend{
    width: 150px;
    margin: 10px 50px 10px 0;
    padding-left: 5px;
    font-weight: bold;
    color: #333;
}

.modal{
    cursor: pointer;
}
.modal-body{
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    padding-top: 50px;
    left: 0;
    top: 0;
    overflow: auto;
    background: rgba(0,0,0,0.40);
    display: none;
}
.modal-content{
    padding: 15px;
    background: white;
    box-shadow: none;
    border-radius: 5px;
    text-transform: none;
}
.modal-content > .div{
    border: none;
    padding: 0;
    margin: 0;
    box-shadow: none;
}

/* -------------------- */
/* ph: page heading */
.ph {margin-top: 8px;}

/* -------------------- */
.imgpreview img,
.imgpreview1 img{
    width: 200px;
    padding: 5px;
    border: 1px solid #e3e3e3;
}
.attribute-image{margin-bottom: 15px;}
.attribute-image img{
    width: 62px;
    height: 62px;
    padding: 3px;
    border: 1px solid #e7e7e7;
    background: white;
}

/* -------------------- */
.banner{
    background: #f0f0f0;
    padding: 20px;
    margin-bottom: 30px;
}
.banner img{
    margin: 0;
    width: 88px;
    height: 90px;
}
.banner h1{
    font-size: 18px;
    margin-bottom: 7px;
}

.bgpn img{
    margin: 0;
    width: 100%;
    margin-bottom: 15px;
}

.paybtn img{
    width: 100px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    border: 1px solid #e3e3e3;
}

.spc{
    /* spc: single profile content */
    overflow: hidden;
    padding: 0 35px 50px;
}
.spc img {
    width: 170px;
    height: auto;
    margin: 0;
    border: 1px solid #e3e3e3;
    padding: 5px;
}
.spc table{margin-bottom: 15px;}
.spc table td{text-align: left;}

.spc-footer{
    background: #0073AA;
    color: #fff;
    padding: 7px 12px;
    border-radius: 3px;
}


/*
|-----------------------------------------------------
| (5) MODULES LIST
|
| MODULE : ACCESS (5.1)
|-----------------------------------------------------
|
*/
.login{
    width: 360px;
    border-radius: 5px;
    margin-top: 100px;
}
.login i{
    font-size: 28px;
    margin-bottom: 5px;
}

/*
|-----------------------------------------------------
| MODULE : DASHBOARD (5.2)
|-----------------------------------------------------
|
*/
.weather img{width: auto;}
.weather-today h3{
    font-size: 72px;
    font-weight: normal;
    margin-top: 30px;
}
.weather-today img{
    float: right;
}

.dbox{
    overflow: auto;
    height: 280px;
}

/*
|-----------------------------------------------------
| MODULE : USER (5.3)
|-----------------------------------------------------
|
*/



/*
|-----------------------------------------------------
| MODULE : SUPPORT (5.2)
|-----------------------------------------------------
|
*/

.replybtn{padding: 10px;}
.replybtn:after{
    content: '\002B'; /* Unicode character for "plus" sign (+) */
    float: right;
    font-size: 20px;
    font-weight: bold;
    padding-right: 5px;
    margin-top: -5px;
}
.rply-active{
    border-bottom: 1px solid #e3e3e3;
    box-shadow: 0 0 3px #e7e7e7;

}
.rply-active:after{
    content: "\2212"; /* Unicode character for "minus" sign (-) */
}
.reply-editor{padding: 15px;}

/* --------- */
.reply{
    margin: 15px 0;
    padding: 5px;
}
.replyhead{
    background: #f8f8f8;
    padding: 5px 10px;
    border-bottom: 1px solid #e3e3e3;
}
.rpl-staff{background: #DFF0D8;}
.replytext{padding: 15px 7px 15px;}

/* --------- */
.attach{margin-top: 30px;}
.attach h3{display: block;}
.attach a{
    display: block;
    margin-bottom: 10px;
}
.attach a i{margin-right: 7px;}



/*
|-----------------------------------------------------
| MODULE : FILES
|-----------------------------------------------------
|
*/
.folders ul li{
    border-bottom: 1px solid #e3e3e3;
    overflow: hidden;
}
.folders i{
    margin-right: 5px;
}

















/*
|-----------------------------------------------------
| MODULE : FRONTSIDE
|-----------------------------------------------------
|
*/
.theme img{
    margin: 0;
    width: 100%;
    border: 1px solid #e3e3e3;
}
.themeitem{height: 150px;}
.themeitem .clr{
    margin-top: 25px;
}



