/* Dashboard */
.login {
   /* margin-top: -72px !important;
    margin-left: -242px !important;*/
    z-index: 1 !important;
    position: absolute !important;
    width: 100% !important;
}
.vertical-text {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    text-align: center;
    white-space: nowrap;
    padding: 10px;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}


.btnn {
    background:#7e7e7e;
    border:none;
   margin: 10px;
    padding: 15px 45px;
    text-align: center;
     transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
}

    .btnn:hover {
        color: #fff;
        background: #2e2e2e;
        text-decoration: none;
    }
         
/* The popup form - hidden by default */
.form-popup {
    display: none;
    position: fixed;
    bottom: 0;
    right: 15px;
    border: 3px solid #f1f1f1;
    z-index: 9;
}

/* Add styles to the form container */
.form-container {
    max-width: 300px;
    padding: 10px;
    background-color: white;
}

    /* Full-width input fields */
    .form-container input[type=text], .form-container input[type=password] {
        width: 100%;
        padding: 15px;
        margin: 5px 0 22px 0;
        border: none;
        background: #f1f1f1;
    }

        /* When the inputs get focus, do something */
        .form-container input[type=text]:focus, .form-container input[type=password]:focus {
            background-color: #ddd;
            outline: none;
        }

  
    .form-container .btn {
        background-color: #04AA6D;
        color: white;
        padding: 16px 20px;
        border: none;
        cursor: pointer;
        width: 100%;
        margin-bottom: 10px;
        opacity: 0.8;
    }

    
    .form-container .cancel {
        background-color: red;
    }

    
    .form-container .btn:hover, .open-button:hover {
        opacity: 1;
    }

.collapsible {
    cursor: pointer;
    
    background-color: #f1f1f1;
    border:none;
    padding:5px;
    text-align: center;
    float:right;
    width: 30px;
}
#table1 thead tr td{
    color:gray;
    font-weight:bolder
}
    .collapsible:hover {
        background-color: #ddd;
    }

.content {
    display: none;
    padding: 0 18px;
    overflow: hidden;
    background-color: #f1f1f1;
    width: 100%;
}

.active {
    display: block;
}
/*.table>thead>tr>th {
    padding:8px !important ;
}*/
/* Container adjustments */
.sidebar {
    overflow: visible; /* Ensure overflow does not cut off content */
    position: relative; /* Make sure it's relatively positioned */
}

/* Dropdown styles */
.dropdown {
    position: relative;
    display: inline-block;
}
/* Styles for the navbar */
.navbarCALL {
    background-color: #333;
    overflow: visible;
    position: relative;
    padding: 10px;
}

/* Styles for the vertical list */
/* Styles for the navbar */
.navbar {
    background-color: #333;
    overflow: visible;
    position: relative;
    padding: 10px;
}

/* Styles for the vertical list */
.vertical-list {
    background-color: #8f8f8f;
    width: 200px;
    height: 100vh;
    padding: 10px;
    list-style-type: none;
}

    .vertical-list ul {
        list-style-type: none;
        padding: 0;
    }

    .vertical-list li {
        display: block;
        margin-bottom: 10px;
    }

    .vertical-list a {
        color: white;
        padding: 10px 15px;
        text-decoration: none;
        display: block;
       
        border-radius: 4px;
    }

        .vertical-list a:hover {
            background-color: #525252;
        }

        .vertical-list a.active {
            background-color:darkgray; /* Change this to the color you want for active state */
            color: white;
        }


.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 220px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    z-index: 1;
    top: 100%; /* Position below the dropdown */
    /*left: 238px;*/ /* Align to the left of the dropdown */
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            background-color: #f1f1f1;
        }

/* Show the dropdown when hovering over the dropdown area */
.dropdown:hover .dropdown-content {
    display: block;
}


#popupContent {
    display: none;
    position: absolute;
    top: 0;
    left: calc(100% + 10px); /* Position next to sidebar */
    background-color: white;
    border: 1px solid #ccc;
    padding: 10px;
    z-index: 1001; /* Ensure it's above other elements */
}
.table>tbody>tr>th{
    padding:8px !important
}
#projectNameId {
    margin-left: 290px;
    
}
.main-content {
    overflow: auto !important;
    margin-left:0 !important;
   margin-top: 70px !important;
   scrollbar-width:none
}
.vertical-collpsed .vertical-menu{
    overflow:auto !important;
    position:fixed !important
}

.ct-area {
    fill-opacity: .33 !important;
}
.ct-series-a .ct-area, .ct-series-a .ct-slice-pie {
    fill: #7a6fbe !important;
}
.ct-golden-section {
    overflow: auto;
}
.ct-line {
    stroke-width: 3px !important;
}
.ct-point {
    stroke-width: 7px !important;
}

/* Calender */
.fc-event {
	border-radius: 2px !important;
	border: none !important;
	cursor: move !important;
	font-size: 0.8125rem !important;
	margin: 5px 7px !important;
}
.fc-day-grid-event .fc-time {
    font-weight: 500 !important;
}
.fc-event .fc-content {
	color: #fff !important;
}
tr:first-child>td>.fc-day-grid-event {
    margin-top: 2px !important;
}
.fc-day-grid-event{
    padding: 7px!important;
}
.jvectormap-label{
    display: none;
}

/* Range Slider */
.irs--modern .irs-from:before, .irs--modern .irs-single:before, .irs--modern .irs-to:before {
    border-top-color: #626ed4 !important;
}
.irs--modern .irs-line {
    background: #dee2e6 !important;
    border-color: #dee2e6 !important;
}
.irs--modern .irs-max, .irs--modern .irs-min {
    color: #adb5bd !important;
    background: #f8f9fa !important;
    font-size: 11px !important;
}
.irs--modern .irs-handle>i:nth-child(1) {
    width: 8px !important;
    height: 8px !important;
}
.irs--modern .irs-bar, .irs--modern .irs-from, .irs--modern .irs-single, .irs--modern .irs-to {
    font-size: 11px !important;
}
.irs--modern .irs-grid-text {
    font-size: 11px !important;
    color: #ced4da !important;
}
.irs--modern .irs-handle {
    border: 1px solid #a3adc1;
    border-top-width: 0 !important;
}
.irs--square .irs-line {
    background: #f6f6f6 !important;
    border-color: #f6f6f6 !important;
}
.irs--square .irs-max, .irs--square .irs-min {
    color: #ced4da !important;
    background: #f6f6f6 !important;
    font-size: 11px !important;
}
.irs--square .irs-bar, .irs--square .irs-from, .irs--square .irs-single, .irs--square .irs-to {
    background: #556ee6!important;
    font-size: 11px !important;
}
.irs--square .irs-handle {
    border: 2px solid #556ee6 !important;
    width: 12px !important;
    height: 12px !important;
    top: 26px !important;
    background-color: #fff!important;
}
.irs--square .irs-grid-text {
    font-size: 11px;
    color: #ced4da !important;
}

/* Sweet Alert */
.swal2-styled:focus {
    box-shadow: none !important;
}

/* Form Advanced */
.select2-container .select2-selection--single {
    background-color: #fff !important;
    border: 1px solid #ced4da !important;
    height: 38px !important;
}
.select2-container .select2-selection--single:focus {
	outline: none !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 36px !important;
    padding-left: 12px !important;
    color: #495057 !important;
}
.select2-container .select2-selection--single .select2-selection__arrow {
    height: 34px !important;
    width: 34px !important;
    right: 3px !important;
}
.select2-container .select2-selection--single .select2-selection__arrow b {
	border-color: #adb5bd transparent transparent transparent !important;
	border-width: 6px 6px 0 6px !important;
}
.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #adb5bd transparent !important;
	border-width: 0 6px 6px 6px !important;
}
.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #f8f9fa !important;
	color: #16181b !important;
}
.select2-container--default .select2-results__option[aria-selected=true]:hover {
	background-color: #626ed4 !important;
	color: #fff !important;
}
.select2-results__option {
	padding: 6px 12px !important;
}
.select2-dropdown {
	border-color:rgba(0,0,0,.15) !important;
}
.select2-container .select2-selection--multiple {
	min-height: 38px !important;
	background-color: #fff !important;
	border: 1px solid #ced4da !important;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
	padding: 2px 10px !important;
}
.select2-container .select2-selection--multiple .select2-search__field {
	border: 0;
	color: #495057 !important;
}
.select2-container .select2-selection--multiple .select2-search__field::-webkit-input-placeholder {
	color: #495057 !important;
}
.select2-container .select2-selection--multiple .select2-search__field::-moz-placeholder {
	color: #495057 !important;
}
.select2-container .select2-selection--multiple .select2-search__field:-ms-input-placeholder {
	color: #495057 !important;
}
.select2-container .select2-selection--multiple .select2-search__field::-ms-input-placeholder {
	color: #495057 !important;
}
.select2-container .select2-selection--multiple .select2-search__field::placeholder {
	color: #495057 !important;
}
.select2-container .select2-selection--multiple .select2-selection__choice {
	background-color: #e9ecef !important;
	border: 1px solid #dee2e6 !important;
	border-radius: 1px !important;
	padding: 0 7px !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #ced4da !important;
    background-color: #fff !important;
    color: #74788d !important;
    outline: 0 !important;
}

/* color */
.sp-hidden {
	display: none !important;
}

/* Form File Upload */
.dropzone {
	min-height: 230px !important;
    border-style: dashed !important;
	background: transparent !important;
}


/* Chart Chartlist */
.ct-grid {
    stroke: rgba(52,58,64,.09) !important;
    stroke-width: 1px;
    stroke-dasharray: 3px !important;
}
.ct-series-c .ct-area, .ct-series-c .ct-slice-pie {
    fill: #343a40 !important;
}
.ct-series-b .ct-area, .ct-series-b .ct-slice-pie {
    fill: #f8b425 !important;
}

/* C3 Chart */
.c3 path.domain, .c3-axis.c3-axis-x line, .c3-axis.c3-axis-y line {
    stroke: #ced4da !important;
}
.c3-areas-Pageview .c3-area {
    opacity: .2 !important;
}
.c3-legend-item {
    font-size: 14px !important;
}
.c3-chart-arcs-title {
    font-size: 18px !important;
}

.mm-collapse {
    height: 0;
    overflow: hidden;
    transition: height 0.2s ease; 
}

.mm-show {
    height: auto;
    transition: height 0.2s ease;
}


#sidebar-menu ul li ul.sub-menu li a {
    padding: .625rem 1.5rem ;
}

    @media (min-width: 992px) {
        .login {
            margin-top: -72px !important;
        }
    }
