/* Make Select2 boxes heights: */
.select2-selection__rendered {
    line-height: 38px !important;
}

.select2-selection {
    min-height: 40px !important;
}

/* .select2-container{
    width:100% !important;
} */
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;

}
.select2-selection__placeholder{
    color:#9f9b9b !important;
}
@media print {
    #sidenav-main  {
        display: none !important;
    }
    .main-content {
        margin: 0 !important;
        width: 100% !important;
    }
}

.description{
    white-space: normal !important;
}

.min-h-100vh {
	min-height: 100vh;
}
.min-h-70vh {
	min-height: 70vh;
}
.min-h-75vh {
	min-height: 75vh;
}
.dashboard-top-card-font{
    color:#283267 !important;
    font-weight: bold;
    font-family: Nunito,sans-serif
}

.sidebar-font{
    font-size: 1.5em;
    font-weight: bold;
    color: #020b3a;
}


table tbody tr td{
    overflow: hidden; /* this is what fixes the expansion */
    /* white-space: nowrap; */
    /* max-width: 150px !important; */
    white-space: normal !important;
}
.nav-item.active a span{
    /* background:#283267; */
    color:#fff !important;
    margin:0px !important;
    border-radius:5px
}


.w-80 { width : 80px !important}
.h-80 { height : 80px !important}
.wp-100 { width : 100px !important}
.hp-100 { height : 100px !important}
.hp-50 { height : 50px !important}
.hp-30 { height : 30px !important}

/* Employee card listing */

.profile_card:hover .card
{
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
}
.profile_card:hover .edit {
    display: block;
    margin-right: 25px;
    z-index: 1;
}

.profile_card .edit {
	padding-top: 7px;
	padding-right: 7px;
	position: absolute;
	right: 0;
	top: 0;
	display: none;
}

.profile_card .avatar {
    background-color: #fff !important;
 }

 /* Lead kanban list */
.kanbancard{
    min-height : 234px !important;
    border: 1px solid rgb(242, 242, 242);
}
.kanbanrow{
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    max-height : 62vh;
}
.cursor-move{
    cursor: move;
}
.kanbancard .card-body{
    overflow-x: auto;
    overflow-y: auto;
    max-height : 48vh;
    padding-bottom : 0.5rem ;
}
.kanban-bx-sd{
    /* box-shadow: 3px 2px 9px 1px; */
    box-shadow : 0px 0px 2px  rgba(0, 0, 0, 0.2);
}
.kanban-ld-bx{
    box-shadow: 2px 2px 5px 2px silver
}
.kanbancard.bg-light{
    background-color : #f3f3f3 !important;
}

/* Calendar */
.fc-header-toolbar{
    padding: 0px 20px 0px 20px;
}
.fc button {
    padding: 5px;
}
.fc-view-container{
    padding: 20px;
}
.fc-event-container .fc-day-grid-event {
    padding : 3px;
}
.fc-today{
    color : #212121;
}
.fc-row .alert-info{
    background: #e6e6e6 !important;
}
/* Form controll */
.form-control {
    height: 40px;
    border-color : #949494 !important;
}
.input-group-text{
    line-height: 0;
    border-color : #949494 !important;
}
.input-group-append{
    border-left: 1px solid;
}
.form-control-label
{
    color: #212121;
    font-size: 14px;
    font-weight: 400;
}
/* Scrollbar  */
.scroller {
    overflow-y: auto;
    scrollbar-color: #0A4C95 #C2D2E4;
    scrollbar-width: thin;
}
.scroller::-ms-scrollbar {
    width: 5px;
    scrollbar-color: #0A4C95 #C2D2E4;
}
.scroller::-webkit-scrollbar {
    width : 5px;
    height : 5px;
}

.scroller::-webkit-scrollbar-track-piece  {
    background-color: #C2D2E4;
}

.scroller::-webkit-scrollbar-thumb {
    background-color: #0A4C95;
}