/* ======================================================
   HILASOFT BASE THEME
======================================================*/

:root{

--radius:12px;
--radius-sm:8px;

--shadow-sm:0 2px 8px rgba(0,0,0,.06);
--shadow-md:0 8px 24px rgba(0,0,0,.08);

--transition:.25s ease;

}


/*============================*/

body{

font-size:16px;
line-height:1.6;

}


/*============================*/

.card,
.small-box,
.info-box,
.modal-content,
.dropdown-menu{

border-radius:var(--radius);

border:none;

box-shadow:var(--shadow-sm);

transition:var(--transition);

}

.card:hover{

box-shadow:var(--shadow-md);

}


/*============================*/

.btn{

border-radius:10px;

padding:.5rem 1rem;

font-weight:500;

transition:var(--transition);

}


/*============================*/

.form-control,
.custom-select,
.select2-selection{

height:40px!important;

border-radius:10px!important;

transition:.2s;

}


/*============================*/

textarea.form-control{

height:auto!important;

}


/*============================*/

.table{
}

.table td,
.table th{

vertical-align:middle;

}


/*============================*/

.main-header{

box-shadow:0 2px 10px rgba(0,0,0,.05);

}


/*============================*/

.main-sidebar{

box-shadow:2px 0 15px rgba(0,0,0,.08);

}


/*============================*/

.nav-sidebar .nav-link{

border-radius:10px;

margin:3px 8px;

transition:.25s;

}


/*============================*/

.small-box{

border-radius:16px;

overflow:hidden;

}


/*============================*/

.info-box{

border-radius:16px;

}


/*============================*/

.small-box .icon{

opacity:.18;

}


/*============================*/

.dropdown-menu{

padding:8px;

}


/*============================*/

.dropdown-item{

border-radius:8px;

}


/*============================*/

.modal-header{

padding:18px 24px;

}

.modal-body{

padding:24px;

}

.modal-footer{

padding:18px;

}


/*============================*/

.badge{

border-radius:8px;

padding:6px 10px;

}


/*============================*/

.pagination .page-link{

border-radius:8px;

margin:0 2px;

}


/*============================*/

.content-wrapper{

padding-top:10px;

}


/*============================*/

.card-header{

font-weight:600;

}


/*============================*/

::-webkit-scrollbar{

width:10px;

}

::-webkit-scrollbar-thumb{

border-radius:30px;

}
