﻿#TaskTemplate_Wrapper {
  display: none;
}

nav.navbar.fsize {
  padding-top: 5px;
  box-shadow: none;
}

.template_navbar .container-fluid {
  display: block;
}

.client_worspace_list li a span {
  /*   &.temp_name_span {*/
  overflow: hidden;
  text-overflow: ellipsis;
  height: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  height: auto;
  margin: 0 auto;
  width: 100%;
  white-space: nowrap;
  /*}*/
}
.client_worspace_list li a span:focus-visible {
  border: none;
  outline: none;
}
.client_worspace_list li a#aAddNewTemplate {
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 0.275rem 0.65rem;
}
.client_worspace_list li a#aAddNewTemplateDefault {
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 0.275rem 0.65rem;
}

.client_backbtn {
  display: grid;
  grid-template-columns: calc(100% - 50px) 40px;
  align-items: center;
  margin: 0 10px;
}
.client_backbtn .selected_client_name {
  font-size: 13px;
  color: #222;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
}

.client_specific_details {
  display: none;
}

.template_sidebar_wrapper {
  display: block;
}
.template_sidebar_wrapper .comp-list li .svg_wrapper {
  display: inline-block;
}
.template_sidebar_wrapper .comp-list li .svg_wrapper svg {
  width: 12px;
  margin-right: 4px;
}
.template_sidebar_wrapper .comp-list li.viewTemplate {
  justify-content: inherit;
}
.template_sidebar_wrapper .comp-list li.viewTemplate svg {
  width: 16px;
}

.cust-icon {
  width: 16px;
  height: auto;
}

.industry-select {
  width: 90%;
  margin: auto;
  border: 1px solid #DEE9FC;
  border-radius: 25px;
  box-shadow: none !important;
}
.industry-select:focus {
  box-shadow: none !important;
  border: 1px solid #DEE9FC !important;
}

.industry_type_label {
  padding-left: 5%;
  font-size: 13px;
  color: #222;
  margin-top: 10px;
}

.selected_client_name {
  font-size: 13px;
  color: #222;
  padding-left: 5%;
}
.selected_client_name small {
  display: block;
  font-size: 0.75rem;
  color: #99A5BC;
  line-height: 8px;
  letter-spacing: 1px;
  padding-top: 2px;
}

.reporting_buttons_wrapper button.cust-btn {
  background: transparent linear-gradient(260deg, #f27039 0%, #f27039 100%) 0% 0% no-repeat padding-box;
  color: #fff !important;
}

.reporting_buttons_wrapper svg {
  width: 15px;
  height: 15px;
}

.reporting_buttons_wrapper .btn-default {
  border: 1px solid #eeeeee;
  background: #f9f9f9;
}

.reporting_buttons_wrapper .btn-delete {
  border: 1px solid #eeeeee;
}

.reporting_buttons_wrapper .btn-delete svg {
  stroke: #e76069;
}

.reporting_buttons_wrapper button.active {
  background: transparent linear-gradient(260deg, #f9af1c 0%, #f27039 100%) 0% 0% no-repeat padding-box;
  color: #fff;
}

.radius {
  border-radius: 1.2rem !important;
  -webkit-appearance: listbox !important;
  width: auto;
}

.down-arrow {
  -webkit-appearance: listbox !important;
  width: auto;
  padding: 3px 0;
  border-radius: 0.4rem;
}

table thead th, tbody td {
  font-size: 11px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

table tbody td select {
  font-size: 10px !important;
}

button.adduser-btn {
  border-radius: 50%;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: #EEEEEE 0% 0% no-repeat padding-box;
  border: 1px solid #E4E2DA;
}

button.adduser-btn svg {
  width: 16px;
}

.table > :not(:last-child) > :last-child > * {
  border-bottom-color: #fff !important;
}

table th.w-30 {
  width: 30% !important;
}

table th.w-10 {
  width: 10% !important;
}

table th.w-7 {
  width: 7% !important;
}

table th.w-24 {
  width: 24% !important;
}

table th.w-5 {
  width: 5% !important;
}

.Compliance_table.table td, .Compliance_table.table th {
  border-bottom: none;
}

.table tr {
  border-bottom: 1px solid #E3EBF3;
}

button.adduser-btn1 {
  border-radius: 25%;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: #fffefe 0% 0% no-repeat padding-box;
  border: 1px solid #fffefe;
}

.default {
  border-color: #d3d3d3;
  border: 1px solid #d3d3d3;
  color: black;
  border-radius: 25px;
}

.p {
  padding: 1px 19px !important;
}

.button1 {
  border-radius: 25px;
  border: 1px solid #d3d3d3;
  background: white;
  padding-bottom: 2px;
  padding-top: 2px;
  padding-right: 13px;
  padding-left: 1px;
}

.button2 {
  border-radius: 25px;
  border: 1px solid #d3d3d3;
  background: white;
  padding-bottom: 2px;
  padding-top: 2px;
  padding-right: 10px;
  padding-left: 11px;
}

.compliance_duration_wrapper {
  padding: 15px 0;
  text-align: center;
  background-color: white;
  margin-top: 20px;
  position: absolute;
  border-radius: 5px;
  margin-top: 3px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.compliance_duration_wrapper .d-flex {
  grid-gap: 5px;
}
.compliance_duration_wrapper input {
  width: 30px;
  border-radius: 5px;
  border: 1px solid #d3d3d3;
}
.compliance_duration_wrapper select {
  width: fit-content;
  border-radius: 5px;
  border: 1px solid #d3d3d3;
}

#myDIV1 {
  width: 33%;
  padding: 15px 0;
  text-align: center;
  background-color: white;
  margin-top: 20px;
  position: absolute;
  border-radius: 5px;
  margin-top: 6px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

#myDIV2 {
  width: 33%;
  padding: 15px 0;
  text-align: center;
  background-color: white;
  margin-top: 20px;
  position: absolute;
  border-radius: 5px;
  margin-top: 9px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

#myDIV3 {
  width: 33%;
  padding: 15px 0;
  text-align: center;
  background-color: white;
  margin-top: 20px;
  position: absolute;
  border-radius: 5px;
  margin-top: 5px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

#myDIV4 {
  width: 33%;
  padding: 15px 0;
  text-align: center;
  background-color: white;
  margin-top: 20px;
  position: absolute;
  border-radius: 5px;
  margin-top: 5px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.RecurrenceWrapper {
  width: auto;
  padding: 15px 0;
  text-align: center;
  background-color: white;
  margin-top: 20px;
  position: absolute;
  right: 30px;
  border-radius: 5px;
  margin-top: 5px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

#myRecurrence1 {
  width: 42%;
  padding: 15px 0;
  text-align: center;
  background-color: white;
  margin-top: 20px;
  position: absolute;
  right: 30px;
  border-radius: 5px;
  margin-top: 5px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

#myRecurrence2 {
  width: 42%;
  padding: 15px 0;
  text-align: center;
  background-color: white;
  margin-top: 20px;
  position: absolute;
  right: 30px;
  border-radius: 5px;
  margin-top: 5px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

#myRecurrence3 {
  width: 42%;
  padding: 15px 0;
  text-align: center;
  background-color: white;
  margin-top: 20px;
  position: absolute;
  right: 30px;
  border-radius: 5px;
  margin-top: 5px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

#myRecurrence4 {
  width: 42%;
  padding: 15px 0;
  text-align: center;
  background-color: white;
  margin-top: 20px;
  position: absolute;
  right: 30px;
  border-radius: 5px;
  margin-top: 5px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

#myButton {
  width: 18%;
  padding: 12px 0;
  text-align: center;
  background-color: white;
  margin-top: 20px;
  position: absolute;
  right: 405px;
  border-radius: 5px;
  margin-top: 26px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

#myButton1 {
  width: 18%;
  padding: 12px 0;
  text-align: center;
  background-color: white;
  margin-top: 20px;
  position: absolute;
  right: 405px;
  border-radius: 5px;
  margin-top: 23px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

#myButton2 {
  width: 18%;
  padding: 12px 0;
  text-align: center;
  background-color: white;
  margin-top: 20px;
  position: absolute;
  right: 405px;
  border-radius: 5px;
  margin-top: 26px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

#myButton3 {
  width: 18%;
  padding: 12px 0;
  text-align: center;
  background-color: white;
  margin-top: 20px;
  position: absolute;
  right: 405px;
  border-radius: 5px;
  margin-top: 26px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

#myButton4 {
  width: 18%;
  padding: 12px 0;
  text-align: center;
  background-color: white;
  margin-top: 20px;
  position: absolute;
  right: 489px;
  border-radius: 5px;
  margin-top: 26px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

#myButton5 {
  width: 18%;
  padding: 12px 0;
  text-align: center;
  background-color: white;
  margin-top: 20px;
  position: absolute;
  right: 489px;
  border-radius: 5px;
  margin-top: 26px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

#myButton6 {
  width: 18%;
  padding: 12px 0;
  text-align: center;
  background-color: white;
  margin-top: 20px;
  position: absolute;
  right: 489px;
  border-radius: 5px;
  margin-top: 26px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

#myButton7 {
  width: 18%;
  padding: 12px 0;
  text-align: center;
  background-color: white;
  margin-top: 20px;
  position: absolute;
  right: 489px;
  border-radius: 5px;
  margin-top: 26px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

#myButton8 {
  width: 18%;
  padding: 12px 0;
  text-align: center;
  background-color: white;
  margin-top: 20px;
  position: absolute;
  right: 556px;
  border-radius: 5px;
  margin-top: 26px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

#myButton9 {
  width: 18%;
  padding: 12px 0;
  text-align: center;
  background-color: white;
  margin-top: 20px;
  position: absolute;
  right: 556px;
  border-radius: 5px;
  margin-top: 26px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

#myButton10 {
  width: 18%;
  padding: 12px 0;
  text-align: center;
  background-color: white;
  margin-top: 20px;
  position: absolute;
  right: 556px;
  border-radius: 5px;
  margin-top: 26px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

#myButton11 {
  width: 18%;
  padding: 12px 0;
  text-align: center;
  background-color: white;
  margin-top: 20px;
  position: absolute;
  right: 556px;
  border-radius: 5px;
  margin-top: 26px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.search_button {
  border: none;
  background-color: rgba(239, 238, 238, 0.8705882353);
  padding-left: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-radius: 5px;
}

.companysearch input:focus {
  border-color: #f27039;
  outline: 0;
}

.second_sidebar .companysearch .search-icon {
  background: none;
  border: 0;
  position: absolute;
  right: 20px;
  top: 10px;
}

.second_sidebar .company_details {
  padding: 10px 15px;
  background: #eee;
  color: #333;
  line-height: 1.2rem;
  font-size: 1rem;
}

.second_sidebar .companysearch .search-icon {
  background: none;
  border: 0;
  position: absolute;
  right: 20px;
  top: 8px;
}

.second_sidebar .companysearch input {
  width: 100%;
  border: 1px solid #DEE9FC;
  padding: 4px 30px 4px 15px;
  border-radius: 25px;
  font-size: 0.87rem;
}

.search_svg {
  right: 9px;
  top: 7px;
  background: none;
  border: 0;
  cursor: pointer;
  position: absolute;
  right: 30px;
  top: 20px;
}

.width70 {
  width: 70%;
}

/*
.ml-auto {
    margin-right: 5%;
}*/
.form-label {
  font-size: 0.85rem;
  margin-bottom: 5px;
}

.img_size {
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

.img_size1 {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1.5px solid #f8a222;
}

.img_size2 {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1.5px solid #adce80;
}

.img_size3 {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1.5px solid #f27039;
}

.btn_padding {
  padding: 134px;
}

.ml-auto {
  margin-left: auto !important;
}

.text-12 {
  font-size: 12px;
}

.scheduer-start-time select {
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  height: 20px;
  margin: 0 5px;
  font-size: 12px;
}

.mycard_body {
  border: 1px solid #eeeeee;
  padding: 15px;
  border-radius: 0 5px 5px 5px;
  background: #ffffff;
}

.recurring_form .pattern-wrp {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 120px 1fr;
  grid-template-columns: 120px 1fr;
  grid-gap: 0 0.8rem;
}

.pattern-left {
  border-right: 1px solid #eeeeee;
}

.recurring_form .pattern-wrp .pattern-left button {
  background: transparent;
  border: 0;
  outline: 0;
  width: 100%;
  text-align: left;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 25px 100px;
  grid-template-columns: 25px 100px;
  margin: 0 0 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.recurring_form .pattern-wrp .pattern-left button {
  grid-template-columns: 15px 200px !important;
}

.recurring_form .pattern-wrp .pattern-cmn01 .every-wrp {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 75px 1fr;
  grid-template-columns: 75px 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.5rem;
}

.recurring_form .pattern-wrp .pattern-right .pattern-cmn01 .every-wrp {
  grid-template-columns: max-content max-content max-content !important;
  grid-gap: 0.5rem !important;
}

.recurring_form .pattern-wrp .pattern-right .pattern-cmn01 .Ptrn-item-cmn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 0 0.4rem;
  flex-wrap: wrap;
}

.recurring_form .pattern-wrp .pattern-right .Ptrn-item-cmn input {
  font-size: 0.85rem;
  padding: 0.275rem 0.65rem;
  height: 32px;
  border: 1px solid #ced4da;
  border-radius: 3px;
}

.recurring_form .pattern-wrp .pattern-left .active-btn .radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.recurring_form .pattern-wrp .pattern-left .active-btn .radio {
  border: 1px solid #0075ff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.recurring_form .pattern-wrp .pattern-left button .radio {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #a7a7a7;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.h_modal .taskadd-content .weeklabel {
  margin: 0;
  padding: 0;
  display: flex;
}

.h_modal .taskadd-content .weeklabel li:not(:last-child) {
  margin-right: 10px;
}

.h_modal .taskadd-content .weeklabel li label {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #EEEEEE;
  border: 1px solid #E4E2DA;
  transition: all 0.3s ease-in;
  font-size: 0.714rem;
  text-align: center;
  line-height: 27px;
  cursor: pointer;
  color: #9D9CA6;
  margin-bottom: 0;
}

.recurring_form .pattern-wrp .pattern-right .pattern-cmn01 .Ptrn-item-cmn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 0 0.4rem;
  flex-wrap: wrap;
}

.Bi_Weekly-wrapper {
  display: grid;
  grid-template-columns: max-content max-content;
  align-items: center;
}

.Bi_Weekly-wrapper ul {
  padding-left: 0px;
  grid-gap: 4px;
}

.Bi-wekly1 {
  margin-bottom: 10px;
}

.recurring_form .pattern-wrp .pattern-right .pattern-cmn01 .Ptrn-item-cmn label {
  font-size: 0.85rem;
  margin: 0;
  font-weight: 600;
  word-spacing: 0.5px;
  letter-spacing: 0.5px;
  line-height: 1.5;
}

.recurring_form .pattern-wrp .pattern-right .Ptrn-item-cmn select {
  color: #212529;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  font-size: 0.85rem;
  padding: 0.275rem 0.65rem;
  height: 32px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
}

.Bi_Weekly-wrapper {
  display: grid;
  grid-template-columns: max-content max-content;
  align-items: center;
}

.recurring_form .pattern-wrp .pattern-right .pattern-cmn01 .Ptrn-item-cmn .every-wrp2 {
  display: grid !important;
  grid-template-columns: max-content max-content max-content !important;
  grid-gap: 0.5rem !important;
  margin-bottom: 0 !important;
}

.recurring_form .pattern-wrp .pattern-right .Ptrn-item-cmn select {
  color: #212529;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  font-size: 0.85rem;
  padding: 0.275rem 0.65rem;
  height: 32px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
}

.recurring_form .pattern-botder {
  padding-top: 0px;
  border-top: 1px solid #eeeeee;
}

.h_modal .taskadd-content .form-label {
  font-size: 0.85rem;
  margin-bottom: 5px;
}

.h_modal .taskadd-content .form-control {
  font-size: 0.85rem;
  padding: 0.275rem 0.65rem;
  height: 32px;
}

.form-control {
  box-shadow: 0 0 0;
}

.c_radio {
  position: relative;
  padding-left: 25px;
}

.fweight {
  font-weight: 500;
}

.star_margin {
  margin-right: 58px;
  margin-top: 10px;
}

.font_task {
  color: #f27039;
  font-size: 8px;
  margin-top: 10px;
}

.m_apply {
  margin-left: 16px;
}

.end_star_margin {
  margin-right: 200px;
  margin-top: 12px;
}

.display_left {
  display: flex;
}

.button_size {
  width: 100%;
}

.mycard .mycard_header h2 {
  font-size: 0.85rem;
  padding: 5px 10px;
  border-radius: 5px 5px 0 0;
  background: #ACACAC;
  margin: 0;
  color: #ffffff;
  display: inline-block;
}

.weeklabel li input[type=checkbox]:checked + label {
  background: linear-gradient(36deg, #f9af1c 0%, #f27039 100%);
  color: #ffffff;
  border: 1px solid transparent;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.weeklabel li label:hover {
  background: #F79A26;
  color: #ffffff;
}

.h_modal .taskadd-content .weeklabel li input {
  display: none;
}

.weeklabel li:not(:last-child) {
  margin-right: 10px;
}

.weeklabel li input {
  display: none;
}

.weeklabel {
  display: flex;
}

.weeklabel li label {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #EEEEEE;
  border: 1px solid #E4E2DA;
  transition: all 0.3s ease-in;
  font-size: 0.714rem;
  text-align: center;
  line-height: 27px;
  cursor: pointer;
  color: #9D9CA6;
  margin-bottom: 0;
}

.Template_Table td {
  border: none;
  overflow: inherit;
}
.Template_Table thead th {
  color: #2a2b2b !important;
}
.Template_Table p {
  line-height: 1;
}
.Template_Table .RecurrenceWrapper {
  z-index: 1;
  min-width: 470px;
}
.Template_Table .RecurrenceWrapper .repeatedon label {
  margin-bottom: 15px;
}
.Template_Table .RecurrenceWrapper .pattern-wrp .pattern-right .pattern-cmn01 .Ptrn-item-cmn label {
  font-weight: 400;
}
.Template_Table .compliance_duration_wrapper {
  z-index: 1;
}

.user_applybtn {
  background: transparent linear-gradient(260deg, #f9af1c 0%, #f27039 100%) 0% 0% no-repeat padding-box;
  color: #fff;
  margin: 0 auto !important;
  width: 90%;
  display: block !important;
  text-align: center !important;
}
.user_applybtn:hover {
  background: transparent linear-gradient(260deg, #f9af1c 0%, #f27039 100%) 0% 0% no-repeat padding-box;
}

/*user dropdown*/
.Template_Table .users_list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.Template_Table .users_list li {
  position: relative;
  line-height: 1;
}
.Template_Table .users_list li img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
.Template_Table .users_list li .remove_user {
  display: none;
  position: absolute;
  right: -6px;
  line-height: 1;
  font-size: 0.714rem;
  background: #f37f32;
  cursor: pointer;
  border-radius: 50%;
  color: #fff;
  top: -6px;
  padding: 2px 2px;
  width: 15px;
  height: 15px;
  text-align: center;
  align-items: center;
  vertical-align: middle;
  justify-content: center;
  transition: all 2s;
}
.Template_Table .users_list li .adduser-btn {
  border-radius: 50%;
  width: 26px;
  height: 26px;
  display: flex;
  padding: 0;
  align-items: center;
  justify-content: space-around;
  background: #EEEEEE 0% 0% no-repeat padding-box;
  border: 1px solid #E4E2DA;
}
.Template_Table .users_list li .adduser-btn svg {
  width: 16px;
}
.Template_Table .users_list li.custom_dropdown ul {
  margin: 0;
  padding: 0;
  position: absolute;
  /*bottom: calc(100% + 10px);*/
  top: auto;
  bottom: inherit !important;
  left: 0;
  width: 200px;
  border-radius: 5px;
  overflow: hidden;
  z-index: 1;
  max-height: 0;
  transition: none;
  opacity: 0;
  background: #ffffff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.Template_Table .users_list li.custom_dropdown.open {
  position: relative;
}
.Template_Table .users_list li.custom_dropdown.open ul {
  opacity: 1;
  /*display: block;*/
  max-height: 260px;
  top: auto;
  bottom: inherit !important;
  overflow-y: auto;
  transition: none;
}
.Template_Table .users_list li.custom_dropdown.open ul li {
  padding: 5px 10px;
  font-size: 0.87rem;
}
.Template_Table .users_list li.custom_dropdown.open ul li .user_initals {
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 0.87rem;
  overflow: hidden;
}
.Template_Table .users_list li.custom_dropdown.open ul li .user_initals img {
  width: 26px;
  height: 26px;
  margin: 0;
  display: block;
}
.Template_Table .users_list li.custom_dropdown.open ul li .user_name {
  word-break: break-all;
  line-height: 1rem;
}
.Template_Table .users_list li.custom_dropdown.open ul li:hover {
  background: #f8f8f8;
}
.Template_Table .users_list li.custom_dropdown.open ul li.dropdown-user {
  display: grid;
  grid-template-columns: 20px 30px auto;
  grid-gap: 5px;
  align-items: center;
}
.Template_Table .users_list li.custom_dropdown.open ul .search {
  position: relative;
  padding: 0;
}
.Template_Table .users_list li.custom_dropdown.open ul .search input {
  width: 100%;
  font-size: 0.87rem;
  border: 0;
  border-bottom: 1px solid #eeeeee;
  padding: 6px 5px 6px 35px;
}
.Template_Table .users_list li.custom_dropdown.open ul .search input:focus {
  border: 0;
  border-bottom: 1px solid #eeeeee;
  outline: 0;
}
.Template_Table .users_list li.custom_dropdown.open ul .search svg {
  position: absolute;
  left: 10px;
  stroke: #f27039;
  top: 10px;
}
.Template_Table .users_list li:hover .remove_user {
  transition: all 2s;
  display: flex;
  transition: all 0.3s ease-in-out;
}
.Template_Table td p {
  max-width: 10rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
.Template_Table td p.inEdit {
  color: red;
}

/*user dropdown ends*/
/*second sidebar chanegs*/
.second_sidebar .masters-menu {
  /*display: none;*/
}
.second_sidebar .comp-list {
  /*display:none;*/
}

.template_navbar {
  display: none;
  margin-bottom: 0;
  overflow: auto;
  height: calc(100vh - 105px);
}

/*second sidebar chanegs ends*/
.template_durationbtn {
  padding: 8px 10px;
  min-width: 125px;
}

.templateFrequencyBtn {
  padding: 8px 10px;
  min-width: 72px;
}

.apply_all_user_btn {
  font-size: 11px;
  color: #f27039;
}

.user_list_dropdown {
  max-height: 240px;
}
.user_list_dropdown .nested_onlyusers {
  max-height: 200px !important;
  overflow: auto;
}
.user_list_dropdown li.apply_li {
  display: block !important;
}
.user_list_dropdown li.apply_li .apply_all_user_btn {
  border: none;
  outline: none;
  width: 100%;
  text-align: center;
  padding: 5px;
}

.Template_Table .user_list_dropdown li.apply_li {
  display: block !important;
  grid-template-columns: 100%;
}

.custom_dropdown.open .user_list_dropdown.compliance_user_list {
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

.Template_Table_Wrapper {
  min-height: calc(100vh - 200px);
}
.Template_Table_Wrapper table td {
  padding: 5px 10px;
}

.task-template-row-icons i {
  font-size: 13px;
}
.task-template-row-icons i.fa-trash-alt {
  color: #cf0505 !important;
}

.addTemplateinputName {
  border: none;
  color: #636468;
  width: fit-content;
}
.addTemplateinputName:focus {
  border: 1px solid #dddddd !important;
  box-shadow: 0 0 0 !important;
}

#editTemplate.modal {
  background: rgba(0, 0, 0, 0.6);
}
#editTemplate .custom-modal-xl {
  max-width: 90% !important;
}

.templatetaskinput, .templatepenaltyinput {
  border: none;
  padding: 0.275rem 0.65rem;
  height: 30px;
  border-radius: 0.25rem;
}
.templatetaskinput:focus, .templatepenaltyinput:focus {
  border: 1px solid #dddddd !important;
  box-shadow: 0 0 0 !important;
  outline: none;
}

.task-template-row-icons {
  display: flex;
  align-items: center;
}

.duration-row {
  font-size: 0.85rem;
}
.duration-row input {
  min-width: 60px;
  font-size: 0.85rem;
}
.duration-row select, .duration-row input {
  font-size: 0.85rem !important;
}

.endson .end_header {
  text-align: left;
}
.endson .end_header .end_star_margin {
  margin-right: 0px;
}
.endson .c_radio {
  padding-left: 0;
}

.custom_templates {
  text-transform: uppercase;
  font-size: 11px !important;
  color: #f27039;
  padding: 10px 10px 5px !important;
  opacity: 0.8;
  font-weight: bold;
  letter-spacing: 1px;
  margin-top: 0 !important;
}

.Application_Wrapper .Application_Content table tbody tr td:first-child span.min-w200.float-left {
  padding-top: 7px;
  display: inline-block;
  float: none !important;
}

.Application_Wrapper .Application_Content table tbody tr td:first-child .table-checkbox.mx-4 {
  float: left !important;
  margin-left: 0px !important;
  margin-right: 10px !important;
}

a.ex3:hover, a.ex3:active {
  background: #f9f9f9;
}

.temp_button {
  width: 88%;
  border: 1px solid #DEE9FC;
  padding: 4px 30px 6px 9px;
  border-radius: 25px;
  font-size: 0.87rem;
  color: #808080;
}

.second_sidebar .companysearch .search-icon {
  background: none;
  border: 0;
  position: absolute;
  right: 20px;
  top: 8px;
}

.second_sidebar .companysearch input {
  width: 100%;
  border: 1px solid #DEE9FC;
  padding: 4px 30px 4px 15px;
  border-radius: 25px;
  font-size: 0.87rem;
}

.custom_button {
  border: none;
  color: #f27039;
  padding: 1px 5px;
  text-align: center;
  background-color: #f6ede9;
  display: inline-block;
  font-size: 12px;
  margin: 4px 2px;
  border-radius: 5px;
}

#ulTaskTemplate {
  max-height: 50%;
  border-top: 1px solid #DEE9FC;
}
#ulTaskTemplate a {
  border: 2px solid transparent;
}
#ulTaskTemplate a.inEdit {
  border: 2px solid #f27039;
}
#ulTaskTemplate a.inEdit span {
  white-space: normal;
  text-align: left;
}

#ulTaskTemplateCustom {
  max-height: 50%;
  border-top: 1px solid #DEE9FC;
}
#ulTaskTemplateCustom a {
  border: 2px solid transparent;
}
#ulTaskTemplateCustom a.inEdit {
  border: 2px solid #f27039;
}
#ulTaskTemplateCustom a.inEdit span {
  white-space: normal;
  text-align: left;
}
