
.profile_name, .profile_logout , .change_password {
    cursor: pointer;
}
.profile_nav_box {
  	position: absolute;
    width: 170px;
    margin: 15px 0;
    float: right;
    z-index: 99999999;
    right: 13px;
}
.profile_nav_box .box-arrow-border {
    position: absolute;
    top: -10px;
    right: 9px;
    border-left: 10px solid var(--white);
    border-right: 10px solid #f1f1f100; 
    border-bottom: 10px solid #00000054;
}
.profile_nav_box .box-arrow-background {
    position: absolute;
    left: -10px;
    top: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid white;
    width: 0;
    height: 0;
}
.profile_nav_box .box-content {
    padding: 10px;
    box-shadow: 0 1px 3px rgb(200 200 200 / 70%);
    overflow: hidden;
    background: #FFFFFF;
    border-radius: 8px;
    color: #606060;
    font-weight: 400;
    font-size: 12.44px;
    line-height: 25px;
}
span.span-circle.img-circle.img-sm.profile-img-icon {
    height: 40px;
    width: 40px;
    margin-left: 7px;
    padding-top: 9px;
    background: #1f8a38; 
}
span.span-circle.img-circle.img-sm.profile-img-icon p{ 
    color: #ffff;
}
.profile_nav_box  .box-content img {
    width: 16px !important;
    height: 16px !important;
    margin-left: 5px;
}
.profile_nav_box{
    
}
 .change_password_form img {
    
     
}

.change_password_form .form-group {
    margin: 0 auto;
    text-align: center;
}

#change_password .modal-dialog {
    max-width: 350px;
}
#change_password .modal-footer ,#save_passwords .modal-footer{
    border-top: unset;
}
.change_password_form .form-group .heading , #save_passwords .form-group .heading {
    color: #101828;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px; 
    margin-bottom: 15px;
}
.change_password_form .form-control {
    color: #606060 !important;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
}

#change_password .cancel{
    width: 45%; 
    margin-right: 8px;
    border-color: #ced4da;
}

#change_password .change_passwordbtn{
    width: 45%;
    margin-left: 15px;
    border: unset;
    padding-top:5px;
}
#change_password .modal-footer {
    border-top: unset;
    padding-top: 0;
    margin-top: -5px;
}
form.change_password_form .row label{
    position: absolute;
    top: -10px;
    z-index: 1;
    left: 2em;
    background-color: white;
    padding: 0 5px;
    font-size: 12px;
    line-height: 20px;
    color: #363B44;
}
i.togglePassword {
    color: #606060 !important;
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 21px;
    margin: -28px 10px 0 0;
    display: block;
    float: right;
    cursor: pointer;
}
/*save changes */
 
div#save_passwords {
    z-index: 9999;
    top:16%
}
#save_passwords .modal-footer {
    border-top: unset;
    padding-top: 0;
    margin-top: 18px;
}
div#save_passwords .modal-dialog {
    max-width: 275px;
}
div#save_passwords .row label{
   font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 21px;
    text-align: center;
    color: #606060;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0; 
}
 #save_passwords .cancel{
    width: 45%;
    margin-right: 6px;
    border-color: #ced4da;
}
#save_passwords .save_passwords{
   width: 45%;
    margin-left: 10px;
    border: unset;
}
.thank-you-page-container {
    position: relative;
    /*max-width: 600px;*/
    /*margin: 0 auto;*/
    text-align: center;
    padding: 20px;
    height: 89vh;
}
.thank-you-page-container-inner{ 
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}
.thank-you-page-container img.tick_image { 
    background: #00664C;
    border-radius: 100%; 
    padding: 18px; 
    margin: 10px 0px 30px;
}
.thank-you-page-container .thank-you-para p {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    margin-bottom: 10px;
}
.thank-you-page-container .thank-you-para p:nth-child(2){
    font-weight:400;
    font-size: 15px;
} 
.thank-you-history-btn-container {}
.thank-you-history-btn-container a {
    color: #00664C;
    border-radius: 10px;
    border: 2px solid #00664c;
    padding: 10px;
    font-size: 16px;
    font-weight: 500;
    display: block;
    max-width: 125px;
    margin: 30px auto 30px;
    text-decoration: none!important;
}
.thank-you-history-btn-container a:hover {
    color: #fff;
    background: #00664C;
}



body img.brand-logo {
    width: 65%;
    display: block;
    box-shadow: unset !important;
    margin: 30px auto;
} 
.pull-right{
    float: right;
}
.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active, .sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
    color: #fff;
    background-color: #343a40;
    box-shadow: 0 0 0 rgba(0,0,0,.12),0 0 0 rgba(0,0,0,.24) !important;
}
label:not(.form-check-label):not(.custom-file-label) {
    font-weight: 600;
    padding-left: 0;
}
.list .card-body {
    padding: 0;
}
.hidden{
    display: none !important;
}
/* #teamselector + span , #leadselector + span, #departmentselector + span {*/
/*    width: 800px !important;*/
/*}*/
.selectors + span {
    width: 800px !important;
}

#categoryFilter +span {
    width: 300px !important;
}
.approvals #categoryFilter +span {
    width: 400px !important;
}
 
.visibile{
    /*display:none;*/
    visibility:hidden;
}
.brand-link {
    padding: 15px 25px;
}
.card-footer .text-danger {
    color: #dc3545!important;
    margin: 8px 0 0 0;
}
.card-footer .col-sm-11{
    text-align: center;
}
.form-control {
    color: #050506 !important;
}
.form-group {
    margin-bottom: 0;
}
.table td.date {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: "----";
    /*width: 225px;*/
}
.table p {
     display: inline-block;
     padding: 0 2px;
     margin-bottom: 0;
}
.table td, .table th {
    padding: 0.45rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.table  td:first-child, .table th:first-child {
  /*text-align: center;*/
}
.table  td:last-child, .table th:last-child {
  text-align: center;
}
nav.flex.items-center.justify-between {
    float: right;
    margin-right: 7px;
}
nav .bg-white {
    background-color: #28a744!important;
    color: #ffff !important;
    border-radius: 5px !important;
}
nav .bg-white:first-child {
    padding:7px 20px !important;
}
nav .bg-white:last-child {
    padding:7px 30px !important;
}
/*.cke_reset{*/
/*    height: 300px !important;*/
/*}*/
.cke_contents.cke_reset{
   /* height: 260px !important;*/
    height: 380px !important;
}
 
.row.border {
    border: 1px solid rgba(128, 128, 128, 0.48) !important;
    margin: 4px;
    padding: 8px;
    border-radius: 2px;
}
.paginations nav {
    float: right;
}

.navbar-toggle-div{
    display: none;
}
#meetings th:nth-child(3){
    border-bottom: none;
    border-left: none;
    border-right: none;
}

#meetings td:nth-child(3){
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    border-bottom: none;
    border-left: none;
    border-right: none;
}
table .btn-sm {
    /*min-width: 55px;*/
    margin: 2px 4px;
}
.ui-timepicker-container.ui-timepicker-standard {
    z-index: 99 !important;
    border-radius: 2px;
    border-color: #ced4d9;
}

.ui-timepicker-standard a {
    border: 1px solid transparent;
    color: #222;
    display: block;
    padding: 0;
    font-size: 15px;
    text-decoration: none;
}
.ui-timepicker-standard li.ui-menu-item:hover {
    background:#ced4d97a;
    border-color: #ced4d97a;
}
.form-check.all {
    padding-left: 42px;
}
.form-check-input:hover,.form-check-label:hover{
    cursor: pointer;
}
input.form-control.seach_team {
    height: 24px;
    font-size: 14px;
}
input.form-control.seach_member {
    height: 24px;
    font-size: 14px;
}
.fa.fa-times.text-danger {
    height: 9px;
    padding: 0;
    margin-top: -7px;
}
span.input-group-text.clear_search {
    padding: 0 5px;
}
label.check_all {
    border: 1px solid #28a744;
    padding: 1px 5px;
    min-width: 95px !important;
    border-radius: 3px;
    color: #fff;
    background: #28a744;
    text-align: center;
    margin-bottom: 5px;
}
label.uncheck_all {
    border: 1px solid #007bff;
    padding: 1px 5px;
    min-width: 95px !important;
    border-radius: 3px;
    color: #fff;
    background: #007bff;
    text-align: center;
    margin-bottom: 5px;
}
.start_meetings{
    text-align:left;
    display: inline-block;
}
p.start_meeting_time {
    display: inline-block;
    color: #00AC7F;
}
.attendance{
    font-style: normal;
    font-weight: 600 !important;
    font-size: 28px;
    line-height: 42px;
    letter-spacing: -0.015em;
}
.submit_meeting {
    width: 130px;
    height: 40px;
    left: 728px;
    top: 714.5px;
    background: #00AC7F;
    border-radius: 29px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.045em;
    text-transform: uppercase;
}
.card-body.details {
    padding-top: 0;
}
.bg-gray{
    background-color: #848484 !important;
}
.bg-green{
        background-color: #00AC7F !important;
}
.card-footers {
    /*position: sticky;*/
    bottom: 0;
    position: fixed;
    width: -webkit-fill-available;
    width: -moz-available;
    padding-top: 5px;
    background-color: #f7f7f7 !important; 
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    box-shadow: 0px -3px 12px rgb(50 50 50 / 21%);
    margin-left: -40px;
}
/*.grayout {*/
/*    background:#f1f1f1ad;*/
/*}*/
.grayout .mem_name{
    color:gray;
}
.grayout .bg-gray{
    background:#d0cbcb !important;
    cursor:unset;
}
/*.grayout .onleave:checked::before {*/
/*    color: rgb(132 132 132 / 65%);*/
/*    border-color: rgb(132 132 132 / 65%);*/
/*}*/
form#meetingform {
    height: 100vh;
    overflow-y: scroll;
    padding-bottom: 100px;
}
h4.start_meeting_heading {
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 42px;
    letter-spacing: -0.015em;
    color: #35524A;
}
.start_meeting{
    margin: 10px 3px;
}
.green{
    color:green;
} 
.visi{
    visibility: hidden;
    position: absolute;
    display: none;
}
.orange{
   color:#FF4500;
}
.red{
   color:red;
}
a.btn.btn-success.MMH_button{
    background-color: #007bff;
    border-color: #007bff;
}
.start_meeting_label_container {
    text-align:center;
    color: #989898;
}
body.meeting_started .card-footers{
    display:none;
}
.meeting_action_container {
    position: sticky;
    bottom:0;
    background-color:#f7f7f7;
    height: 27vh;
    width: 100%;
    display: grid;
    border-radius: 12px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    box-shadow: 0px -3px 12px rgb(50 50 50 / 21%);
    align-content: center;
}
.start_meetings button {
    margin: 0;
}
body.meeting_started .meeting_action_container {
    height: initial;
}
p.version {
    position: absolute;
    bottom: 0;
    margin: 7px 25px;
    color: #c2c7d0;
}
.on_leave {
    padding: 0 5px;
    font-size: 12px;
    color: #ffffff !important;
}

.mem_name {
    min-width: 115px;
    color: #262D34;
}
.mem_name.red {
    color:red !important;
}
.mem_name.green {
    color:green !important;
}
label.form-check-label.mem_name.green.red {
    color:red !important;
}
 /* toggle in label designing */
.togglebtn {
    position: relative;
    display: inline-block;
    width: 39px;
    height: 19px;
    background-color: #848484;
    border-radius: 10px; 
     
    margin: 3px 10px 0 0;
    cursor: pointer;
}
        
/* After slide changes */
.togglebtn:after {
    content: '';
    position: absolute;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background-color: #fff;
    top: 1px; 
    left: 1px;
    transition:  all 0.5s;
}
        
/* Toggle text */
p.leavebtn {
    font-weight: bold;
    font-size: 10px;
    margin: 0;
    padding: 1px 3px;  
    color: #ffff;
    text-align: right;
}
        
/* Checkbox checked effect */
.checkbox:checked + .togglebtn::after {
    left : 20px; 
}
        
/* Checkbox checked toggle label bg color */
.checkbox:checked + .togglebtn {
    background-color: #00AC7F;
}
/* Checkbox vanished */
.checkbox { 
    display : none;
}

[class*=sidebar-dark-] {
    background: linear-gradient(118.16deg, #00664C -27.19%, #1D352F 111.74%);
}
[class*=sidebar-dark-] .sidebar a {
    color: #ffff;
}
[class*=sidebar-dark] .brand-link {
    border-bottom: unset;
}
.start_meeting{
    background-color: #00AC7F;
    border-color: #00AC7F;
    border-radius: 29px;
}
.members_table{
    width:90%;
}
.members_table th:nth-child(1) {
    width:65%;
}
.members_table td:nth-child(1) {
    width:57%;
}
.row .col-md-6:nth-child(even) .members_table {
    width: 100%;
}
.tdata{
    border-bottom: 1px dashed #E6E6E6;
}
.tdata td{ 
    padding-bottom: 4px;
    padding-top: 5px;
}
.members_table th{
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #989898;
    padding: 0 0 15px 0 !important;
}
.col-form-label { 
    color: #35524A;
}
.sidebar img {  
    width: 15px;
    margin: 0 5px 5px 0;
}
.sidebar{
    margin: 0;
    padding: 0;
}
.sidebar .nav-sidebar>.nav-item {
    margin-bottom: 0;
    padding-left: 8px;
    border-left: 3px solid transparent;
}
.sidebar li.nav-item.active {
    background: rgba(0, 27, 46, 0.6);
    margin: 0;
    padding: 0; 
    padding-left: 8px;
    border-left: 3px solid #DFB06F !important;
}
.sidebar .nav-sidebar>.nav-item:hover{
    background:#082b3242;
    border-left:3px solid #dfb06f78;
}
.sidebar .nav-sidebar>.nav-item:hover a{
    background:unset !important; 
}
.sidebar .nav-sidebar>.nav-item>.nav-link:focus {
    background-color:unset !important;  
}

.main-sidebar .sidebar span.circle {  
    margin: 0px 10px;
    border-radius: 50%;
    padding: 6px 0px;
    background: #DFB06F;
    font-style: normal;
    font-weight: 400;
    font-size: 11.06px; 
    text-align: center;
    color: #FFFFFF;
    height: 25px;
    width: 25px;
    line-height: 12px;
    display: inline-block;
}
.w-20{
    width:20px !important;
}
.fa { 
    margin-right: 5px;
}
.cke_top, .cke_reset, .cke_chrome  { 
     border-radius: 6px 6px 0 0;
}
.cke_reset {
    border-radius: 6px;
}
/* identical to box height */ 
.member_checked , .onleave {
    height: 22px;
    border-radius: 20px;
    width: 24px;
}
.start_meeting,.submit_meeting{
   border: none; 
   box-shadow: rgb(63 195 128) 2px 5px 20px;
}
.subheading { 
    color: #35524A;
    font-style: normal;
    font-weight: 400 !important;
    font-size: 16px;
    line-height: 35px;
    letter-spacing: -0.015em;
}
.subtitle { 
    font-style: normal;
    font-weight: 600;
    font-size: 17.72px;
    line-height: 27px; 
    color: #404040; 
    padding: 10px 0px 0px 0px;
    margin-bottom: 0;
}
td.actions {
    width: 150px;
}
h6.heading {
    color: #35524A;
    font-style: normal;
    font-weight: 600 !important;
    font-size: 24px;
    line-height: 35px;
    letter-spacing: -0.015em;
}
.view_history h6.heading { 
    font-size: 18px; 
}
h4.heading {
    letter-spacing: 0.01em;
    font-style: normal;
    font-weight: 600;
    font-size: 22.43px;
    line-height: 34px;
    color: #001B2E;
}
.card-shadow{
    box-shadow: 0px 6px 18px rgb(0 0 0 / 6%) !important;
    border: unset !important;
    border-radius: unset !important;
}

.start_meeting.disabled {
    background: #B8B8B8;
    border: none;
}
.start_meeting.disabled:hover{
    background: #B8B8B8;
}
.btns{
    background: #00664C;
    border:none; 
    border-radius: 8px;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #00AC7F;
    border-color: #00AC7F;
}
.page-item .page-link,#meetings_info a {
    color: #355249;
}
.confirmed{
    background: #00AC7F;
    border:none;
    box-shadow: rgb(147 250 165) 2px 5px 20px;
}
tr.tdata:hover {
    background: #F1F1F1;
}
.start_meeting:hover , .submit_meeting:hover , .confirmed:hover ,.btns:hover{
    background: #02916d;
    border: none;
}
.member_checked:checked:before ,.onleave:checked:before{
  background: #ffff;
  color: #848484;
  border:3px solid #848484;  
  content: "\2713";
  text-align: center; 
  padding:0 3px;
  font-weight:900;
  font-size:15px;
  border-radius: 2px;
  
}
input.member_hidden {
    margin-left: -13px !important;  
    height: 18px;
}
.card.card-info.inner {
    margin: 20px 10px;
    background: #FFFFFF;
    border: 1px solid #EAECF0;
    box-shadow: 0px 4px 8px -2px rgb(16 24 40 / 10%), 0px 2px 4px -2px rgb(16 24 40 / 6%);
    border-radius: 8px;
}
 
.dsection-1 p {
    margin: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px; 
    letter-spacing: -0.025em; 
    color: #35524A;
}
.dsection-2 p{
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -0.025em;
    color: #363B44;
}
.dsection-2 p.label{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: -0.025em;
    color: #363B44;
    padding: 5px 6px;
}
.dsection-2 select{
    background: #FFFFFF;
    box-shadow: 0px 6px 18px rgb(0 0 0 / 6%);
    border-radius: 5px;
    border: none;
    width: 113px;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.025em;
    color: #363B44 !important;
    border-right: 5px solid transparent;
}
label.col-md-7.col-form-label {
    width: 40px !important; 
    padding-right: 0;
}
 
.dsection-3 P{
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: -0.025em; 
    color: #363B44;
    margin:0;
}
.dsection-3 h3{
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 60px;
    letter-spacing: -0.025em;
    color: #3CB5D0; 
    text-align:center
} 
.dsection-3 .col-lg-2 {
    padding-right: 7px;
    padding-left: 7px;
}
.dsection-3 h3 span{
    color: #98a8bd !important;
    font-size: 18px;
    letter-spacing: .023em;
}
.dsection-3 .inner.present , .dsection-3 .inner.submit{
    padding-bottom: 0;
}
.inner.late {
    padding-bottom: 6px;
}
.time_period p.label , .time_period .select{
    display:inline-block;
    float:right;
    border-right: 5px solid transparent;
}
.col-md-6.pull-right.time_period {
    padding: 0 8px 9px 0;
}
.col-md-6.pull-right.time_period p{
    margin:0;
}
 


.bg-FFFEFA{
    background:#FFFEFA;   
}
.inner.late  h3{
    color:#F4D21A;
    margin: 0;
}
.present h3 {
    color:#00AC7F;
    margin: 0;
}
.absent h3{
    color:#F78080;
    margin: 0;
}
.inner.latem , .inner.leave{
    padding-bottom: 6px;
}
.latem h3{
    color:#F4D21A;
    margin: 0;
}
.leave h3{
    color:#BEBEBE;
    margin: 0;
}
.inner.absent {
    padding-bottom: 6px;
}
 
.dsection-4 .col-lg-8 , .dsection-4 .col-lg-4  , .dsection-5 .col-lg-12{
    padding-right: 7px;
    padding-left: 7px;
}
h6.wheading {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -0.025em;
    color: #363B44;
    padding-top: 15px;
}
.TeamLeaderboard{
    padding-left: 12px;
}
@media screen and (max-width: 1268px) {
    .team_list .btn-group-sm>.btn, .btn-sm {
        padding: 0.15rem .2em;
    }
    .team_list  td:last-child, .table th:last-child {
        padding: 3px 0;
        min-width: 120px;
    }
}
@media screen and (max-width: 992px) {
    .navbar-toggle-div {
        height: 32px;
        display: inline-block;
        margin: 0px 23px;
    }
    .navbar-toggle-div i.fas.fa-bars {
        font-size: 40px;
    }

    .contheader {
        width: 90.5%;
        display: inline-block;
        padding: 0 0 5px 0;
    }
}
@media screen and (max-width: 920px) {
    .contheader {
        width: 100%;
        padding: 4px 8px;
    }
}
@media screen and (max-width: 678px) {
    .team_list  td:nth-child(3), .team_list  th:nth-child(3) {
        display: none;
    }
    .history h1 {
        font-size: 20px;
        margin: 0;
        font-weight: 600;
    }
}
@media screen and (max-width: 578px) {
    .contheader .col-sm-6 {
        width:50%;
    }
    .history h1 {
        font-size: 18px;
        margin: 0;
        font-weight: 600;
    }
}
@media screen and (max-width: 468px) {
    table .btn-sm {
        min-width: 40px;
        margin:1px;
    }
}

@media screen and (max-width: 420px) {
    .table  td:first-child, .table th:first-child {
        display: none;
    }
    table .btn-sm {
        min-width: 38px;
        margin:5px auto;
    }
    .table .btn-group-sm>.btn, .btn-sm {
        padding: 0.15rem .2em;
    }
    .table  td:last-child, .table th:last-child {
        padding: 0;
    }
    .team_list  td:nth-child(4), .team_list  th:nth-child(4) {
        display: none;
    }
    .team_list  td:nth-child(3), .team_list  th:nth-child(3) {
        display: none;
    }
    .row.table_footer {
        text-align: center;
    }
    div#meetings_paginate {
        width: fit-content;
        margin: 10px auto;
    }
    .contheader h1 {
        font-size: 18px;
        margin: 0;
        font-weight: 600;
    }
    .card-body>.table>thead>tr>th {
        font-size: 15px;
        font-weight: 800;
    }
    .history h1 {
        font-size: 14px;
        margin: 0;
        font-weight: 600;
    }
    .card-body>.table>thead>tr>th {
        font-size: 13px;
        font-weight: 800;
    }
}


/**** Ahsan ***/
 
.contheader .blockquotediv .card {
    background: #FFFFFF;
    border: 1px solid #EAECF0;
    box-shadow: 0px 4px 8px -2px rgb(16 24 40 / 10%), 0px 2px 4px -2px rgb(16 24 40 / 6%);
    border-radius: 8px;
}
 
body.meeting_started .start_meeting {
    display: none;
}
.content-header { 
    padding: 0;
    margin:0; 
}
/*.container-fluid {*/
/*    width: 100%; */
/*    margin-right: auto;*/
/*    margin-left: auto;*/
/*    padding-right:0;*/
/*    padding-left: 0;*/
/*}*/
.contheader .container-fluid {
    padding: 0;
}
.start_meetings {
    display: block;
    width: 100%;
    margin: 0 auto; 
    height: 55px;
    text-align: center;
    margin-bottom: 10px;
}
.switchbtn {
    margin: 0;
}
.members_list {
    border-bottom: 1px dashed #E6E6E6;
    padding-bottom: 7px;
    padding-top: 5px;
}
.start_meetings button {
    font-size: 18px;
    margin: 0;
    height: 57px;
    padding: 15px 50px;
    height: 50px;
    line-height: 0;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.045em;
    text-transform: uppercase;
}
.start_meeting_label_container p {
    margin:8px 0;
}
.card-footer {
   /* position: sticky;*/
    position: fixed;
    width: -webkit-fill-available;
    width: -moz-available;
    bottom: 0;
    padding-top: 15px;
    background-color:#f7f7f7 !important;
    border-radius: 12px; 
    border-radius: 12px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    box-shadow: 0px -3px 12px rgb(50 50 50 / 21%);
}
.remaining_time{
    color:#989898;
    margin-top: 6px;
}
 html{
     height:100%;
 }
.customcolumn5 {
    -webkit-flex: 0 0 47.666667%;
    -ms-flex: 0 0 47.666667%;
    flex: 0 0 47.666667%;
    max-width: 47.666667%;
}
.customcolumn2 {
    -webkit-flex: 0 0 3.666667%;
    -ms-flex: 0 0 3.666667%;
    flex: 0 0 3.666667%;
    max-width: 3.666667%;
}
.welcome{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.01em;
    color: #90A0B7; 
}
td.leavebtn {
    text-align: right;
    padding-right: 20px;
}
.main-sidebar { 
    position: fixed !important;
}
.container-fluid.blockquotediv .inner {
    margin: 20px 10px;
}
table#meetings th,table#meetings td{
    text-align:center;
}
.tableheading{
    color: #35524A;
    font-style: normal;
    font-weight: 700 !important;
    font-size: 18px;
    line-height: 35px;
    letter-spacing: -0.015em;
}
.history span.badge {
    padding: 7px;
    min-width: 65px;  
}
.row.cols {
    border-bottom: 1px dashed rgb(230, 230, 230);
    padding: 6px 0 6px 0;
}
.row.cols:hover {
    background: rgb(241, 241, 241);
}
table.dataTable thead,table.dataTable thead .sorting,table.dataTable thead .sorting_asc , table.dataTable thead .sorting_desc { 
    background-image: none !important;
}
div.dataTables_length { 
    margin: 20px 0 0px 20px;
}
div.dataTables_filter {
    margin:20px;
}
.approvals div.dataTables_filter {
    margin: 20px 20px 15px 20px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
    padding:0;
    margin:0;
    border:none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover{
    padding:0;
    margin:0;
    border:none;
    background:unset;
}
div.dataTables_paginate {
    padding: 5px 20px 8px 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled{
    border:none;
}
.table-responsive .btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    background: #00AC7F;
    border: none;
}
.table-responsive .btn-primary:hover{
    background: #03C995;
}
table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before {
    top: 10px;
}
table.dataTable thead .sorting_asc:after , table.dataTable thead .sorting:after,table.dataTable thead .sorting_desc:after {
    top: 10px;
}
.nav-link { 
    padding: 0.5rem 0.4rem;
}
.nav-sidebar>.nav-item .nav-icon { 
    width: 1.2rem;
}
/* Charts */



/*.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-data-table thead tr,*/
/*.highcharts-data-table tr:nth-child(even) {*/
/*    background: #f8f8f8;*/
/*}*/

/*.highcharts-data-table tr:hover {*/
/*    background: #f1f7ff;*/
/*}*/

/*g.highcharts-axis.highcharts-yaxis {*/
/*    display: none;*/
/*}*/
/*.highcharts-credits{*/
/*    display: none;*/
/*}*/

/*.highcharts-title{*/
   
/*    visibility: hidden;*/

/*}*/
/*#container_bar .highcharts-yaxis-labels , #container_bar .highcharts-exporting-group{*/
/*     display: none;*/
/*}*/
ul.result_list {
    height: 327px;
    overflow-y: scroll;
    padding: 0;
}

.result_list li {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -0.025em;
    color: #666666;
    padding-top: 8px;
}
ul.result_list::-webkit-scrollbar {
    width: 8px;
    border-radius: 10px; 
}
 
ul.result_list::-webkit-scrollbar-track { 
    background: #EDEDED;
    width: 60px !important;
    border: 1.5px solid white;
}
 
ul.result_list::-webkit-scrollbar-thumb {
  width: 60px !important;
  height: 58px;
  background: #DCDCDC;
  border-radius: 10px;  
}
.result_list li:first-child {
    padding-top: 0px;
}
.ChallengedList{
    
}
.filter_results ,.cfilter_results , .mfilter_results{
    box-shadow: -10px -1px 18px rgb(0 0 0 / 6%);
    padding: 0 5px 0 10px !important;
}
.before_results,.mbefore_results,.cbefore_results{
    box-shadow: -10px -1px 18px rgb(0 0 0 / 6%);
    padding: 0 5px 0 10px !important;
}
.row.dsection-4 .card-body , .row.dsection-5 .card-body {
    padding:0;
}
.row.inner {
    padding:0 20px;
}

.dsection-4 .container-fluid , .dsection-5 .container-fluid{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
    border: none;
    box-shadow: 0px 6px 18px rgb(0 0 0 / 6%);
}
.dsection-4 .card , .dsection-5 .card {
    border: unset;
    box-shadow: unset;
}
.dsection-3 .small-box { 
    box-shadow: 0px 6px 18px rgb(0 0 0 / 6%);
    margin: 0;
}

.dsection-4 .arrow {
  border: solid #363B44;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  width: 11px;
  height:11px;
 
}
.dsection-4 .left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg)
}
.dsection-5 .arrow {
  border: solid #363B44;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  width: 11px;
  height:11px;
 
}
.dsection-5 .left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
 
 
/*search*/
.search {
  width: 100%;
  position: relative;
  display: flex;
}

.searchTerm {
    width: 100%;
    padding: 5px;
    height: 26px;
    border-radius: 0 5px 5px 0;
    outline: none; 
    background: #F8F8F8;
    border: none;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -0.025em;
    color: #DCDCDC;
}

.searchTerm:focus{
  color: gray;
}

.searchButton {
    width: 30px;
    height: 26px;
    background: #F8F8F8;
    text-align: center;
    color: #fff;
    border-radius: 5px 0 0 5px;
    cursor: pointer; 
    font-size: 12px;
    color: #363B44;
    border: none;
}
 button.searchButton:before { 
    content: " ";
    position: absolute;
    border-left: 1.5px #DCDCDC solid;
    top: 20%;
    left: 25px;
    height: 60%;
    margin-top: auto;
    margin-bottom: auto;
}
.search.borad {
    width: 77.2%;
    position: relative;
    display: flex;
    margin: 2px 13px;
}
.totalresults p {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: -0.025em;
    color: #AFAFAF;
    margin: 0;
    padding: 8px 2px 8px 0;
    text-align: right;
}

.wheadings .closebtns { 
    float: right;
    padding: 10px 0;
}
.wheadings h6.wheading {
    display: inline-block;
}
.closebtns {
    position: absolute;
    right: 0px;
    top: 9px;
    width: 32px;
    height: 15px;
    opacity: 0.8;
}
.closebtns:hover {
    opacity: 1;
}
.closebtns:before, .closebtns:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 15px;
  width: 2px;
  background-color: #333;
}
.closebtns:before {
  transform: rotate(45deg);
}
.closebtns:after {
  transform: rotate(-45deg);
}
i.closebtns {
    top: 53px;
    width: 40px;
    height: 40px;
    right: 0px;
    cursor:pointer;
}
i.closebtns:before, i.closebtns:after { 
    content: ' '; 
    height: 10px;
    width: 2px;
}
.filters p {
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: -0.025em;
    color: #6A6A6A;
    width: 20%;
    display: inline-block;
}
.filters span.select2 {
    width: 72% !important; 
    background: #6c757d0a;
    border-radius: 5px;
}
 
.filters .select2-selection--multiple { 
    background: #6c757d00  !important;
    border: none !important;
    border-radius: 12px;
}
.dsection-5 .filters p { 
    width: 13%;
    display: inline-block;
}
.dsection-5 .filters span.select2 {
    width: 82.5% !important;
}

.select2-container--default .select2-search--inline .select2-search__field:focus { 
    border: none;
}
 .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {  
    color: #212529 !important;
    background: #f9fafa !important;
}
.select2-container--default .select2-dropdown {   
    box-shadow: 0px 6px 18px rgb(0 0 0 / 6%);
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #F3F3F3 !important;
    color: #363B44 !important;
    border: none !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
   color: #363B44 !important;
   border: none !important;
   top: -1px !important;
}
 
figure.highcharts-figure {
    margin:0;
}
 
#TeamLeaderboard rect.highcharts-scrollbar-button {visibility: hidden;display: none;}
#MemberLeaderboard rect.highcharts-scrollbar-button {visibility: hidden;display: none;}

#MemberLeaderboard path.highcharts-scrollbar-rifles { 
    visibility: inherit;
}
    
/*for same style*/

/*#MemberLeaderboard rect.highcharts-scrollbar-thumb{*/
/*    height: 58px;*/
/*    width: 8px;*/
/*}*/
/*#MemberLeaderboard rect.highcharts-scrollbar-track{*/
/*    width: 6px;*/
/*}*/
/*#MemberLeaderboard path.highcharts-scrollbar-arrow {*/ 
/*    display: none;*/
/*}*/
/*#MemberLeaderboard path.highcharts-scrollbar-rifles {*/
/*    display: none;*/
/*}*/


.row.dsection-2  .col-md-6 p.heading{
    padding: 10px 0 12px 0px; 
    margin: 0 0 5px -7px;
}
#MemberLeaderboard,#TeamLeaderboard{
    height:400px;
    border-radius: 5px;
}

ul.ChallengedList li.title  {
   font-style: normal;
   font-weight: 600;
   font-size: 12px;
   line-height: 18px;
   letter-spacing: -0.025em;
   color: #363B44;
}
ul.ChallengedList li.challenges {
    font-style: normal;
    font-weight: 300;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: -0.025em;
    color: #363B44;
    background: #F8F8F8;
    margin:5px 5px 0 0;
    list-style:none;
    padding:10px;
}
ul.ChallengedList li.challenges ul, ul.ChallengedList li.challenges ol{
   padding-left:10px;
}
ul.result_list.ChallengedList li.challenges p{
   margin:0;
}
h6.wheading {
    width: 76%;
    display: inline-block;
}
.filter_results h6.wheading, .mfilter_results h6.wheading {
    width: 90%; 
}
.arrow-down {
    float: right; 
    margin: 10px 10px; 
    cursor: pointer;
}
.export_tm , .export_attendence , .export_challenges{
    height: 17px;
    width: 17px;
    margin: 13px 0 0 7px;
}
/*.arrow-down {*/
/*    float: right;*/
/*    margin: 16px 10px 0 0;*/
/*    cursor: pointer;*/
/*    font-size: 14px;*/
/*}*/

img.filter_icon.arrow-down {
    width: 24px;
    margin: 9px 0px 0 0;
    height: 22px;
}
.grbtn{
    width: 15px !important;
    margin: 12px 4px 0 0 !important;
    height: 15px !important;
}
/*.export_tm:hover , .export_attendence:hover , .export_challenges:hover{*/
/*    background:#e1e5e9;*/
/*    border:1px solid  #e1e5e9 ;*/
/*}*/
/*img.filter_icon:hover{*/
/*    background:#e1e5e9;*/
/*    border:1px solid  #e1e5e9 ; */
/*}*/
img.fullScreen , .full_tc , .full_tm{
    height: 13px;
    width: 15px;
    margin-top: 14px;
}
/*img.fullScreen:hover , .full_tc:hover , .full_tm:hover {*/
/*    background:#e1e5e9;*/
/*    border:1px solid  #e1e5e9 ; */
/*}*/
/* Loader */
.loader {
    display:none;
    width: 100px;
    position: absolute;
    top: 185px;
    left: 48.2%;
    z-index: 9999999; 
}
.loader.res {
    left: 42%;
}
.loader.lead {
    left: 40%;
}
.loader-wheel {
    animation: spin 1s infinite linear;
    border: 2px solid #555555;
    border-left: 4px solid #fff;
    border-radius: 50%;
    height: 50px;
    margin-bottom: 10px;
    width: 50px;
}
/*.loader-text {*/
/*    color: #555555;*/
/*    font-family: arial, sans-serif;*/
/*}*/

/*.loader-text:after {*/
/*  content: 'Loading';*/
/*  animation: load 2s linear infinite;*/
/*}*/

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*@keyframes load {*/
/*  0% {*/
/*    content: 'Loading';*/
/*  }*/
/*  33% {*/
/*    content: 'Loading.';*/
/*  }*/
/*  67% {*/
/*    content: 'Loading..';*/
/*  }*/
/*  100% {*/
/*    content: 'Loading...';*/
/*  }*/
/*}*/
/*End Loader css */
.select2-selection__choice{
    padding-bottom: 3px !important;
}
.select2-container--default .select2-results__option {
    padding: 5px 12px;
    font-size: 12px;
}
.select2-selection__choice span{
    font-size: 16px;
    font-weight: 500;
}
a.export_today {
    text-align: right;
    padding: 0 0 19px 0;
    color: #06ac7f;
    position: relative;
    margin: 0 -5px;
    float: right;
    text-decoration: none;
}
.c_box {
    border: 1px solid #ced0d2; 
    height: 423px;
    border-radius: 6px;
    background: #c0c0c014;
}
.innerbox {
    margin-top: 40px;
    border-top: 1px solid #80808075; 
    background: #ffff; 
    height: 381px;
    overflow-x: hidden;
    overflow-y: scroll;
    border-radius: 0 0 6px 6px;
}
.c_box table{
    width:100%;
}

 
.c_box table button {
    border: none;
    background: none;
    margin-top: -20px;
    vertical-align: middle;
    padding: 0;
    color: rgba(0, 0, 0, 0.5);
    font-size: 30px;
    line-height: 20px;
}
table.c_list {
    width: 96%;
    margin: 0 auto;
}
 
img.add_btn {
    position: absolute;
    right: 15px;
    bottom: 0px;
    width: 50px;
    cursor: pointer;
}


.c_box textarea.form-control {
    margin: 6px auto;
    width: 97%; 
    font-size: 12px;
    height: 100%;
    margin-bottom: 0;
    border:none;
    padding: 5px;
}
.c_box .modal-footer{
    border-top:unset;
    padding: 0 0.5rem;
}
div#edit_challenge {
    width: 35%;
    height: auto;
    position: absolute;
    right: 20px;
    left: auto; 
    top: 35%;
}
#edit_challenge td{
    font-weight: 400;
    font-size: 14px;
}
div#edit_challenge img{
    width:16px
}
 
#edit_challenge table{
    width:100%;
    padding:0;
    margin:5px 0 5px 10px;
}
#edit_challenge tr{
    cursor: pointer;
}
div#challenge_type, #update_challenge {
    position: absolute;
    top: 255px;  
}
#challenge_type tr td:nth-child(2){
    font-weight: 400;
    font-size: 14px;
}
#challenge_type tr td:nth-child(1) { 
    width: 28px;
}
#challenge_type tr td:nth-child(1) span {
    border: 2px solid #363B44;
    border-radius: 50%;
    padding: 0px 3.5px 2px 3.5px;
    font-size: 10px;
    font-weight: 700;
    color: #363B44;
}
.c_list .Type { 
    padding: 0 0.6rem;
}
button.btn.btn-sm.btn-info.btns.challenge_type {
    margin: 10px; 
    float: right;
}
#challenge_type .modal-content{
    float: right;
    right: 20px;
    width: 60%;
}
table.challengeList {
    margin: 7px 10px 10px 10px;
}
table.challengeList tr td:nth-child(2) {
    font-weight: 600;
    font-size: 12px;
    line-height: 30px;
    color: #333;
    padding: 6px 0 0 0;
}
table.challengeList tr{
   cursor: pointer; 
}

table.challengeList span {
    border: 2px solid #363B44;
    border-radius: 50%;
    padding:0px 3.5px 2px 3.5px;
    font-size: 10px;
    font-weight: 700;
    color: #363B44;  
    
}
.cus-margin .select2-container .select2-selection--single { 
    height: 36px !important;
    padding: 5px !important;
}


 
.create_teams .form-control:disabled, .form-control[readonly] {
    background-color: #fbfbfb;
    opacity: 1;
}
.admin-add-team-members .card.card-info.formbody ,.admin-edit-team-members  .card.card-info.formbody{ 
    margin: 0; 
}
.card.card-info.formbody { 
    margin: 0 25px; 
    border: 1px solid #EAECF0;
    box-shadow: 0px 4px 8px -2px rgb(16 24 40 / 10%), 0px 2px 4px -2px rgb(16 24 40 / 6%);
    border-radius: 8px;
}
.select_manager .select2-container{
    width:100% !important;
}
.teamform .btn-default{
    background: #FFFFFF;
    margin: 20px 15px 20px 10px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.045em; 
    color: #363B44;
    border: 1px solid #606060;
    border-radius: 8px;
}
.teamform .btn-info{
    letter-spacing: 0.045em;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px; 
        padding: 8px;
}
.teamform .select2-container--default .select2-selection--multiple {
    background: #FFFFFF;
    border: 1px solid #ADADAD;
    border-radius: 4px;
    padding: 1px 1px 6px 1px;
}
.teamform .select2-search__field::-webkit-input-placeholder,
.teamform .select2-search__field::placeholder {
    font-weight: 400;
    font-size: 15.75px;
    color: #ADADAD;
}
.teamform .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    font-weight: 400;
    font-size: 15.75px;
    line-height: 27px;
}
.teamform .select2-container--default .select2-selection--multiple .select2-selection__choice{
    line-height: 27px;
    padding-left:10px !important;
    padding-right: 10px !important;
}
.teamform  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    position: unset !important;
    margin-top: -1px;
}
.multiple-selector .form-group :not(:last-child) {
    margin-bottom: 0 !important;
}
.teamform li.select2-selection__choice button span { 
    padding:2px 0px 0px 0px;
}
.teamform .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .teamform .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    background-color: unset;
}
.teamform .select2-container .select2-search--inline .select2-search__field {
    margin-top:7px;
    height: 27px;
    padding: 0 8px;
}
.teamform .select2-dropdown {
    border: 1px solid #aaa !important;
}
.teamform .select2-search__field { 
    height: 30px;
}
.teamform .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #00000080 1px !important; 
}
.teamform form h4.subtitle {
    padding:10px 0 5px 28px;
}
.teamform .input-wrapper label {
  position: absolute;
  top: -4px;
  z-index: 1;
  left: 2em;
  background-color: white;
  padding: 0 5px;
  font-size: 12px;
  line-height: 11px;
  color: #363B44;
}
.teamform .form-group :not(:last-child) {
    margin-bottom: 35px;
}
#teamupdate .select_manager .form-control{
    margin-bottom:0 !important;
}
#teamupdate .form-group{
    margin-bottom:0 !important;
}
.teamform .form-control {
    color: #363B44 !important;
    font-style: normal;
    font-weight: 400;
    font-size: 15.75px;
    line-height: 30px;
    padding: 20px 0 20px 15px;
}
.teamform .select2-selection{
    border: 1px solid #aaaaaa80 !important;
}
.teamform .select2-container .select2-selection--single { 
    height: 42px !important;
    padding: 11px 7px !important;
    color: #363B44;
    font-weight: 400;
    font-size: 15.5px;
}
/*.teamform .card-body.create_teams {*/
/*    padding: 30px 25px 0 25px;*/
/*    margin-bottom: -5px; */
/*}*/
    
.teamform .select2-selection__choice {
    padding-bottom: 0px !important;
}
.teamform .row.members_group {
    padding: 7px;
}
.teamform .select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 5px;
}
.teamform .footer {
    /*margin:15px;*/
    position: fixed;
    bottom: 0;
    z-index: 1;
    background: white;
    width: 100%;
    box-shadow: 0px -3px 12px rgb(50 50 50 / 21%);
    margin-left: -40px;
    padding:0px 33px;
}
.list .card{
    background: #FFFFFF;
    border: 1px solid #EAECF0;
    box-shadow: 0px 4px 8px -2px rgb(16 24 40 / 10%), 0px 2px 4px -2px rgb(16 24 40 / 6%);
    border-radius: 8px;
}
.teamform .form-control::placeholder{
    color:#999;
} 
.teamform button.btn.btn-info.btns.disabled {
    background:#B8B8B8;
    
}
.teamform span.select2{
    width:100% !important;
}
.teamform p.error {
    color: red;
    font-size: 12px;
    margin: 0;
    padding: 0;
    position: absolute; 
}
.form-control:focus {
    border-color: var(--gray);
    box-shadow: unset;
}



/*Start Added By Salman for Toaster*/

#toast-container .toast-success {
    background-color: #fff!important;
    border-left: 6px solid #28a745!important;
    border-radius: 5px!important;
    color: #000!important;
    top: 14px!important;
    padding: 10px 15px 10px 50px!important;
    /* width: 270px; */
}
#toast-container .toast.toast-success {
    background-image: url(../images/Icon-Checked.svg)!important;
        background-size: 20px;
}
#toast-container .toast-close-button{
    
    top: 0.3em;
    float: right;
    font-size: 10px;
    font-weight: 100;
    color: #fff;
    background-color: #000!important;
    border-radius: 50%;
    -webkit-text-shadow: 0 1px 0 #fff;
    padding: 0px 3px 3px 3px!important;
    text-shadow: 0 1px 0 #fff;
}
div.dataTables_wrapper div.dataTables_processing {
 border: none;
 box-shadow: none;
 background: none;
}
/*End Added By Salman for Toaster*/

button.btn.btn-primary.GenerateTicket.disabled {
    color: #EEEEEE;
    background: #B8B8B8;
    border: none;
    border-radius: 6px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px; 
    letter-spacing: 0.045em;
    text-transform: uppercase;
}

button.btn.btn-default.CancelTicket.disabled {
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px; 
    letter-spacing: 0.045em;
    text-transform: uppercase;
    border-radius: 6px;
}
button.btn.btn-primary.GenerateTicket {
    color: #FFFFFF;
    background: #00AC7F;
    border: none;
    border-radius: 6px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px; 
    letter-spacing: 0.045em;
    text-transform: uppercase;
}

button.btn.btn-default.CancelTicket {
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px; 
    letter-spacing: 0.045em;
    text-transform: uppercase;
    border-radius: 6px;
}

.challengeModel h6.modal-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: -0.015em;
    color: #363B44;
}
.challengeModel .modal-header , .challengeModel .modal-footer{
    border: none;
}
.challengeModel label {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.015em;
    color: #363B44;
}
.challengeModel select.form-control {
    border: 1px solid #DDDDDD;
    border-radius: 6px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.015em; 
    height: 45px;
    margin-bottom: 10px;
    color: #5b5b5b !important;
}
.challengeModel textarea.form-control {
    border: 1px solid #DDDDDD;
    border-radius: 6px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.015em;
}
.challengeModel .modal-body {
    padding-top: 0 !important;
}
.challengeModel .modal-dialog {
    max-width: 575px !important;
    top: 80px;
}
.c_list .Type ,.c_list .TicketId,.c_list .TicketStatus {
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -0.015em;
    color: #363B44;
    text-align: left;
    padding: 0 1.3rem;
}
.c_list td.details {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -0.015em;
    color: #363B44;
}

 table.c_list  .TicketId{
    text-align:center;
    text-align: center;
    color: #00AC7F;
    text-decoration: underline;
    cursor: pointer;
}
 table.c_list  .TicketStatus{
    text-align:right
}
.c_list tr:nth-child(odd) {
  background: #F8F8F8;
  border-top-right-radius: 6px !important;
  border-top-left-radius: 6px !important;
  margin-top: 10px !important;
  display: block;
  padding:4px 0 0 10px;
}

.c_list tr:nth-child(even) {
  background: #F8F8F8;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  display: block;
  padding:0 10px 7px;
}
td.TicketStatus.open { 
    
    align-items: right;
    padding: 2px 8px;
    background: #363B44;
    border-radius: 11px;
    color: #FFFFFF;
    float: right;
    margin: -25px 10px;
    top: 0;
}
td.TicketStatus.progress {
    align-items: right;
    padding: 2px 8px;
    background: #EC9C3D;
    border-radius: 11px;
    color: #FFFFFF;
    float: right;
    margin: -25px 10px;
    height: 22px;
}
.c_list.view{
    width:100%;
}
.c_list.view td.Type {
    font-size: 16px;
}
.c_list.view img {
    width: 30px;
}
.c_list.view td.details {
    font-size: 14px;
    line-height: 24px;
}
.c_list.view tbody tr:nth-child(even){ 
    margin-bottom: 25px !important;
}
.c_list.view tbody tr:last-child{ 
    margin-bottom: 12px !important;
}
.c_list.view td.TicketStatus.open {
    align-items: right;
    padding: 4px 8px;
}

.admin .card-body.team_details{
    padding: 24px 24px 2px 24px;
    margin: 20px !important; 
    border: 1px solid #F3F3F3;
    border-radius: 8px;
}
.team_details p{
    display:inline-block
} 
 .team_details .col-md-4:first-child p:first-child{  
     min-width:100px; 
}
 .team_details .col-md-4:nth-child(3) p:first-child{  
     min-width:100px; 
}
 .team_details p:first-child{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #606060; 
     min-width:160px; 
} 
 .team_details p:nth-child(2){
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #404040;  
} 
p.add_intern {   
    margin:12px 0px 12px 0px;
    padding:15px 10px;
    cursor:pointer;
    max-width: fit-content; 
    background: #FFFFFF;
    border: 1px solid #00664C;
    border-radius: 8px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 5px; 
    color: #00664C;
} 
.teamform.AddMembers .card.card-info{
    border: 1px solid #EAECF0; 
    box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1), 0px 2px 4px -2px rgba(16, 24, 40, 0.06);
    border-radius: 8px;
}
.teammodals .row { 
    margin-bottom: 20px;
}
.teammodals .modal-dialog {
    max-width: 800px;
}
div#requestModel .col-md-6:first-child{
    padding-right:0;
}
.teammodals .modal-title {
    margin-bottom: 0; 
    font-style: normal;
    font-weight: 600;
    font-size: 17.72px;
    line-height: 27px;
    color: #404040;
}
.teammodals label.col-md-12.col-form-label {
    font-style: normal;
    font-weight: 500;
    font-size: 15.75px;
    line-height: 45px;
    color: #404040;
}
.teammodals .form-control {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #606060;
    height: 45px;
}
.teammodals .row label.col-form-label {
    position: absolute;
    top: -8px;
    z-index: 2;
    left: 2em;
    background-color: white;
    padding: 0 5px;  
    font-style: normal;
    font-weight: 400;
    font-size: 12.44px;
    line-height: 13px; 
    align-items: center;
    color: #404040;
}
.teammodals .form-control:focus label.col-form-label {
    color: #00664C !important;
}
 

.teammodals .form-control:focus { 
    border-color: #00664C !important;
}
.teammodals .modal-footer{
    border: unset;  
    padding-top: 0; 
}

button.cancel {
    flex-direction: row;
    justify-content: center;
    align-items: center;
   /* padding: 3px 7px 5px;*/
   padding:0 15px;
    gap: 4px;
   /* width: 99px;*/
    height: 35px;
    background: #FFFFFF;
    border: 1px solid #606060;
    border-radius: 8px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px; 
    display: flex;
    align-items: center;
    text-align: center;
    color: #404040;
}
.submitbtns{
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 3px 0px 5px;
    gap: 4px;
    width: 99px;
    height: 35px;
    background: #00664C;
    border: 1px solid #606060;
    border-radius: 8px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    display: flex;
    align-items: center;
    text-align: center;
    margin-left: 15px;
}
.submitbtns:hover , .submitbtns:focus, .submitbtns:active{
    background: #02916d;
    background-color: #02916d !important;
    border: 1px solid #606060;
    box-shadow: unset !important;
}

 .btn-primary.disabled,  .btn-primary:disabled {
    color: #fff;
    background-color: #00664C !important;
    border-color: #00664C !important;
}

.teammodals .submitbtns {
    width: auto;
    padding: 0 10px;
}
 
div#requestModel i.fa.fa-calendar.form-control-feedback { 
    float: right;
    margin: -41px 15px; 
}
div#requestModel input#datepicker {
    padding: 10px;
}
#submitModel .modal-dialog {
    max-width: 700px;
    margin: 4.75rem auto;
}
#submitModel .form-control {
    height:auto;
}
.comments {
    border-radius: 6px !important; 
    border: unset !important;
    box-shadow: unset !important;
    margin: 0 0 5em;
     
}
.comments {
    position: relative;
}
.comments .card-header { 
    background-color: unset;
}
.comments .card-footer {
    position: relative;
    box-shadow: unset;
    background: #ffff !important;
    padding: 24px;
    margin: 20px;
    border: 1px solid #F3F3F3;
    border-radius: 8px;
}
.comments .user-block .username{
    font-style: normal;
    font-weight: 600;
    font-size: 17.72px;
    line-height: 27px; 
    color: #404040;
    margin:0;
}
.comments .comment-text .username{
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px; 
    align-items: center;
    color: #404040;
    padding-top: 3px;
}
span.action.added {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px; 
    color: #27AE60;
}
.comments .comment-text span.members {
    color: #404040;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
}
span.action.removed {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px; 
    color: #C7302B;
}
span.span-circle{
    font-weight: 400;
    font-size: 12px; 
    align-items: center;
    color: #404040;
    background: #F3F3F3;
    padding-top: 6px;
} 

.comments .text-muted.date {
    font-style: normal;
    font-weight: 400;
    font-size: 11.06px;
    line-height: 18px;
    display: flex;
    float: right;
    align-items: center;
    color: #9E9E9E !important;
}
span.Approved {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #27AE60 !important;
    padding: 3px 10px 4px;
    width: 101px;
    height: 30px;
    background: rgba(39, 174, 96, 0.15);
    border-radius: 6px;
    margin:0;
}
.card-comments hr {
    margin:2px 0 9px 0;
}
.card-comments .by{
    color: #404040;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
}
.card-comments span.byName {
    font-weight: 600;
    font-size: 14px;
    line-height: 21px; 
    align-items: center; 
    color: #404040;
}
.admincomment{
    margin:4px 0;
}
.admincomment span{
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #9E9E9E;
}
.admincomment .comment_details{
    font-weight: 400;
}
span.Pending {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #D39F00 !important;
    padding: 3px 11px 4px;
    width: 101px;
    height: 25px;
    background: rgba(217, 170, 50, 0.15);
    border-radius: 6px;
    margin: 0;
}
 .card-body.card-comments {
    margin: 20px 20px;
    padding-bottom: 12px;
}
.card-body.card-comments span.span-circle.img-circle.img-sm {
    background: #de7866;
    color: #fff;
}
.card-body.card-comments .history_name_Admin span.span-circle.img-circle.img-sm {
    color: #fff;
    background: #00664c;
}

.history_name_Lead + .history_name_Admin .history-status{
    display:none;
}
span.Rejected {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #C7302B !important;
    padding: 3px 10px 4px;
    width: 101px;
    height: 30px;
    background: rgba(199, 48, 43, 0.12);
    border-radius: 6px;
    margin: 0;
}
span.action {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    align-items: center;
    color: #606060;
}
.comments .card-comment{
    border: unset;
}
 
.card-comments{
    background-color: #F3F3F3;
    border-radius: 10px;
}
.comment-text span {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #9E9E9E;
}
.card-comments .comment-text .comment_details{
    font-weight: 400;
    font-style: normal; 
    font-size: 14px;
    line-height: 21px;
    color: #9E9E9E;
}
/*.card-comments .comment-text { */
/*    margin-left: 40px;*/
/*    font-style: normal; */
/*    font-weight: 400;*/
/*    font-size: 14px;*/
/*    line-height: 21px; */
/*    align-items: center;*/
/*    color: #9E9E9E;*/
/*}*/
.card-comment {
    /*margin-left:37px*/
}
.comments .card-comment:nth-child(1) {
    margin-left:0px
}

.HistoryBox { 
    padding-bottom: 30px !important; 
}
.noticemodal span.text-muted.notice {
    font-style: normal;
    font-weight: 400;
    font-size: 12.44px;
    line-height: 20px;
    display: flex;
    align-items: flex-end;
    color: #606060 !important;
}
.noticemodal .card-comment {
    margin-left: 0px;
    width: 100%;
    padding-bottom: 20px;
}
.noticemodal .modal-dialog {
    max-width: 530px;
}
.noticemodal .modal-content {
    padding: 0px 20px;
    border-left: 6px solid #27AE60;
}
.noticemodal span.username {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px; 
    color: #001B2E;
}
.noticemodal span.span-circle {
    background: #27AE60;
    color: #ffff;
    padding: 3px;
    font-size: 14px;
    margin: 12px 17px 0 0;
    height: 1.5rem;
    width: 1.5rem;
}
.noticemodal button.close { 
    background: black; 
    border-radius: 50%;
    color: #ffff;
    padding: -7px;
    font-size: 15px;
    margin: -8px -11px 0 0;
    height: 1rem;
    width: 1rem;
    font-weight: 200;
    text-shadow: unset;
}
.noticemodal button.close span {  
    line-height: 1px !important;
    padding: 0 !important;
    font-size: 17px;
    
}
.teammodals .select2-container{
    width:100% !important;
}
.teammodals  .select2-container .select2-selection--single {
    height: 42px !important;
    padding: 9px 7px !important;
    border:1px solid #ced4da;
    border-radius: 4px;
}
.teammodals  .select2-container .select2-selection--single:focus {
    border: 1px solid #00664C;
}
.teammodals  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width:6px 4px 0 4px;
    height: 0px;
    left: 50%;
    margin-left: -10px;
    margin-top: -2px;
    position: absolute;
    top: 66%;
    width: 0;
} 
 p.error {
    color: red;
    font-size: 9px;
    margin: 0;
    padding: 0;
    position: absolute;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice.pending { 
    background-color: rgba(39, 174, 96, 0.2) !important;
}
.removed i.fa.fa-undo {
    font-size: 11px;
    margin: 0px 0;
}
.removed span {
    border-right: 1px solid #606060;
    padding-right: 8px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice.requested { 
    background-color: rgba(39, 174, 96, 0.2) !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice.removed {
    background-color: rgba(201, 68, 68, 0.2) !important;
}
.row.Teams_Approval button
{
    display:inline-block;
}
.row.Teams_Approval .col-md-8 
.Teams_Approval h4.subtitle {
     padding: 16px 0 0 20px !important;
}
.card-body.team_details {
    padding: 12px 0 0 18px !important;
    padding: 12px 18px 0;
    margin: 20px;
    border: 1px solid #F3F3F3;
    border-radius: 8px;
}
.Teams_Approval .subtitle{
    padding: 20px 0 0px 0px;
    margin: 0 0 12px 0 !important
}
.card.card-info.formbody.show_approvals {
    margin: 0;
}
.admin_section .card {
    margin:0 !important;
}
button.btn.btn-primary.submitbtns.approve {
    padding: 0;
    height: 35px;
    width: 90px;
    display: inline-block;
    margin-top: 2px;
}
.row.Teams_Approval .col-md-8 {
    display: inline-block;
    text-align: right;
  /*  margin: 20px 0 5px 0; */
    margin: 10px 0px 5px 0;
}
button.btn.btn-default.reject {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #C7302B;
    padding: 4px 16px;
    gap: 4px;
    width: 76px;
    height: 35px;
    background: #FFFFFF;
    border: 1px solid #C7302B;
    border-radius: 6px;
    margin:2px 0 0 10px;
    display: inline-block;
}
.card.card-info.formbody.admin {
    /*margin: 15px 25px;*/
   /* padding: 0 15px;*/
}
.admin .team_details {
    margin: 8px 10px 20px !important;
}
h4.subtitle.mem {
    padding: 0 10px;
}
.admin .comments {
    position: relative;
    margin: 0;
    padding: 0;
}
.admin .comments .card-header {
    background-color: unset;
    padding: 10px;
    border: none;
}
.admin .comments .card-footer { 
    border-radius: 8px;
    margin: 10px;
}
.approveModel .modal-header ,#acceptmodel .modal-header{
    border:unset; 
    padding-bottom: 0;
}

.approveModel .modal-footer ,#acceptmodel .modal-footer {
    border:unset; 
}
.approveModel .submitbtns {  
    width: 80px;
    height: 30px;
    margin-left:10px;
}
.approveModel button.cancel {
    width: 80px;
    height: 30px;
}
.rejectbtn.submitbtns {
    background: #C7302B;
    border: unset;
}
button#reject {
    background: #C7302B !important;
    border: unset;
    width: 80px;
    height: 30px;
    margin-left: 10px;
}
#acceptmodel button.cancel{
    width: 80px;
    height: 30px;
}
.acceptmodel {
    width: 80px;
    height: 30px;
}
#acceptmode .modal-footer {
    padding-top: 0;
}
    
#acceptmodel .modal-footer {
    border:unset; 
    padding-top: 0;
}   
.card.card-info.formbody.admin.show_approvals {
    margin:0;
}
/*Member Section */
 
.MemberS .text-blk{
    font-style: normal;
    font-weight: 400;
    font-size: 9.83px;
    line-height: 16px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #606060;
}
.MemberS.responsive-container-block{
  min-height:75px;
  height:fit-content;
  width:100%;
  display:flex;
  flex-wrap:wrap;
  margin-top:0px;
  margin-right:auto;
  margin-bottom:0px;
  margin-left:auto;
  /*justify-content:space-evenly;*/
   justify-content:left;
  
}
.MemberS  .team-head-text{
  font-size:48px;
  font-weight:900;
  text-align:center;
}
.MemberS .team-head-text{
  line-height:50px;
  width:100%;
  margin-top:0px;
  margin-right:0px;
  margin-bottom:50px;
  margin-left:0px;
}
.MemberS .container{
  max-width:1380px;
  margin-top:60px;
  margin-right:auto;
  margin-bottom:60px;
  margin-left:auto;
  padding-top:0px;
  padding-right:30px;
  padding-bottom:0px;
  padding-left:30px;
}
.MemberS .card{
  text-align:center;  
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  background: #FFFFFF;
  box-shadow: 0px 2px 12px rgb(0 0 0 / 8%);
  border-radius: 6px;
  border: unset; 
  margin-bottom: 0;
  /*padding: 30px 0 30px 0;*/
  min-height: 170px;
  max-height: 170px;
  border: 1px solid transparent;
} 
.MemberS .card:hover {
    border:1px solid #001B2E;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
    /*padding: 25px 0 7px 0;*/
}
.MemberS .card-container{
  width:209px;
  /*width: calc(19% - 10px);*/
  margin-top:0px; 
  margin-right:10px;
  margin-bottom:25px;
  margin-left:10px;
}
.MemberS .name{ 
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 0;
    margin-left: 0px; 
    font-style: normal;
    font-weight: 500;
    font-size: 12.44px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #404040;
    cursor:pointer;
}
.MemberS .position{
  margin-top:0px;
  margin-right:0px;
  margin-bottom:10px;
  margin-left:0px;
  margin-bottom: 3px;
}
.MemberS .feature-text{
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px; 
    font-style: normal;
    font-weight: 400;
    font-size: 9.83px;
    line-height: 16px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #606060;
}
.MemberS p{  
    font-size: 14px;
    line-height: 21px; 
    align-items: center; 
    color: #404040;
    margin-top: 8px;
}
.MemberS .team-image-wrapper{
    max-width: 100%;
    width: 40px;
    height: 40px; 
    background: #F3F3F3;
    border-radius: 197.5px;
   /* margin-top: -10px;*/
}
.MemberS .team-member-image {
  max-width: 100%;
}
.MemberS span.deleterequest {
    font-style: normal;
    font-weight: 500;
    font-size: 9.83px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
    align-items: center;
    padding: 1px 8px; 
    width: 117px;
    height: 18px;
    color: #C7302B;
    border-radius: 30px;
    background: rgba(199, 48, 43, 0.08);
}
.MemberS span.additionequest {
    font-style: normal;
    font-weight: 500;
    font-size: 9.83px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
    align-items: center; 
    padding: 1px 8px; 
    width: 113px;
    height: 18px;
    color: #27AE60;
    border-radius: 30px;
    background: rgba(39, 174, 96, 0.08);
}
.AddMembers h4.subtitle {
    display:
    inline-block;
   /* margin: 15px 0 12px -6px;*/
    margin: 10px 0 15px 4px;
}
.AddMembers .add_intern {
    display:inline-block;
    float:right;
}
span.span-circle.img-circle.img-sm p{ /*history */
    text-align:center;
}
.AddMembers .card ul {
   /* margin: -20px 12px 0 0;
    width: 100%;
    text-align: right;*/
    position: absolute;
    top: 0;
    right: 8px;
}
.AddMembers .card ul li
{
    display:inline-block;
}
.MemberS .card:hover ul{
    visibility: visible !important;
}
.MemberS .card ul li img
{
    width:12px;
    height:13px;
    cursor:pointer;
}
/*.AddMembers .card.card-info.formbody  .card-body{*/
/*    min-height: 200px;*/
/*    max-height: 415px;*/
/*    overflow-y: scroll;*/
    /*margin:0 6px 0 0;*/
    /*padding: 1rem;*/
/*}*/
#requestModel .select2-container--default .select2-selection--single .select2-selection__rendered{
    font-size:14px;
}
.mApprovals {
    margin:0 !important
}
.mApprovals .card-body { 
    padding: 0;
}
.mApprovals .card-container {
    width: 204px;
}

.iti.iti--allow-dropdown {
    width: 100%;
}
.iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
}
.list {
    margin: 0 0 30px 0!important;
    padding: 5px 0px 35px 0px;
}
div.dataTables_paginate {
    padding:0;
}

/*#DB_CONNECTION=mysql*/
/*#DB_HOST=graana-prod-mysql-db.cspnvy09cxmb.us-east-1.rds.amazonaws.com*/
/*#DB_PORT=3306*/
/*#DB_DATABASE=morning_meetings_db*/
/*#DB_USERNAME=root_morning_meeting*/
/*#DB_PASSWORD=dC2CF35F1D90Na*/

span.inactive_tag { 
    font-style: normal;
    font-weight: 500;
    font-size: 11px; 
    letter-spacing: 0.03em;
    color: #606060; 
    padding: 3px 8px 5px 8px;
    margin-left: 10px;  
    background: #F3F3F3;
    border-radius: 4px;
    vertical-align: text-top;
}
 
.inactive .team-image-wrapper {
    background:#D2D2D2 !important;
}
.inactive .team-image-wrapper p {
    color: #FFFFFF !important;
}
.inactive .name , .inactive .text-gray ,.inactive .feature-text ,.history .inactive{
    color: #9E9E9E !important;
}
.staus-btn {
    visibility: hidden;
    color: #ffffff !important; 
    font-size: 11px;
    display: inline-block;
    padding: 1px;
    width: 70px;
    border: unset;
    letter-spacing: 0.01em;
    font-weight: 400;
    margin: 5px 0 0 0;
}
.admin_list td:last-child { 
     
    display:block;
    margin:0;
    padding:0;
}
.modal-body{
        padding-bottom: 0;
}
#internet .modal-header {
    padding: 10px 5px 10px 5px;
    border-radios:0;
    border-radius: 5px;
    background: #ffc10769;
}
#internet h6.modal-title {
    font-size: 11px;
    font-weight: 500;
    line-height: 0;
    width: 100%;
    /* margin: 0; */
    /* padding: 0; */
}
#internet .modal-header .close {
    padding: 9px 15px 0 0;
    font-size: 13px;
}

div#internet .modal-content{
    width: 285px;
    margin: 0 auto;
    text-align: left;
}
div#internet .modal-dialog{
    margin-top:0
}
.admin-edit-team-members form#teamupdate{
    height: 790px;
}
 .approvalmodels .modal-header{
    background: #F3F3F3;
     border:unset !important;
}
.approvalmodels .modal-body{
 width:100%;
 padding:5px 0 0 0;
}
.approvalmodels table{
    margin-bottom: 0;
}
.approvalmodels th{
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    border:unset !important;
    text-align:left !important;
    padding: 2px 16px 8px 16px;
}
 
.approvalmodels tbody tr{ 
    background:none !important;
    border-bottom: 1px solid #dee2e6;
}
.approvalmodels tbody td {
    font-style: normal;
    font-weight: 400;
    font-size: 12.44px;
    line-height: 20px;
    color: #606060;
    padding: 5px 16px;
}
.approvalmodels .modal-footer{
    border:unset !important;
}
.approvalmodels textarea.form-control.Comment {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    padding: 5px;
}
.adminList .dataTables_empty{
    display: revert !important;
}
#acceptmodel .modal-body { 
    padding: 15px 1rem 15px; 
}
.contheader .card-body{
   padding:0.5rem 1.25rem;  
}
.contheader .card{
   border-radius: unset;
}
/*View Meeting page css*/
.card.show-meeting {
    background: #FFFFFF;
    border: 1px solid #EAECF0;
    box-shadow: 0px 4px 8px -2px rgb(16 24 40 / 10%), 0px 2px 4px -2px rgb(16 24 40 / 6%);
    border-radius: 8px;
}
.card.show-meeting .col-md-12 .subheading{
    font-style: normal;
    font-weight: 600;
    font-size: 17.72px;
    line-height: 27px; 
    color: #101828;
}
.show-meeting .col-md-9 .subheading ,.show-meeting .col-md-3 .subheading{
    font-weight: 400 !important;
    font-size: 14px;
    line-height: 21px;
    color: #606060;
 }
.show-meeting span.badge.badge-success {
    align-items: flex-start;
    padding: 8px;
    gap: 8px;
    width: 112px;
    height: 37px;
    background: rgba(39, 174, 96, 0.12);
    border-radius: 6px;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #27AE60; 
    margin-right: 10px;
}
.show-meeting span.badge.badge-danger {
    align-items: flex-start;
    padding: 8px;
    gap: 8px;
    width: 148px;
    height: 37px;
    background:  rgba(226, 185, 59, 0.12);
    border-radius: 6px;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #E2B93B; 
} 
.tabs .cards  {
    background: #f4f6f9;   
}
.tabs .card-body {
    padding: 24px;
    gap: 16px; 
    background: #FFFFFF; 
    border: 1px solid #EAECF0;
    border-radius: 8px;
    margin-top:15px;
}
.tabs .card {
    border: unset;
    box-shadow: unset;
    background: unset;
}
.tabs .card-header {
    border: unset;
    border-bottom: 1px solid #EAECF0;
    background: #f4f6f9;
}
.tabs .nav {
    padding: 0;
}
.tabs li.nav-item {
    background: unset;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    padding-right: 15px;
}
.tabs .nav-pills .nav-link:hover {
    color: #00664C;
}
.tabs .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background-color: unset;
    color: #00664C;
    border-bottom: 2px solid #00664C;
    border-radius: 0;
}
.tabs h6.subheading {
    font-style: normal;
    font-weight: 600;
    font-size: 17.72px;
    line-height: 27px; 
    color: #101828;
}
.tabs .descriptions ul {
    padding: 0 0 0 20px;
}
.tabs .descriptions { 
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px; 
    align-items: center; 
    color: #404040;
}
.tabs .previous {
    padding-left:0
}
.tabs .previous:last-child .subheading{
    padding-left:20px
}
.tabs .previous .descriptions{ 
    border-left:1px solid #EAECF0;
    padding-left:20px
}
.tabs .c_list tr:nth-child(odd) {  
    display: block;
    padding: 10px 0 5px 15px;
}
.tabs td.Type {
    font-weight: 600;
    font-size: 17.72px !important;
    line-height: 27px;
    color: #101828;
}
.tabs .c_list.view td.details {
    font-size: 14px;
    line-height: 24px;
    padding: 0 0 3px 8px;
}

.tabs td.details {
    font-style: normal;
    font-weight: 400; 
    display: flex;
    align-items: center;
    color: #404040;
}
.tabs .c_list.view tbody tr:last-child {
    margin-bottom: 0 !important;
}
.tabs .c_list tr:nth-child(odd){
    margin-top: 0 !important;
}
.tabs .MemberS .shortNmame .team-image-wrapper p {
    color: #fff;
    line-height: 0px;
    text-align: center; 
    padding-top: 11px;
}
.tabs .team-image-wrapper {
    display:inline-block;
}
.tabs .mName {
    display:inline-block;
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px; 
    color: #404040;
}
.tabs .time-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 40px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #606060;
}
.tabs .bage-absent {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #C7302B; 
    padding: 2px 8px;
    width: 66px;
    height: 25px;
    background: rgba(199, 48, 43, 0.12);
    border-radius: 6px;
    margin-top: 8px;
}
.tabs .bage-onleave {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #606060; 
    padding: 2px 8px;
    width: 79px;
    height: 25px;
    background: rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    margin-top: 8px;
}
.tabs .bage-late {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #E2B93B;
    padding: 2px 8px;
    width: 46px;
    height: 25px;
    background: rgba(226, 185, 59, 0.12);
    border-radius: 6px;
    margin-top: 8px;
}
.MemberS h6.subheading {
    margin-bottom: 20px;
}
.no-data {
    text-align: center;
    padding: 100px 0;
}
.no-data img {
    padding-bottom:20px;
}
.daterangepicker td.start-date,.daterangepicker td.start-date.end-date {
    border-radius: 50% !important;
    padding: 3px !important;
    background: #00664C !important;
}
.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color:#00664C !important;
}
.daterangepicker td.end-date{
    border-radius: 50% !important;
    padding: 3px !important;
}
.daterangepicker .ranges .range_inputs .btn-success {
    color: #fff !important;
    background-color: #00664c !important;
    border: unset;
    float: right;
}
.daterangepicker .ranges .range_inputs .btn-success:hover {
    background: #02916d !important;
    border: unset;
}
.daterangepicker .ranges { 
    display: contents; 
    text-align: right; 
    padding: 20px;
}
.daterangepicker .ranges button.cancelBtn.btn.btn-sm.btn-default { 
    background: #FFFFFF;
    border: 1px solid #606060;
    border-radius: 4px; 
    line-height: 18px; 
    color: #404040;
    margin-right: 5px;
}
#history span.badge.bage-late {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #E2B93B;
    padding: 0px 3px;
    width: 40px;
    min-width: 40px;
    height: 20px;
    background: rgba(226, 185, 59, 0.12);
    border-radius: 4px;
    margin: 4px 0 4px 10px;
}
.email-recipient .form-group :not(:last-child) {
    margin-bottom: 0;
}
.row.tasks {
    margin-bottom:50px;
}
.emails_list tr:hover {
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    box-shadow: 0px 1px 8px rgb(34 34 34 / 20%);
    -webkit-box-shadow: 0px 1px 8px rgb(34 34 34 / 20%);
    -moz-box-shadow: 0px 1px 8px rgba(34, 34, 34, 0.2);
}
 
 
.emails_list td:last-child{
    text-align:left !important;
}
.emails_list td a {
    display: inline-block !important;
    padding: 0 5px;
}
.emails_list tr:hover .actions-btn ,.quotes_list tr:hover .actions-btn{
   visibility:visible
}
.emails_list tr td{
    text-align:left;
}
.actions-btn {
    visibility: hidden; 
    float: right;
    position: relative; 
    background: white;
    height: 26px;
    width: 80px;
    text-align: center;
    display: inline-block;
    margin-top: -26px;
}
.lastcol{
    display: inline-block;
    width:100%; 
    text-align:left;
}
.quotes_list tr:hover ,.my-mm-history tr:hover,.approvals tr:hover,.my-mm-history tr:hover{
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    box-shadow: 0px 1px 8px rgb(34 34 34 / 20%);
    -webkit-box-shadow: 0px 1px 8px rgb(34 34 34 / 20%);
    -moz-box-shadow: 0px 1px 8px rgba(34, 34, 34, 0.2);
}
span.badge.bage-late.Mtime {
    width: 70px !important;
}
span.badge.Mtime {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    margin-left: 13px;
}
tr:has(p.green_tr) { /* if tr has p.green_tr class used for quotes list for today quote*/ 
   background-color:#e2b06b3b !important;
}
.emails_list tr td span {
    background: #F3F3F3;
    border-radius: 6px;
    padding: 2px 5px 5px 5px;
    margin-right: 5px;
    line-height:25px;
}
.main-sidebar .sidebar .nav-sidebar li a{
    font-weight: 500;
    font-size: 14px;
}
body{
    font-family: 'Poppins' !important;
    }

@media (max-width: 500px){
  .MemberS .card-container{
    width:100%;
    margin-top:0px;
    margin-right:0px;
    margin-bottom:25px;
    margin-left:0px;
  }
}  