
:root {
    --bg-color:#885896; /* Default background color */
    --text-color: #ffffff; /* Default text color */
  }.select-border{
    border-radius: 15px;
    width: 190px;
    list-style: none;
    height: 35px;
    margin-right: 10px;
    padding: 5px 7px;
    font-size: 14px;
    border-radius: 7px;
}

.card {
    border-radius: 14px !important;
}
.btn-res-sub{
    border-radius: 15px;
}
.overview-div{
    list-style: none;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    margin-bottom: 8px;
    flex-wrap: wrap;
  }
  .overview-div li{
    width: 100%;
    height: 75px;
    border-radius: 18px;
    padding: 18px;

  }

.card-h-text{
font-size: 13px;
font-weight: 700;
line-height: 20px;
text-align: center;
margin-bottom: 10px !important;
}
.card-m-text{

font-size: 14px;
font-weight: 400;
line-height: 7px;
text-align: center;
}

.card-bg-1{
  background: #40ABFCB8;
}
.card-bg-2{
  background: #E9B45A;
}
.card-bg-3{
  background: #5D3868;
}
.card-bg-4{
  background: #9F9F9F;
}
.card-bg-5{
  background: #D35F5FCC;
}
.card-bg-6{
  background: #A1C470;
}
.card-bg-7{
  background: #D35F5FCC;
}
.card-bg-8{
  background: #9F9F9F;
}
.card-bg-9{
  background: #B65656;
}
.card-bg-10{
  background: #A1C470;
}
.card-bg-11{
  background: #E9B45A;
}
.card-bg-12{
  background: #40ABFCB8;
}
.card-bg-13{
  background: #E9B45A;
}
.card-bg-14{
  background: #9A93F4;
}
.align-btn{
  display: flex;
  justify-content: space-between;
}
.btn-color{
  background: var(--bg-color);
  color: var(--text-color);
  border-radius: 20px;
}
.btn-light-br{
  border-radius: 20px;
}
.br-none{
  border: none !important;
}
.dashboard-btn {
    gap: 6px;
    display: flex;
    margin-top: 18px;
}
#attendance_history {
  height:300px !important;
}

#work-status{
  width:100%;
  height:100% !important;
  margin-top:117px;
}
/* .dataTables_filter{
width: 98%;
} */

.highcharts-figure,
.highcharts-data-table table {
min-width: 310px;
max-width: 800px;
margin: 1em auto;
}

.highcharts-data-table table {
font-family: Verdana, sans-serif;
border-collapse: collapse;
border: 1px solid #ebebeb;
margin: 10px auto;
text-align: center;
width: 100%;
max-width: 500px;
}

.highcharts-data-table caption {
padding: 1em 0;
font-size: 1.2em;
color: #555;
}

.highcharts-data-table th {
font-weight: 600;
padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
padding: 0.5em;
}
.highcharts-exporting-group {
display: none;
}
#container-3d {
  height:auto;
}
#Balance{
  height:auto;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
background: #f8f8f8;
}

.highcharts-data-table tr:hover {
background: #f1f7ff;
}
.card-margin{
margin-bottom:13px;
}
.chart-height{
height:250px;
}
.height-70{
height:73px;
}
.menuFecture li{
padding:0px 10px 0px;
font-size:10px;

}
.menuFecture-span {
display: inline-block;

width: 10px;
height: 10px;
margin-right: 5px;

}
.menuFecture-firstColor {

background: #fd7e14;

}
.menuFecture-sec {

background: #f10075;

}
.menuFecture-third {

background: #0168fa;

}
.fc-Office {
padding: 10px 10px;
}
.select-border {
height: 35px;
padding: 5px 7px;
font-size: 12px;
border-radius: 7px;
}
.menuFecture {
list-style: none;
justify-content: start;
margin-top:10px;
flex-wrap: wrap;
padding-left:0px;
}
.highcharts-title {
font-size: 15px !important;
}

.pb-15{
padding-bottom:15px;
}
.modal-bg-image {
    background-image: url('../img/new-slider.png') !important;
    background-size: 100% 100%;
}
.off-can {

    margin-bottom: 20px;
}
.table thead tr {
    background: var(--bg-color);
    color: white;
}
button.dt-button, div.dt-button, a.dt-button, input.dt-button {

    padding: 5px 14px !important;

}
.buttons-excel{
    background: #4CAF50 !important;
    color: white !important;
    border: none !important;
}
.buttons-pdf{
    background: #dc4c64 !important;
    color: white !important;
    border: none !important;
}
.can-width{
    width:50% !important;
}


.btn_bg {
    padding: 7px 15px 7px 15px;
}
.btn-toltip{
    position:relative;
}
.btn-toltip:hover span{
    opacity: 1;
    transform: translate(-50%, 0);
}
.btn-toltip span {
    position: absolute;
    left: 50%;
    top: 104%;
    opacity: 0;
    margin-bottom: 1em;
    padding: 3px 5px;
    background-color: #1e181ec4;
      border-radius: 3px;
    line-height: 1.6;
    text-align: left;
    display: inline-table;
    white-space: nowrap;
    transform: translate(-50%, 1em);
    transition: all .15s ease-in-out;
    color:#ffffff;
}
 .full-width{
    width:80% !important;
}
.form-header {
    background-color: #885896 !important;

    padding: 10px 11px;
    border-radius: 3px;
    margin-bottom: 20px;
}
.form-header h5{
    color: var(--text-color);
    margin:0px;
}
.card-margin{
    margin-bottom: 10px;
}
/* .select2-container--default .select2-selection--multiple {

    max-height: 80px;
    overflow-y: auto;
    overflow-x: hidden;
} */
/* .select2-selection__arrow::after {
   content: "▼"; /* Or use a custom Unicode arrow */
   /* font-size: 12px;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    display:none;
  } */
  .select2-selection__arrow {
    height: 100%;
    position: absolute;
    top: 0;
    right: 1px;
    width: 20px;
    pointer-events: none;
  }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #885896;
    border: 1px solid #aaa;

}
/* .select2-container {

    width: 100% !important;
} */
.add-btn{
    background: #885896;
    border: 1px solid #885896;
}
.add-btn:hover{
    background: #885896;
    border: 1px solid #885896;
}
label {
  font-weight: 500;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.current:focus {
    border: 0;
    background-color: #f5b105 !important;
    color: #fff !important;
    border-color: #ffffff !important;
    border-radius: 50%;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;

    border-radius: 50%;
}
.dataTables_wrapper .dataTables_paginate .next:hover {


    border-radius: 10px !important;
}
/**=====================
    2.21 Loader CSS Start
==========================**/
.loader-wrapper {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: fixed;
    background-color: #fff;
    z-index: 11;
    top: 0;
  }
  .loader-wrapper .loader4 {
    position: relative;
    color: var(--theme-deafult);
    font-size: 50px;
    text-indent: -9999em;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-animation: loader4 1.7s infinite ease, loader4Round 1.7s infinite ease;
            animation: loader4 1.7s infinite ease, loader4Round 1.7s infinite ease;
    overflow: hidden;
  }

  @-webkit-keyframes loader4 {
    0% {
      -webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
              box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    5%, 95% {
      -webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
              box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    10%, 59% {
      -webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
              box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }
    20% {
      -webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
              box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }
    38% {
      -webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
              box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }
    100% {
      -webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
              box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
  }

  @keyframes loader4 {
    0% {
      -webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
              box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    5%, 95% {
      -webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
              box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    10%, 59% {
      -webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
              box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }
    20% {
      -webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
              box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }
    38% {
      -webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
              box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }
    100% {
      -webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
              box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
  }
  @-webkit-keyframes loader4Round {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  @keyframes loader4Round {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  .off-can {
    border-radius: 0px !important;
}

.image-box {
    width: 100%;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.image-box img {
    width: 100%;

}

.modal-bg-image {
    background-image: url('https://filmcell.mahaitgov.in/img/sidebar_bg2.png')
}

.close-btn {
    color: #ffffff;
}
.select2-container .select2-selection--single {

    height: 38px;

}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 66%;
    width: 0;
}
.download_table{
    position: absolute;
    top:-11px;
    right:20px;
}
.ext-text {
    font-size: 12px;
    padding: 4px 12px 4px;
}
.vh-100 {
    height: 100%!important;
    }

    input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
 /* .feather_icons.delete-scheme.fa-trash-alt {
    color: #ab0000;
}
.feather_icons.edit-scheme.far.fa-edit {
    color: #009100;
} */
  /**=====================
      2.21 Loader CSS Ends
  ==========================**/
@media screen and (min-width:320px) and (max-width:800px)
{
    .nav-item .nav-link {
        color: #2e2c2c !important;
    }
    .responsive-width{
        width:180px;
    }


}
label.myErrorClass {
    font-size: 12px;
    color: #a90404;
    display: block;
    margin-bottom: -13px;
    width:100%;
}
input.myErrorClass , select.myErrorClass {
  border:1px solid #a90404 !important;
}
.position-select{
    position: relative;
}
.position-select label.myErrorClass{
    font-size: 12px;
    color: #a90404;
    display: block;
    margin-bottom: -18px;
    position: absolute;
    bottom: 0px;
    display: block;
}
.offcanvas-body {
    height: 80vh;
    padding-bottom: 30px;
}
.wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active {

    gap: 5px;
}
.wizard > .steps .current a .number, .wizard > .steps .current a:hover .number, .wizard > .steps .current a:active .number {
    border-color: #885896 !important;
    background-color: #885896 !important;
}
.wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active {
    color: #000000 !important;
}
/* .navbar-menu-sub .nav-sub-link:hover {
    color: #ffffff;
    background: #885896;
    padding: 2px 5px 2px 3px;
    border-left: 5px solid #dda855;
    border-radius: 3px;
} */
 .mb-0{
    margin-bottom: 0px;
 }

.mt-0{
    margin-top:0px;
}
.wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active {

    background-color: #5d3868 !important;

}
.wizard > .actions .disabled a, .wizard > .actions .disabled a:hover, .wizard > .actions .disabled a:active {
    background-color: #97a3b9 !important;
}
.wizard > .content input, .wizard > .content textarea, .wizard > .content select {
    font-size: 15px !important;
}
.margin-documet{
    margin-top:19px;
}
.wizard > .content > .title {

    border-bottom: 1px dashed #ccc;
    padding: 14px 0px;
    margin-bottom: 10px;
}
.ui-accordion-header.ui-state-active {
    background-color: var(--bg-color) !important;
    border-bottom-width: 0;
    color: #ffffff;

}
.ui-accordion-content {

    padding: 20px 20px 20px 20px;

}
.wizard > .steps > ul li + li::before {
    content: '\f061';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 16px;
    color: #b4bdce;
    position: absolute;
    top: 50%;
    left: -26px;
    line-height: 0;

  }
  .wizard > .steps > ul {
    flex-wrap: wrap;
}


.accordion-body{
    margin-bottom: 10px;
}
.ui-accordion-header ~ .ui-accordion-header {
    margin-top: 10px;
}

.table-x-scroll {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}
.tab-ys .nav-item .nav-link {
display: flex;
align-items: center;
padding: 19px 25px;
border-radius: 8px 8px 0px 0px;
text-decoration: none;
color: #333;
background-color: transparent;
transition: all 0.3s ease;
font-weight: 500;
}
.tab-ys .active {
background-color: var(--bg-color) !important;
z-index: 5;
color: #ffffff !important;
}
.icon-font-size{
    font-size:18px;
}
.feather_icons {
    cursor: pointer;
}
.icons-img{
    width:19px;
    margin-right:10px;
}
.view-title {

        font-size: 18px;
        margin-bottom: 15px;
        border-bottom: 1px dashed #cccccc;
        padding: 0px 1px 12px;

}
.append-item{
    position: absolute;
    right: 15px;
    top: -15px;
    padding: 3px 9px;
    font-size: 13px;
}
.append-item-btn
{

    padding: 3px 12px;
    font-size: 13px;
}
.table-dropdown{
    width: 200px;
    margin-left: 5px;
    height: 35px;
    font-size: 13px;
}
.tx-decoretion-underline{
 text-decoration: underline;
 text-align: center;
}
/* .fa-trash-alt{
    background: #b51625;
    color: white;
    padding: 6px 3px;
    border-radius: 3px;
    margin: 0px;
} */

.table tr th {
    background-color: #885896 !important;
    color: #ffffff !important;
}
.summary .disabled-color{

        background: #f1f1f1;
        height:38px;
}
.summary_sub_title {
    border-bottom: 1px dashed #ccc;
    margin-bottom: 13px;
    padding: 0px 0px 4px;
}
.summary_sub_title h5 {
    font-size: 17px;
    color: #6b4c74;
}
.add-course-sche .form-control{
    border:0px solid !important
}

.form-header h5 {
    font-size: 15px !important;
}
.bg-warning {
    --bs-bg-opacity: 1;
    background-color: rgb(209 152 1) !important;
}
@media print {
    table tr td{
        border:1px solid ;
    }
}
.bg-danger {
    --bs-bg-opacity: 1;
    background-color: rgb(169 3 19) !important;
}
.dashboard-icons img{
    width: 50px;
}
/* .bg-success-light {
    background-color: rgb(205 255 227 / 18%) !important;
}
.bg-danger-light {
    background-color: rgb(205 255 227 / 18%) !important;
}

.bg-warning-light {
    background-color: rgb(255 213 178 / 18%);
}
.bg-info-light {
    background-color: rgb(172 233 255 / 18%) !important;
} */

.room-status .nav-link{
    flex-direction: row;
    height: auto;
    margin-bottom: 12px;
    border: 1px solid #ccc !important;
    padding: 10px 15px 10px;
    /* min-width: 100px; */
    /* max-width: 249px; */
    width: 222px;
    align-items: center;
    justify-content: flex-start;
}
.room-tab-title
{
    display: block;
    width: 100%;
    color: #3c3c3c;
}
.image-block img
{
    width:33px;
    margin: 4px auto 0px;
}
.room-status .number{
    font-size: 18px;
    color: #a90313;
}
.room-status .description{
    padding: 0px 0px 0px 20px;
}
.room-status .nav-link.active {
    background-color: #ffffff;
    z-index: 5;
    border:2px solid #885896 !important
}
.white-space-space{
    white-space:normal !important;
}
.btn-proceed{
    margin-top:20px;
}
.checkbox-outer-box
{
    line-height:30px;
}
.checkbox-outer-box .custom-control-label{
    margin-left:10px;
    font-weight: 400;
}
