/*=====================
-----DASHBOARD CSS-----
=======================*/


/****** LOGIN PAGE CSS ******/

.dashboard-login {
    background: #fff;
    padding: 8em 2em;
}
.dashboard-login-form{
    border: 1px solid #aaabae;
    padding: 2em 1em;
    box-shadow: 0px 0px 3px #aaabae;
}
.dashboard-login .form-group {
    margin: 2rem auto;
}
.dashboard-login .form-check {
    margin: 1.5em auto;
}
.dashboard-login-form .section-title img{
    
}
.dashboard-login .form-group input {
    width: 100%;
    height: 50px;
    border: 1px solid #aaabae;
    text-transform: capitalize;
    padding: 0px 18px;
    color: #555;
    font-size: 14px;
    font-weight: 400;
    border-radius: 0;
    border-radius: 4px;
}
.dashboard-login .form-group:hover input {
    box-shadow: 0px 0px 3px #aaabae
}
.dashboard-login .form-group .nice-select {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: 1px solid #aaabae;
    text-transform: capitalize;
    padding: 0px 18px;
    color: #999;
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px;
    font-weight: 400;
}
.dashboard-login .form-group textarea {
    width: 100%;
    height: 200px;
    padding: 18px;
    border: 1px solid #aaabae;
    text-transform: capitalize;
    resize: none;
    border-radius: 4px;
}
.dashboard-login .form {
    margin-top: 30px;
}
.dashboard-login .form-group .nice-select::after {
    right: 20px;
    color: #757575;
}
.dashboard-login .form-check-input{
    width: auto;
    height: 0;
    border: 1px solid #aaabae;
    text-transform: capitalize;
    padding: 0px 18px;
    color: #555;
    font-size: 14px;
    font-weight: 400;
    border-radius: 0;
    border-radius: 4px;

}
/**** DASHBOARD LOGIN PAGE CSS ENDS HERE ****/



/**** DASHBOARD HEADER AND SIDEBAR CSS STARTS HERE ****/

 #wrapper {
    overflow-y: hidden;
 }

#sidebar-wrapper {
    min-height: 100vh;
    margin-left: -15rem;
    -webkit-transition: margin .5s ease-out;
    -moz-transition: margin .5s ease-out;
    -o-transition: margin .5s ease-out;
    transition: margin .5s ease-out;
}
#sidebar-wrapper-two {
     -webkit-transition: margin .5s ease-out;
    -moz-transition: margin .5s ease-out;
    -o-transition: margin .5s ease-out;
    transition: margin .5s ease-out;
}
#sidebar-wrapper .sidebar-heading {
    padding: 0.875rem 1.25rem;
    font-size: 1.2rem;
    color: #262626;
    font-weight: 500;
    text-align: center;
}

#sidebar-wrapper .list-group {
    width: 15rem;
}

#page-content-wrapper {
    min-width: 100vw;
}

#wrapper.toggled #sidebar-wrapper {
    margin-left: 0;
}
#wrapper .navbar-toggle{
    padding: 0.3em 0.5em;
    font-size: 1.2em;
}
.bg-strong-bliss {
    background-image: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%);
}
.list-group-item-action:hover {
    font-size: 1.2em;
    color: #fff;
    font-weight: 600;
    background-image: linear-gradient(to bottom, #323232 0%, #3F3F3F 40%, #1C1C1C 150%),linear-gradient(to top, rgba(255,255,255,0.4) 0%, rgba(0,0,0,0.25) 200%);
    cursor: pointer;
}
.dropdown-container a:hover {
    font-size: 1.2em;
    color: #fff;
    font-weight: 600;
    background-image: linear-gradient(to bottom, #323232 0%, #3F3F3F 40%, #1C1C1C 150%),linear-gradient(to top, rgba(255,255,255,0.4) 0%, rgba(0,0,0,0.25) 200%);
    cursor: pointer;
}
.dropMenu-bg {
    will-change: transform;
    padding: 0;
    position: absolute;
    transform: translate3d(0px, 22px, 0px);
    top: 20px !important;
/*    left: -90px !important;*/
    min-width: 22rem;
    z-index: 9999;
}
.dropdown-menu li.user-detail-header {
    background-image: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%) !important;
    width: 100%;
    margin: 0;
    margin-left: 0px;
    padding: 15px 15px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
span.status {
    color: #262626;
    font-size: 15px;
}
h5.user-name {
    color: #262626;
    font-weight: 600;
    font-size: 18px;
}
.user_sett_info {
    margin: 0px 1em;
    border-bottom: 1px solid #3C779F;
    box-shadow: 0px 1px 0px #65A4CD;
    padding: 10px 0 10px;
}
.user-body {
    padding: 0 1em;
}
.dropdown-menu .List {
    margin: 0.8em auto;
}
.dropdown-menu.dropdown-menu-xl {
    min-width: 25rem;
}
.dropdown-menu-header .dropdown-menu-header-inner {
    margin: -1px -1px 0;
    padding: 1.5rem .5rem;
    position: relative;
}
.bg-deep-blue {
    background-image: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%) !important;
}
.dropdown-menu-header .menu-header-image {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 8;
    opacity: .25;
    filter: grayscale(80%);
    background-size: cover;
}
.menu-header-content {
    text-align: center;
    position: relative;
    z-index: 10;
}
.text-dark {
    color: #343a40 !important;
}
.menu-header-title {
    font-weight: 500;
    font-size: 1.25rem;
    margin: 0;
}
.menu-header-subtitle {
    margin: 5px 0 0;
    opacity: .8;
}
.tabs-animated-shadow.tabs-shadow-bordered {
    border-bottom: rgba(26,54,126,0.125) solid 1px;
}
.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}
.tabs-animated-shadow .nav-link.active::before, .tabs-animated-shadow .nav-link:hover::before {
    border-radius: .25rem;
    opacity: 1;
}
.tabs-animated .nav-link.active::before, .tabs-animated .nav-link:hover::before {
    transform: scale(1);
}

.tabs-animated-shadow .nav-link::before {
    height: 100%;
    top: 0;
    z-index: 4;
    bottom: auto;
    box-shadow: 0 16px 26px -10px rgba(63,106,216,0.56),0 4px 25px 0px rgba(0,0,0,0.12),0 8px 10px -5px rgba(63,106,216,0.2);
    border-radius: 100%;
    opacity: .5;
}
.tabs-animated .nav-link::before {
    transform: scale(0);
    opacity: 1;
    width: 100%;
    left: 0;
    bottom: -2px;
    content: "";
    position: absolute;
    display: block;
    border-radius: .25rem;
    background: #3f6ad8;
    transition: all .2s;
    height: 4px;
}
.dropMenuComment-bg{
    min-width: 25em;
    right: 0;
    left: auto;
    padding: 0;
}
.notification_header {
    padding: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.nofitications-dropdown ul.dropMenuComment-bg a.grid {
    display: grid;
    grid-template-columns: 40px 1fr;
    grid-gap: 15px;
    padding: 10px 15px;
}
.dropMenuComment-bg .odd {
    background: #f8f9fa;
}
.notification_bottom {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    text-align: center;
    padding: 0.5em;
}
@media (min-width: 768px) {
  #sidebar-wrapper {
    margin-left: 0;
  }

  #page-content-wrapper {
    min-width: 0;
    width: 100%;
  }

  #wrapper.toggled #sidebar-wrapper {
    margin-left: -15rem;
  }
}
/**** DASHBOARD HEADER AND SIDEBAR CSS ENDS HERE ****/



/**** DASHBOARD MAIN SECTION CSS STARTS HERE ****/
.card {
    box-shadow: 0 0.46875rem 2.1875rem rgba(4,9,20,0.03),
        0 0.9375rem 1.40625rem rgba(4,9,20,0.03),0 0.25rem 0.53125rem rgba(4,9,20,0.05),
        0 0.125rem 0.1875rem rgba(4,9,20,0.03);
    height: 300px;
}
.card-body{
    overflow-y: auto;
}
.card-text .fa{
    font-size: 1.3em;
}
.btn-control {
    color: #fff;
    padding: 13px 25px;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
    /*background: #DB312E;*/
    position: relative;
    box-shadow: none;
    display: inline-block;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    border: none;
    border-radius: 0;
    border-radius: 4px;
}
.Activities-text p{
    font-size: 14px;
}
/**** DASHBOARD MAIN SECTION CSS ENDS HERE ****/


/**** DASHBOARD TASK SECTION CSS STARTS HERE ****/



.card-task {
    box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
    border-width: 0;
    transition: all .2s
}

.card-header-task:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0
}
.card-header-task .custom-control-input{
    z-index: 99;
}
.card-header-task {
    display: flex;
    align-items: center;
    border-bottom-width: 1px;
    padding: 1rem;
    height: 3.5rem;
    background-color: #fff;
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.widget-subheading {
    color: #858a8e;
    font-size: 10px
}

.card-header.card-header-tab .card-header-title {
    display: flex;
    align-items: center;
    white-space: nowrap
}

.card-header .header-icon {
    font-size: 1.65rem;
    margin-right: 0.625rem
}

.card-header.card-header-tab .card-header-title {
    display: flex;
    align-items: center;
    white-space: nowrap
}

.btn-actions-pane-right {
    margin-left: auto;
    white-space: nowrap
}

.text-capitalize {
    text-transform: capitalize !important
}

.scroll-area-sm {
    height: 100%;
    overflow-x: hidden
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125)
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.todo-indicator {
    position: absolute;
    width: 4px;
    height: 60%;
    border-radius: 0.3rem;
    left: 0.625rem;
    top: 20%;
    opacity: .6;
    transition: opacity .2s
}

.bg-warning {
    background-color: #f7b924 !important
}

.widget-content {
    padding: 1rem;
    flex-direction: row;
    align-items: center
}

.widget-content .widget-content-wrapper {
    display: flex;
    flex: 1;
    position: relative;
    align-items: center
}
.widget-content-left i{
    cursor: pointer;
}
.widget-content .widget-content-right.widget-content-actions {
    visibility: hidden;
    opacity: 0;
    transition: opacity .2s
}

.widget-content .widget-content-right {
    margin-left: auto;
    column-gap:2em;
}
.widget-content-right i{
    cursor: pointer;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

.btn {
    position: relative;
    transition: color 0.15s, background-color 0.15s, border-color 0.15s, box-shadow 0.15s
}

.btn-outline-success {
    color: #3ac47d;
    border-color: #3ac47d
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #3ac47d;
    border-color: #3ac47d
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #3ac47d;
    border-color: #3ac47d
}

.btn-primary {
    color: #fff;
    background-color: #3f6ad8;
    border-color: #3f6ad8
}

.btn {
    position: relative;
    transition: color 0.15s, background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
    outline: none !important
}

.card-footer {
    background-color: #fff
}
.custom-control-input{
    z-index: 99;
}
.tox-statusbar{
    display: none!important;
}
/**** DASHBOARD TASK SECTION CSS ENDS HERE ****/



/**** DASHBOARD FILE SECTION CSS STARTS HERE ****/
.table-info .dropdown i{
    cursor: pointer;
}
.dropdown .dropdown-menu a:hover{
    /*font-size: 1.2em;*/
    color: #fff!important;
    font-weight: 500;
    background: #db312e;
    /*background-image: linear-gradient(to bottom, #323232 0%, #3F3F3F 40%, #1C1C1C 150%),linear-gradient(to top, rgba(255,255,255,0.4) 0%, rgba(0,0,0,0.25) 200%);*/
}
.nav-item .dropdown-menu .List:hover{
    /*font-size: 1.2em;*/
    padding: 0.3em;
    color: #fff;
    font-weight: 600;
    background: #db312e;
    /*background-image: linear-gradient(to bottom, #323232 0%, #3F3F3F 40%, #1C1C1C 150%),linear-gradient(to top, rgba(255,255,255,0.4) 0%, rgba(0,0,0,0.25) 200%);*/
}

/**** DASHBOARD FILE SECTION CSS ENDS HERE ****/



/**** DASHBOARD MILESTONE SECTION CSS ENDS HERE ****/

.project-header{
    border-bottom: 2px solid #b5b9ae;
}
.Active-sec{
    margin: 1em 0em 0em 4em;
    padding: 1em;
    border-left: 2px solid #b5b9ae;
    border-top: 2px solid #b5b9ae;
    border-right: 2px solid #b5b9ae;
}
.Complete-sec{
    margin: 1em 1em 0em 0em;
    padding: 1em;
    border-top: 2px solid #b5b9ae;
    border-right:  2px solid #b5b9ae;
    
}
.datepicker-dropdown {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
/**** DASHBOARD MILESTONE SECTION CSS ENDS HERE ****/


/**** DASHBOARD PROJECT SECTION CSS ENDS HERE ****/

.milestone-header{
    border-bottom: 1px solid #b5b9ae;
}
.Active-sec{
    margin: 1em 0em 0em 4em;
    padding: 1em;
    border-left: 1px solid #b5b9ae;
    border-top: 2px solid #ee9f38;
    border-right: 1px solid #b5b9ae;
    border-bottom: none;
    cursor: pointer;
    background: none;
}
.Complete-sec{
    margin: 1em 0em 0em 0em;
    padding: 1em;
    border-top: 2px solid #ee9f38;
    border-right:  1px solid #b5b9ae;
    border-bottom: none;
    cursor: pointer;
    background: none;
}

/**** DASHBOARD PROJECT SECTION CSS ENDS HERE ****/



/**** DASHBOARD HOLIDAY SECTION CSS STARS HERE ****/



/**** DASHBOARD HOLIDAY SECTION CSS ENDS HERE //****/


/**** DASHBOARD Leave SECTION CSS STARS HERE ****/

.pagination {
    justify-content: center;
    text-align: left;
    margin: 50px 0 0 0;
    display: flex;
}

/**** DASHBOARD Leave SECTION CSS ENDS HERE ****/


/**** DASHBOARD Analytics SECTION CSS STARS HERE ****/
.Analytics-header{
    border-bottom: 2px solid #b5b9ae;
}
.containerTab{
    padding: 1em;
}
.Analytics-sec .right-form .form-control{
    margin: 1em 1em 1em 1em;
}
/**** DASHBOARD Analytics SECTION CSS ENDS HERE ****/




/**** DASHBOARD ARCHIVE SECTION CSS STARS HERE ****/

.Archive-header{
    border-bottom: 2px solid #b5b9ae;
}
.containerTab{
    padding: 1em;
}
.containerTabMini{
    padding: 1em;
}
.Archive-content .custom-control-input{
    z-index: 99;
}

/**** DASHBOARD ARCHIVE SECTION CSS ENDS HERE ****/


/*** DAHBOARD RECENT VIEW SECTION CSS STARTS HERE ***/

.dropdown-container {
  display: none;
  background-color: #262626;
  padding-left: 8px;
}
.fa-caret-down {
  float: right;
  padding-top: 6px;
}
.dropdown-btn {
  
  display: block;
  
}

/*** DAHBOARD RECENT VIEW SECTION CSS ENDS HERE ***/



/*** TASK DETAILS SECTION CSS STARTS HERE ***/

.details_task_content{
    height: 400px;
    overflow-y: auto;
}
.progress{
    width: 100px;
    font-size: 0.7em!important;
}
.widget-subheading img{
    margin: auto 1em;
}

/*** TASK DETAILS SECTION CSS ENDS HERE ***/




/*** CREATE TASK  SECTION CSS STARTS HERE ***/
#createTask{
    margin: 1em auto;
}
.createTask-head{
    padding: 2em 3em;
}
/*** CREATE TASK  SECTION CSS ENDS HERE ***/