@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*==========================================
      REGISTER PAGE FOR LETMEGRAB
==========================================*/
/*==========================================
     ||||| START TABLE OF CONTENT |||||
==========================================


Created by LETMEGRAB

1.  Global styles


/*==========================================
    |||||  END TABLE OF CONTENT  |||||
==========================================*/
/*  ==========================================================================
    1. Global Styles
    ========================================================================== */
html,
body {
    max-width: 100%;
    overflow-x: hidden;
    /* position: relative; */
}

body {
    font-size: 14px;
    line-height: 20px;
    color: #486f88;
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif;
}
section {
    padding: 70px 0;
}
p,
ul {
    padding: 0;
    margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}
ul {
    list-style-type: none;
}
a {
    color: #707070;
    text-decoration: none;
}
a:hover {
    color: #141414;
}
p {
    margin-bottom: 10px;
    /*font-family: 'Poppins', sans-serif !important;*/
}
img {
    max-width: 100%;
    display: inline-block;
}
button {
    border: none;
    outline: none;
    box-shadow: none;
    display: block;
    padding: 0;
    background: transparent;
}
button:focus,
input:focus {
    outline: none;
    box-shadow: none !important;
}
.btn-primary {
    color: #fff;
    background-color: #11a1fd;
    border-color: #11a1fd;
}
hr {
    margin: 0.5rem;
}
input.form-control,
textarea.form-control {
    border: 2px solid #486f8869;
}
::placeholder {
    color: #486f8869 !important;
}
/* preloder css start */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(45deg, #ffffff, #ffffff);
  z-index: 9999999;
}
#preloader #status {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#preloader #status .spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 100px auto;
}

#preloader #status .spinner .double-bounce1, #preloader #status .spinner .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #486f88;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
          animation: sk-bounce 2.0s infinite ease-in-out;
}

#preloader #status .spinner .double-bounce2 {
  -webkit-animation-delay: -1.0s;
          animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/* preloder css end */


/* Home Page css Start */
.home-side-bar .offcanvas-start {
    width: 280px;
    top: 85px;
    /* box-shadow: 3px 5px 8px -2px #ccc; */
    border-top-left-radius: 11px;
    border-top-right-radius: 11px;
}
.sidebar_btn {
    background: transparent;
    border-color: transparent;
    font-size: 25px;
    padding: 0;
    transform: translate(0px, -4px);
}
.is-collapse {
    margin-left: 280px;
}
.create-contact-button {
    padding: 13px 20px;
    border-radius: 40px;
    border-color: transparent;
    box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 1px 3px 1px rgb(60 64 67 / 15%);
    transition: all 0.3s;
}
.create-contact-button:hover,
.create-contact-button.active {
    background: #e8f0fe;
    box-shadow: 0 3px 6px 0 rgb(60 64 67 / 30%), 0 1px 3px 1px rgb(60 64 67 / 15%);
    color: #174ea6;
}
.dropdown.header-nav-item-select.nav-profile {
  flex: 1 0 auto;
}
.nav-menu-item a,
.collapse_label_btn a {
    letter-spacing: 0.01785714em;
    font-family: 'Google Sans', Roboto, Arial, sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.25rem;
    color: #202124;
    display: flex;
    outline: 0;
    overflow: hidden;
    padding: 14px 26px 10px;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
    align-items: center;
}
.nav-menu-item a:hover,
.nav-menu-item.active a {
    background: #e8f0fe;
    border-radius: 0 20px 20px 0;
}
.main-data {
    transition: all 0.5s;
}
.table-hover>tbody>tr:hover {
    --bs-table-accent-bg: #f5f5f5;
    color: inherit;
}
#multi_Check_panel{
  display: none;
  background-color: #e8f0fe;
  flex-direction: inherit;
  border-radius: 5px;
  gap: 24px;
  align-items: center;
  font-size: 19px;
}
#multi_Check_panel a:not(:first-child) {
  margin-right: 11px;
  width: 35px;
  height: 35px;
  font-size: 14px;
  text-align: center;
  line-height: 36px;
  background: #fff;
  border-radius: 50%;
  color: #486f88;
}
#checkd_label {
  position: absolute;
  background: #fff;
  border-radius: 5px;
  top: 47px;
  transform: translate(60px, 0px);
  z-index: 999;
}
.defult_contact_table {
    /* max-width: 1200px; */
    margin: 0 auto 35px 0;
}
.contact_group_badge{
  border-radius: 5px;
  transition: all 0.3s;
}
.contact_detailed .card {
  margin: 0 auto;
}
.contact_group_badge:hover{
  background: rgb(232, 240, 254);
  box-shadow: 0 0.225rem .25rem rgba(0,0,0,.085)!important;
}
.form-check-input {

    -moz-appearance: none;
    color-adjust: exact;
    width: 1.5em;
    height: 1.5em;
    margin-top: 0;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 2px solid #ccdfea;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    transition: background-color 0.15s ease-in-out, background-position 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
/* Home Page css end */
.contact_detailed  .card-body a {
	font-size: 14px;
}

/* new page css start */
.avatar-upload {
    position: relative;
    max-width: 152px;
    margin: 0 auto 10px;
}

.avatar-upload .avatar-edit {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 1;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #75757587;
    max-width: 152px;
    opacity: 0;
    border-radius: 50%;
    transition: all 0.3s;
    visibility: hidden;
    height: 152px;
}
.avatar-upload:hover .avatar-edit {
    opacity: 1;
    visibility: visible;

}

.avatar-upload .avatar-edit input+label:after {
    content: "\f044";
    color: #757575;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    FONT-WEIGHT: 700;
    font-size: 28px;
    width: 100%;
    font-family: 'Font Awesome 5 free';
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit input+label {
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
    border-radius: 100%;
    background: #f3f7f9ab;
    border: 1px solid transparent;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
    text-align: center;
    height: 152px;
    position: absolute;
    top: 0;
}

.avatar-upload .avatar-edit input+label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}

/* .avatar-upload .avatar-edit input+label:after {
      content: "+";
      color: #757575;
      position: absolute;
      left: 0;
      right: 0;
      text-align: center;
      margin: auto;
      FONT-WEIGHT: 700;
      font-size: 28px;
      line-height: 31px;
  } */

.avatar-upload .avatar-preview {
    width: 152px;
    height: 152px;
    position: relative;
    border-radius: 100%;
    border: 3px solid #f3f7f9;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.avatar-upload .avatar-preview > div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
div#nav-profile-dropdown {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 0.65rem;
  cursor: pointer;
}
.avatar>img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.avatar.avatar-image {
  background: transparent;
}
.avatar {
  position: relative;
  display: inline-block;
  overflow: hidden;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  background: #a7c1d2;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 50%;
}

#profile_remove_btn {
  font-size: 17px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  display: block;
  margin: 0 auto;
  z-index: 9999999999;
  transform: translate(-10px, -31px);
  position: relative;
}
.dropdown-menu {
  border: 1px solid #edf4f9;
  border-radius: .375rem;
  font-size: 14px;
  min-width: 180px;
  color: #486f88;
  box-shadow: 0 0.1875rem 0.75rem 0.0625rem rgba(44, 55, 130, 0.15);
  top: 100%
}

.dropdown-menu.dropdown-md {
  min-width: 250px
}

.dropdown-menu.dropdown-lg {
  min-width: 360px
}

@media only screen and (max-width: 768px) {
  .dropdown-menu.dropdown-lg {
      min-width: 280px
  }
}

.dropdown-menu.dropdown-xl {
  min-width: 450px
}

@media only screen and (max-width: 768px) {
  .dropdown-menu.dropdown-xl {
      min-width: 280px
  }
}

.dropdown-menu>li.divider {
  border-bottom: 1px solid #edf4f9;
  height: 1px;
  overflow: hidden
}

.dropdown-menu>li>a {
  line-height: 1.5;
  min-height: auto;
  padding: 10px 15px;
  display: block;
  transition: all 0.1s ease-out;
  color: #486f88
}

@media (prefers-reduced-motion: reduce) {
  .dropdown-menu>li>a {
      transition: none
  }
}

.dropdown-item {
  line-height: 1.5;
  min-height: auto;
  padding: 0.625rem 1.25rem;
  display: block;
  transition: all 0.15s ease-out;
  color: #486f88
}

@media (prefers-reduced-motion: reduce) {
  .dropdown-item {
      transition: none
  }
}

.dropdown-item:hover,
.dropdown-item:focus {
  text-decoration: none
}

.dropdown-item.disabled {
  opacity: 0.3;
  cursor: not-allowed
}

.dropdown-item.disabled:hover,
.dropdown-item.disabled:focus {
  background-color: transparent
}

.dropdown-item.active {
  color: #486f88;
  font-weight: 600
}

.dropdown-item:active {
  color: #486f88;
  font-weight: 600
}

@media only screen and (min-width: 768px) {
  .nav-notification .dropdown-menu {
      min-width: 21.25rem;
      padding: 0
  }
}

@media only screen and (max-width: 768px) {
  .nav-notification .dropdown-menu {
      min-width: 320px;
      right: -130px
  }
}

.nav-notification .nav-notification-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.9375rem;
  border-bottom: 1px solid #edf4f9
}

.nav-notification .nav-notification-body {
  height: 16.875rem;
  overflow-y: auto
}

.nav-notification .nav-notification-body .nav-notification-item {
  display: flex;
  padding: 1.25rem 1rem;
  transition: background-color 0.3s ease;
  cursor: pointer
}

.nav-notification .nav-notification-body .nav-notification-item:hover {
  background-color: #ebf3f8
}

.nav-notification .nav-notification-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.9375rem;
  border-top: 1px solid #edf4f9
}

.nav-profile .dropdown-menu {
  min-width: 220px;
  padding-top: 0
}
.new_form_label_icon {
    transform: rotate(137deg);
    font-size: 20px;
    color: #0b5ed7;
    /* border: 1px solid; */
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 0;
    text-align: center;
    line-height: 1;
    box-shadow: 0 0 8px -3px #0000002e;
}
.nav-profile .nav-profile-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.9375rem;
  border-bottom: 1px solid #edf4f9;
}
.form_sepreter{
  width: 0;
}
.form_sepreter:after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  z-index: 9999;
  right: 0;
  display: block;
  background: #ccdfea;
}
.new_form_label_icon a {
    padding: 0;
    line-height: 41px;
    font-size: 16px;
    color: #11a1fd;

}
.manage_labels {
    font-size: 12px;
    padding-left: 7px;
    FONT-WEIGHT: 500;
    font-family: 'Nunito', sans-serif;
}
.form-detail .row {
  flex-direction: column;
  max-width: calc(50% - 30px);
  width: 100%;
  margin: 0 15px;
}
.form-detail {
  /* max-width: 600px; */
  display: flex;
  flex-wrap: wrap;
}
.form-detail label {
  color: #7d9eb5;
}
/* new page css end */
/* modal css start */
#modal_contant span{
  color: #7d9eb5;
}
.create_label_input {
 border-radius: 3px;
    border: 1px solid #e1e1e1;
    height: 50px;
/*    padding: 0 70px 0 15px; */
    width: 100%;
    background: white no-repeat;
    transition: 100ms all linear 0s;
    background-image: linear-gradient(to bottom, #11a1fda1 0%, #11a1fd 90%), linear-gradient(to bottom, #e1e1e1, #e1e1e1);
    background-size: 0 2px, 100% 1px;
    background-position: 50% 100%, 50% 100%;
    transition: background-size 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
}
.create_label_input:focus {
  background-size: 100% 2px, 100% 1px;
  outline: none;
}
/* modal css end */
.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 .25rem rgba(220,53,69,.25) !important;
}
/* #paginator,
#paginator_two,
#designationTable ,
#designationTableDiv {
  max-width: 1230px;
} */
#paginator_on_select_designation .page-item {
  padding: 0;
}
.pagination {
  justify-content: end;
}
.page-item.active .page-link {
  background-color: #486f88;
  border-color: #486f88;
}
.page-link {
  color: #486f88;
}
.designation_card{
  transition: all 0.3s;
  background: rgb(232 240 254 / 22%);
  cursor: pointer;
  gap: 15px;
}
.designation_card .designation_img {
  font-size: 28px;
  width: 42px;
  height: 42px;
  line-height: 43px;
  background: #e8f0fe;
  color: #486f88;
  border: 1px solid #fff;
  border-radius: 50%;
}
.designation_card:hover {
  transform: translate(0px, -10px);
  background-color: rgb(232, 240, 254);
}
.designation_card .card-body{
  display: flex;
  align-items: center;
  gap: 15px;
}


input[type=text]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=text]::-ms-reveal {  display: none; width : 0; height: 0; }
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }
