body{
    font-family: "Source Sans Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol" !important;
    font-size: 14px;
}
@media (min-width: 992px){
    .nav-item.custom-nav > a {
        color: #eee !important;
    }
}
.nav-treeview>.nav-item>.nav-link.active, .nav-treeview>.nav-item>.nav-link.active:focus, .nav-treeview>.nav-item>.nav-link.active:hover {
    background-color: #fff !important;
    color: #343a40 !important;
}
.nav-item > .nav-link > i {
    margin-top: 2px !important;
}
.main-sidebar{
    /* background-image:
    linear-gradient(to bottom, rgb(209 131 93 / 65%), rgb(62 91 148 / 83%)),
    url('https://images.unsplash.com/photo-1495107334309-fcf20504a5ab?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=1950&q=80'); */
    
    background-image: linear-gradient(to bottom, rgb(209 131 93 / 55%), rgb(62 91 148 / 13%)), url(https://images.unsplash.com/photo-1491202862203-88033b2f36a8?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=1928&q=80);
    /* background-image: linear-gradient(to bottom, rgb(209 131 93 / 55%), rgb(62 91 148 / 13%)), url('https://images.unsplash.com/photo-1471289660181-7feae98d61ae?ixlib=rb-1.2.1&ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&auto=format&fit=crop&w=1950&q=80'); */
    /* background-image: linear-gradient(to bottom, rgb(209 131 93 / 55%), rgb(62 91 148 / 13%)), url('https://images.unsplash.com/photo-1522449735235-015dd4c46f25?ixlib=rb-1.2.1&ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&auto=format&fit=crop&w=1045&q=80'); */
/*     background-image: linear-gradient(to bottom, rgb(209 131 93 / 55%), rgb(62 91 148 / 13%)), url('https://images.unsplash.com/photo-1542384517060-2b41144f12a4?ixlib=rb-1.2.1&ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&auto=format&fit=crop&w=1850&q=80');
 */    
    /* background-image: linear-gradient(to bottom, rgb(209 131 93 / 65%), rgb(62 91 148 / 83%)), url('../dist/img/sidebar-bground.jpg'); */
    background-position-y: center;
    background-size: cover;
    background-repeat: no-repeat;
    /* background-image: linear-gradient(left, rgb(209 131 93 / 65%), rgb(62 91 148 / 73%)), url('https://images.unsplash.com/photo-1495107334309-fcf20504a5ab?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=1950&q=80'); */
}
.brand-link{
    background-color: #fff;
}
.brand-link .brand-image{
    max-height: 50px;
}
a.d-block{
    color: #fff !important;
}
.form-group {
    margin-bottom: .5rem;
}
div.info{
    font-size: 12px;
    color: #fff;
    padding: 0.5rem .5rem;
}
div.info .d-block{
    font-size: 15px;
    font-weight: 500;
}
.img-asidebar{
    height: auto;
    width: 3.1rem !important;
}
.user-panel{
    background-color: #283a4a7a;
    padding-top: .5rem;
    padding-bottom: .5rem !important;
}
.sub-label{
    display: block;
}
.card-header{
    padding: 7px 15px !important;
}
.card-body{
    padding: 10px 15px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    margin-top: 2px !important;
}
.text-sm .select2-container--default .select2-selection--multiple .select2-selection__rendered, select.form-control-sm~.select2-container--default .select2-selection--multiple .select2-selection__rendered{
    padding: 0;
}
.select2-container--default .select2-selection--multiple {
    border: 1px solid #ced4da;
}
.text-sm .select2-container--default .select2-selection--multiple, select.form-control-sm~.select2-container--default .select2-selection--multiple{
    height: 10px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
   /*  color: #000 !important; */
}
.sm-add{
    font-size: 24px;
    margin-top: 10px;
}
.sm-links-list-container .sm-links-list {
    display: table;
    width: 100%;
    padding: 5px 5px;
    color: #484848;
    border-bottom: 1px solid #82c765;
}
.sm-links-list-container .sm-links-list span.close-icon {
    color: #f33b3b;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
}
.sm-links-list-container {
    background: #efefff;
    width: 30%;
    margin-top: 10px;
}

.sm-links-list-container .sm-links-list span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
}
.sm-icon {
    color: brown;
    padding: 0px 3px !important;
}
.alert {
    padding: .3rem .5rem;
    font-size: 13px;
}
.alert-info{
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}
.info-tooltip{
    font-size: 14px !important;
    color: #4f494c !important;
}
.btn{
    padding: .2rem 1.5rem !important;
}
.btn-group > .btn{
    padding: .375rem .75rem !important;
    display: none;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background-color:#808080;
}

/* Active / Inactive Toggle CSS */
.switch {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 25px;
    top: 9px;
    margin-left: 2px;
  }
  
  .switch input {display:none;}
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ca2222;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #2ab934;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(55px);
    -ms-transform: translateX(55px);
    transform: translateX(55px);
  }
  
  /*------ ADDED CSS ---------*/
  .on
  {
    display: none;
  }
  
  .off
  {
    color: white;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 55%;
    font-size: 10px;
    font-family: Verdana, sans-serif;
  }

  .on
  {
    color: white;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 38%;
    font-size: 10px;
    font-family: Verdana, sans-serif;
  }
  
  input:checked+ .slider .on
  {display: block;}
  
  input:checked + .slider .off
  {display: none;}
  
  /*--------- END --------*/
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;}

    label.switch{
        margin-bottom: 0;
    }

    @media (min-width: 992px){
.sidebar-mini .nav-sidebar, .sidebar-mini .nav-sidebar .nav-link, .sidebar-mini .nav-sidebar>.nav-header {
    white-space: normal !important;
}
.custom-nav > .nav-link{
    display: inline-flex !important;
    width: 234px;
}
.nav-item > .nav-link > i{
    margin-top: 4px;
    padding-right: 8px;
    font-size: 16px;
}
.nav-item.custom-nav > a {
    color: #d8d8d8;
}
}
.rolespan{
    display: inline-flex;
}
.required{
    color: #dc3545;
}
.card-gradient{
    background-color: #1cbb65;
    background-image: linear-gradient(292deg, #1cbb65 0%, #7d9eff 100%);
    color: #fff;
}
textarea{
    line-height: 1 !important;
}
label{
    color: #5a5a5a !important;
    font-size: 14px;
}
thead{
    background-color: #E6F0FF !important;
}

.card-gradient-gb{
    background-image: linear-gradient(292deg, #375998 0%, #1cbb65 100%);
    color: #fff;
}

.card-gradient-bg{
    background-image: linear-gradient(292deg, #1cbb65 0%, #375998 100%);
    color: #fff;
}

.card-gradient-ob{
    background-image: linear-gradient(292deg, #375998 0%, #d3855d 100%);
    color: #fff;
}

.card-gradient-og{
    background-image: linear-gradient(292deg, #1cbb65 0%, #d3855d 100%);
    color: #fff;
}

.fa-facebook-f {
    background: #3B5998;
    color: white;
    font-size: 11px;
    padding: 4px;
    width: 18px;
    text-align: center;
    /* border-radius: 50%; */
    height: 18px;
}

.fa-facebook-f.prod {
    background: #3B5998;
    color: white;
    font-size: 14px;
    padding: 7px;
    width: 27px;
    text-align: center;
    border-radius: 50%;
    height: 27px;
}

.fa-linkedin-in {
    background: #007bb5;
    color: white;
    font-size: 11px;
    padding: 4px;
    width: 18px;
    text-align: center;
    /* border-radius: 50%; */
    height: 18px;
}

.fa-linkedin-in.prod {
    background: #007bb5;
    color: white;
    font-size: 18px;
    font-size: 14px;
    padding: 7px;
    width: 27px;
    text-align: center;
    border-radius: 50%;
    height: 27px;
}

.fa-twitter {
    background: #55ACEE;
    color: white;
    font-size: 11px;
    padding: 4px;
    width: 18px;
    text-align: center;
    /* border-radius: 50%; */
    height: 18px;
}

.fa-twitter.prod {
    background: #55ACEE;
    color: white;
    font-size: 14px;
    padding: 7px;
    width: 27px;
    text-align: center;
    border-radius: 50%;
    height: 27px;
}

.fa-globe.prod {
    background: #077794;
    color: white;
    font-size: 14px;
    padding: 7px;
    width: 27px;
    text-align: center;
    border-radius: 50%;
    height: 27px;
}

.fa-instagram {
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    color: white;
    font-size: 11px;
    padding: 4px;
    width: 18px;
    text-align: center;
    /* border-radius: 50%; */
    height: 18px;
}

.fa-instagram.prod {
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    color: white;
    font-size: 14px;
    padding: 7px;
    width: 27px;
    text-align: center;
    border-radius: 50%;
    height: 27px;
}

.fa-youtube {
    /* background: #bb0000; */
    color: #bb0000;
    font-size: 16px;
    /* padding: 4px;
    width: 18px;
    text-align: center;
    height: 18px; */
}

.fa-youtube.prod {
    background: #bb0000;
    color: #fff;
    font-size: 14px;
    padding-top: 7px;
    width: 27px;
    text-align: center;
    border-radius: 50%;
    height: 27px;
}

.main-footer{
    font-size: 12px;
    padding: 0.6rem 1rem;
}

.tab-custom-content {
    border-top: 0;
    border-bottom: 1px solid #dee2e6;
    margin-top: .5rem;
    padding-top: .2rem;
    margin-bottom: .5rem;
    padding-bottom: .2rem;
}

.lead {
    font-size: 1rem;
    font-weight: 500;
}

.custom-file-label {
    height: 32px;
    padding: 0.27rem .75rem;
    line-height: 1.5;
}
							
.custom-file-label::after {
    height: 30px;
    padding: .27rem .75rem;
    line-height: 1.4;
}
.sidepanel-detail{
    font-size: 13px;
    margin-bottom: .4rem;
}
.sidepanel-detail-title{
    font-size: 14px;
    font-weight: 600;
    margin-bottom: .4rem;
}

.sidepanel-box{
    box-shadow: 0 0 1px rgba(0,0,0,.125), 0 1px 3px rgba(0,0,0,.2);
    padding: 20px 10px;
}

.card-primary.card-outline {
    border-top: 3px solid #d1845c;
}

.sidepanel-perdetail{
    font-size: 13px;
    margin-bottom: .1rem;
}
.nav-tabs {
    overflow-x: auto;
    overflow-y: hidden;
    display: -webkit-box;
    display: -moz-box;
}
.nav-tabs>li {
    float: none;
}

.tox-notification{
    display: none;
}
.prod-det{
    padding: 8px 10px;
}

.donation-jumbotron{
    padding: 2rem 1.5rem !important;
}

.donation-container { 
    height: 150px;
    position: relative;
    margin: 10px;
    color: #fff;
  }
  
  .center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .donation-title{
    font-size: 14px; 
    font-weight: 600; 
    display: block;
    width: 180px;
    text-align: center;
    margin-top: 10px;
  }
  .nav-sidebar .nav-link p {
    margin-right: 28px;
}

.ribbon-wrapper {
    height: 70px;
    overflow: hidden;
    position: absolute;
    left: -2px;
    top: -2px;
    width: 70px;
    z-index: 10;
}
.ribbon-wrapper .ribbon {
    box-shadow: 0 0 3px rgba(0,0,0,.3);
    font-size: .8rem;
    line-height: 100%;
    padding: .375rem 0;
    position: relative;
    right: 28px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0,0,0,.4);
    text-transform: uppercase;
    top: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(315deg);
    width: 100px;
}

.sidebar {
    overflow-y: scroll;
}
.sidebar a {
    color: #eee !important;
}

.bgimg-checkbox{
    display: inline-table;
    margin: 10px;
}

/* input.large-check{
    width: 16px;
    height: 16px;
    outline: 2px solid white;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
} */

input.large-check {
    content:'';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #0079bf;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
  }
  
  .form-group input.large-check:checked + input.large-check:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #0079bf;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }

  .login-left{
    background: url('https://images.unsplash.com/photo-1529045138962-5f59528258fe?ixlib=rb-1.2.1&ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&auto=format&fit=crop&w=2031&q=80') !important;
  }

  .login-page1, .register-page {
   /*  -ms-flex-align: initial !important; */
    /* align-items: initial !important;
    background-color: #e9ecef !important;
    display: -ms-flexbox !important;
    display: block !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    height: auto !important;
    -ms-flex-pack: initial !important;
    justify-content: initial !important;
    overflow-x: hidden; */
}

.login-box{
    
}

@media (max-width: 991.98px){
    .sidebar-mini.sidebar-collapse .main-sidebar {
        box-shadow: none!important;
    }
    .customize{
        display: none;
    }
    .fullscreen{
        display: none;
    }
    .india-flag{
        display: none;
    }
    .kisansuvidha-logo{
        display: none;
    }
}

.disabled{
    cursor: not-allowed !important;
}

.table td, .table th {
    vertical-align: middle !important;
}

.dashboard-title{
    min-height: 46px;
}