<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.tab-content{
	padding-top: 1em;

    border: 1px solid #dee2e6;
    border-top: 0px;

}
.tab-pane{
	padding:.5em;
}

.form-control[readonly] {
	background-color: #ffffff;
    opacity: 1;
}

.p-content {
 font-size:1.5em;
 line-height: 1.5em;
}

ul, ol {
	margin-left:0px;
	list-style-type: none;
}

.modal-body ul li{
	font-size: 1.275em;
	padding:.2em;
}
span.count-display {
    width: 40px;
    font-weight: 500;
    display: inline-block;
    text-align: center;
}

span.btn-add, span.btn-minus {
    width: 35px;
    height: 35px;
    display: inline-block;
    line-height: 35px;
    background: #eef1f7;
    border-radius: 4px;
    text-align: center;
    color: #5E6D77;
    font-weight: 600;
    cursor: pointer;
}

[class*=" ti-"], [class^=ti-] {
    font-family: themify;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
    
    min-width: 32px;
    width: 38px;
    height: 32px;
    line-height: 34px;
    font-size: 16px;
    border-radius: 6px;
    
}



.main-logo {
    width: 121px;
    height: 57px;
    background: url(../img/layout/logo.png?);
    background-position: 0px 57px;
    margin-top: 1em;
    position: relative;
    background-repeat: repeat-y;
}

@media (max-width: 768px)  {
	
	 .main-logo {
		align:center;
	 }
	 
	.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
    
		min-width: 38px;
		width: 44px;
		height: 44px;
		line-height: 40px;
		font-size: 20px;
		border-radius: 8px;
		
	}
	.btn-lg{
		width:100%;
	}
	
	
}



</pre></body></html>