@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;1,200;1,300;1,400;1,500&display=swap");

body {
  font-family: "Poppins", sans-serif !important;
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.row {
  /* display: -webkit-box !important; */
  display: -ms-flexbox;
  display: flex;
  --ms-flex-direction: column;
  --webkit-flex-wrap: wrap;
  /*float: left !important; */
  /*width: 100% !important;*/
}
/*

.row:before, .row:after{
display:inline-block !important;
}

*/

.btn-deep-orange {
  color: #fff !important;
  background-color: #0c3eff !important;
}

.btn-deep-orange:hover {
  color: #fff !important;
  background-color: #001f4d !important;
}

.btn-deep-orange:not([disabled]):not(.disabled):active,
.btn-deep-orange:not([disabled]):not(.disabled).active,
.show > .btn-deep-orange.dropdown-toggle {
  background-color: #0c3eff !important;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18),
    0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-outline-deep-orange {
  color: #0c3eff !important;
  background-color: transparent !important;
  border: 2px solid #0c3eff !important;
}

.btn-outline-deep-orange:hover,
.btn-outline-deep-orange:focus,
.btn-outline-deep-orange:active,
.btn-outline-deep-orange:active:focus,
.btn-outline-deep-orange.active {
  color: #ffffff !important;
  background-color: #001f4d !important;
  border-color: #001f4d !important;
}

/*-----login---section------*/
.login-section {
  background-color: #fafafb;
  background: url(../../assets/img/login-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5px 0px;
  min-height: 100vh;
}

.login-inner {
  margin-left: 10px;
  background-color: #efefef;
  border-radius: 30px;
  padding: 25px;
  box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.09);
}

.login-inner h2 {
  color: #0c3eff;
  font-family: "Monda", sans-serif !important;
  margin-top: 60px;
  margin-bottom: 45px;
  font-size: 26px;
  line-height: 32px;
  font-weight: 900;
}

.login-inner .form-control {
  height: auto;
}

.login-inner i {
  color: #0c3eff;
}

.login-inner .input-group-text img {
  padding: 5px 0px;
  width: 75%;
}

.login-inner .input-group-text {
  margin-right: -18px;
}
.login-inner .input-group-text {
  background-color: #ffffff;
  border: none;
}

.login-inner .form-control {
  border: none;
}

.login-inner ::placeholder {
  color: #777;
  font-size: 13px;
}

.login-inner .input-group {
  border: 1px solid #dee2e6;
  box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.07);
}

.login-inner .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #0c3eff;
  background-color: #0c3eff;
}

.login-inner .login_btn {
  background-color: #0c3eff;
  color: #fff;
  padding: 7px 70px;
  border-radius: 14px;
  margin-top: 30px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 2px;
}

.login-inner .custom-checkbox .custom-control-label::before {
  border-radius: 0px;
}

/*------------------------------New-login-page-update-30-11-21---------------------*/
/*--------------------------------------------------------------------------------*/

.ConfirmPassword {
  background-image: url(../../assets/img/password-bg.webp) !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
}

.account-subtitle {
  font-size: 13px !important;
}

.forget-bg {
  background-image: url(../../assets/img/forget-bg.webp) !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
}

.forget-bg {
  font-size: 13px !important;
}

.seLogin-wrapper {
  background-image: url(../../assets/img/employer.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
}
.seLogin-wrapper .main-wrapper {
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  background-color: #f7f8f9d4;
}

.seLogin-wrapper .login-body {
  display: table;
  height: 100vh;
  min-height: 100vh;
}

.seLogin-wrapper .login-wrapper {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  padding-top: 1.875rem;
}

.seLogin-wrapper .logo-dark {
  max-width: 180px;
  margin: auto;
  display: block;
}

.seLogin-wrapper .login-wrapper .loginbox {
  background-color: #ffffffe3;
  border-radius: 10px;
  box-shadow: 0px 0px 13px 0px rgb(82 63 105 / 31%);
  display: flex;
  margin: 1.875rem auto;
  max-width: 450px;
  width: 100%;
}

.seLogin-wrapper .login-wrapper .loginbox .login-right {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 2rem;
  width: 450px;
}

.seLogin-wrapper .login-wrapper .loginbox .login-right .login-right-wrap {
  max-width: 100%;
  flex: 0 0 100%;
}

.seLogin-wrapper .login-wrapper .loginbox .login-right h1 {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 5px;
  text-align: center;
}

.seLogin-wrapper .account-subtitle {
  color: #4c4c4c;
  font-size: 17px;
  margin-bottom: 1.875rem;
  text-align: center;
}

.seLogin-wrapper .btn-primary {
  background-color: #0c3eff !important;
  border: 1px solid #0c3eff;
}

.seLogin-wrapper .remember-index span,
a {
  font-size: 14px;
}

.login-wrapper .loginbox .login-right .dont-have {
  color: #001f4d;
  margin-top: 1.875rem;
}
.login-wrapper .loginbox .login-right .dont-have b {
  color: red;
  font-size: 14px;
  font-weight: 500;
}

/*
.seLogin-wrapper .login-body input,
input::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 3;
    color:red;
}*/

.seLogin-wrapper .text-field {
  position: relative;
  margin: 10px 2.5px 20px 2.5px;
}

.seLogin-wrapper .form-control:focus {
  color: #495057;
  background-color: #fff;
  outline: 0;
  box-shadow: none;
}

.seLogin-wrapper .loginbox input {
  display: inline-block;
  border: thin solid #fafafa;
  border-bottom: solid 1px #999;
  color: #001f4d;
  background-color: #fafafa;
  padding: 10px 10px 10px 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.seLogin-wrapper .loginbox input:focus {
  border: thin solid #0c3eff;
  border-bottom: solid 2px #0c3eff;
  background-color: #fff;
}

.loginbox label {
  color: #181717;
  position: absolute;
  pointer-events: none;
  left: 10px;
  top: 10px;
  transition: 0.2s;
}

.loginbox1_inpt label {
  top: -10px;
  left: 15px;
  font-size: small;
  color: #001f4d;
  background-color: #fff;
  padding: 0 5px 0 5px;
}

.loginbox1 input:focus ~ label {
  top: -10px;
  left: 15px;
  font-size: small;
  color: #001f4d;
  background-color: #fff;
  padding: 0 5px 0 5px;
}

.loginbox1 input:focus ~ label,
.loginbox1 input:valid ~ label {
  top: -10px;
  left: 15px;
  font-size: small;
  color: #001f4d;
  background-color: #fff;
  padding: 0 5px 0 5px;
}

.loginbox input:focus ~ label,
.loginbox input:valid ~ label {
  top: -10px;
  left: 15px;
  font-size: small;
  color: #001f4d;
  background-color: #fff;
  padding: 0 5px 0 5px;
}

.login-index-btn {
  background-color: #0c3eff;
  color: #fff;
  font-size: 16px !important;
  transition: all 0.35s;
}

.login-index-btn:hover {
  background-color: #001f4d;
  color: #fff;
}

.login-index-btn:hover {
  background-image: linear-gradient(
    90deg,
    #001f4d 0%,
    #f6cc20 49%,
    #0c3eff 80%,
    #001f4d 100%
  );
  animation: slidebg 5s linear infinite;
}

@keyframes slidebg {
  to {
    background-position: 20vw;
  }
}

/*------------------------new style for side panel and body-------------*/
/*---------------------------------------------------------------------*/
.bs-canvas-overlay {
  opacity: 0;
  z-index: -1;
}

.dekstop-view {
  display: block;
}
.mobile-view {
  display: none;
}
.bs-canvas-overlay.show {
  opacity: 0.7;
  z-index: 1100;
}

.bs-canvas {
  top: 0;
  width: 55px;
  z-index: 1110;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #0c3eff !important;
  color: #fff;
}

.bs-canvas a {
  color: #fff;
  display: flex;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 33px;
  padding: 0px 10px;
}

.bs-canvas a span {
  display: none;
  margin-left: 20px;
}
.bs-canvas-left {
  left: 0;
}

.bs-canvas-anim {
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
}

.navbar {
  display: flow-root;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 1rem;
}

.nav-img-icon ul li {
  margin: 10px 0px;
}
.nav-img-icon ul li a img {
  background-color: #fef5f1;
  border-radius: 7px;
  padding: 5px;
  height: 34px;
  width: 34px;
  /*margin-right: 20px;*/
  /*filter: drop-shadow(1px 1px 1px #777);*/
}

.content-body {
  padding-left: 55px;
}

/*------------------NEW-ONE---sidePanel---Update-30-11-21-------------*/
/*----------------------------------------------------------------------*/

.dekstop-view i {
  color: #0c3eff;
}

.top-left-bar .openNav {
  background-color: transparent;
  border: none;
  font-size: 24px;
  line-height: 24px;
  color: #6c757d;
  outline: none;
}

.top-left-bar span i {
  color: #717171;
  padding-left: 10px;
}
.top-left-bar span a {
  color: #717171;
  font-size: 18px;
  text-transform: uppercase;
}

.mobile-view .openNav {
  background-color: transparent;
  border: none;
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  outline: none;
}

.user-mob-view-right a i {
  color: #0c3eff !important;
}

.bs-canvas .brand-se-web a {
  text-decoration: none;
  padding: 0px;
}
.bs-canvas .brand-se-web b {
  line-height: 16px;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 7px;
  margin-left: 12px;
}

.bs-canvas .brand-se-web .img-icon {
  height: 45px;
  padding: 3px;
  margin-left: -2px;
}

.brand-se {
  text-decoration: none;
  padding: 0px;
}

.nav-img-icon ul li a img {
  /*background-color: #001f4d;*/
  background-color: transparent !important;
}

.bs-canvas {
  background-color: #001f4d !important;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

.bs-canvas-content a {
  color: #fff;
  display: flex;
  text-transform: capitalize;
  font-size: 15px;
  line-height: 33px;
  padding: 0px 10px;
}

.bs-canvas-content a:hover {
  color: #0c3eff;
  background-color: #fff;
}

.bs-canvas-content a.active {
  color: #0c3eff;
  background-color: #fff !important;
}

.home-title h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #4a4a4a;
}

/*------------contacts-----------*/
/*-------------------------------*/

.nav-link:focus,
.nav-link:hover {
  outline: none;
}

.top-left-bar {
  padding-top: 20px;
}

.user .navbar-nav {
  flex-direction: initial;
  list-style: none;
}
.user ul li {
  padding: 0px 10px;
  line-height: 48px;
  display: inline;
}

.user .rounded-circle {
  width: 45px !important;
  border: 1px solid #dee2e6;
  box-shadow: 0px 3px 6px #00000029;
  padding: 2px;
}

.user .nav-item .nav-link {
  display: inline;
}

.user ul li a {
  font-size: 13px;
  color: #495057;
  display: inline;
}

.user ul li a i {
  font-size: 16px;
  color: #0c3eff;
}

.user .dropdown-menu a {
  line-height: 14px;
  font-size: 13px;
  color: #777;
}

.user {
  padding: 7px;
}

.user span {
  font-size: 14px;
  line-height: 60px;
  margin-right: 10px;
}

.side-nav-icon {
  background-color: #0c3eff;
  width: 70px;
  height: 100vh;
  /*padding: 7px;*/
  position: absolute;
  top: 0;
  left: 0;
}

.side-nav-icon .img-icon {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 3px;
  /*margin: 10px;*/
  width: 28px;
  height: 28px;
}
.sidenav ul {
  margin: 0px;
  padding: 0px;
}
.nav-text {
  display: none;
  margin-left: 15px;
}
.sidenav ul li {
  list-style: none;
}

.sidenav {
  height: 100%;
  width: 50px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgba(47, 47, 47, 0.648);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  overflow-x: hidden;
  transition: 0.5s;
}

.sidenav a {
  padding: 8px 8px 8px 10px;
  text-decoration: none;
  /*font-size: 18px;*/
  line-height: 28px;
  color: #fff;
  display: block;
  transition: 0.3s;
  display: flex;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: -10px;
  right: -4px;
  font-size: 25px;
  display: none;
}
.bs-canvas-close {
  position: absolute;
  top: 0;
  right: 10px;
  display: none;
}

#main {
  transition: margin-left 0.7s;
  padding-right: 16px;
  /*margin-left: 80px;*/
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}

/*.Create-btn{
  position: fixed;
  right: 0px;
}*/
.Create-btn a {
  background-color: #0c3eff;
  color: #fff;
  /* font-weight: 500; */
  padding: 8px 18px;
  border-radius: 10px;
  text-transform: inherit;
  letter-spacing: 0.5px;
}

.Create-btn .btnNext {
  padding: 12px 20px;
  border-radius: 3px;
}

/*----------------searchbar-user---------------------------*/
/*---------------------------------------------------------*/
.overlay-search {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  background-color: #f4f4f4;
}

.overlay-search-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay-search a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #0c3eff;
  display: block;
  transition: 0.3s;
}

.overlay-search a:hover,
.overlay-search a:focus {
  color: #777;
}

.overlay-search .closebtn {
  position: absolute;
  top: 0;
  right: 45px;
  font-size: 40px;
}

@media screen and (max-height: 450px) {
  .overlay-search a {
    font-size: 20px;
  }
  .overlay-search .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

/*---------------------------------------------------------------*/
/*-------------------------main-contacts-----section-------------*/

.home-table-search {
  display: flex !important;
  float: right;
  display: -webkit-box !important;
  /*float: left !important; */
  /*width: 100% !important;*/
  display: -ms-flexbox;
  display: flex;
  --ms-flex-direction: column;
}

.search-contacts {
  margin-top: 6px;
  width: 300px;
  float: left;
}
.search-contacts ::placeholder {
  color: #848484;
  opacity: 1;
}

.search-contacts i {
  position: absolute;
  right: 0px;
  top: 0px;
  color: #f4f4f4;
  cursor: pointer;
  z-index: 0;
  background-color: #0c3eff;
  padding: 9px 10px;
  border-radius: 0px 10px 10px 0px;
  z-index: 0;
  height: calc(1.3em + 0.75rem + 2px);
}
.search-contacts .form-control {
  background: #e8e8e8;
  border-radius: 10px 0px 0px 10px !important;
  opacity: 1;
  height: calc(1.3em + 0.75rem + 2px);
  margin-right: 35px;
}
.heading-title {
  border-bottom: 1px solid #c7c5c5;
  margin-bottom: 10px;
}

.checked-details {
  display: none;
}
.checked-details ul {
  list-style: none;
  padding: 0px;
}
.checked-details ul li {
  display: inline;
  padding: 0px 15px;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
}

.checked-details ul li a {
  color: #fff;
}

.checked-details {
  background-color: #0c3eff;
  position: absolute;
  top: 13px;
  padding-right: 463px;
}

.coctacts-table {
  height: 65vh;
}

.t-head-fixed {
  position: sticky;
  top: 0;
}

.t-head-th-bg th {
  background-color: #001f4d;
}

.coctacts-table .table-responsive {
  max-height: 100%;
}

.coctacts-table table {
  white-space: nowrap;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  max-height: 65vh;
  overflow: hidden;
}

.coctacts-table table thead {
  background-color: #001f4d;
  color: #fff;
  text-transform: uppercase;
}

.coctacts-table .table th,
table.table td {
  padding-top: 10px;
  padding-bottom: 10px;
}
.coctacts-table table.table td {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #4a4a4a;
  font-size: 13px;
  line-height: 14px;
}

.coctacts-table table tbody {
  background: #f7f7f7 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
  opacity: 1;
}

.coctacts-table table tbody td {
  max-width: 350px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.se-orange {
  background-color: #0c3eff;
  color: #001f4d !important;
}
.se-yellow {
  background-color: #f6cc20;
  color: #001f4d !important;
}
.se-blue {
  background-color: #8bdaf3;
  color: #001f4d !important;
}
.se-lightgr {
  background-color: #8bdaf3;
  color: #001f4d !important;
}
.deal-td {
  padding-top: 7px !important;
}
.deal-td b {
  font-size: 11px;
  font-weight: 500;
}

.deal-td i {
  font-size: 13px;
  padding-right: 7px;
}

.coctacts-table table tbody .Query-show:hover {
  white-space: normal;
  width: 350px;
  display: block;
}

.filter-in-mob-view {
  display: none;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  scroll-behavior: smooth;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
  margin-top: 5px;
  scroll-behavior: smooth;
}

::-webkit-scrollbar-thumb {
  background: #b0b5b9;
  border-radius: 10px;
  scroll-behavior: smooth;
}

::-webkit-scrollbar-thumb:hover {
  background: #0c3eff;
  border-radius: 10px;
  scroll-behavior: smooth;
}

.custom-scroll-right {
  overflow: hidden !important;
}

.custom-scroll-right-bottum {
  overflow: hidden !important;
  border-bottom: 3px solid #0c3eff;
}

.custom-scroll-right:hover {
  overflow-y: scroll !important;
}

.custom-scroll-right-bottum:hover {
  overflow: scroll !important;
  border-bottom: none;
}

.page-counter {
  color: #707070;
}

.page-counter span {
  float: none !important;
}
.page-counter i {
  font-size: 16px;
  line-height: 16px;
  padding: 0px 2px;
}

/*--------------contact-page-update-with-header-----30-11-21------------*/
/*-----------------------------------------------------------------------*/

.filter-body-mob .custom-scroll-right {
  padding: 0px 10px;
}

.filter-body .sticky h6 {
  display: inline;
  font-size: 13px;
}

.filter-body .sticky .btn-deep-orange {
  display: inline;
  padding: 0.5rem 0.6rem;
}

.coctacts-table table.table td {
  color: #001f4d;
}

.table-page-details .page-counter label {
  font-size: 14px;
}

.table-page-details .page-counter label select {
  border-radius: 5px;
  border: 1px solid #eeeeee;
  font-size: 14px;
  color: #4a4a4a;
}

.Create-btn a {
  background-color: #0c3eff;
  border-radius: 4px;
  box-shadow: -7.829px 11.607px 20px 0px rgb(144 143 160 / 9%);
}

.Create-btn a:hover {
  background-color: #001f4d;
  color: #fff !important;
}

.form-control:focus {
  color: #495057;
  border-color: #e2e2e2;
  outline: 0;
  box-shadow: none;
}

.unique-Applicants .badge {
  font-size: 11px;
  line-height: 13px;
}

.unique-Applicants .btn-md {
  font-size: 11px;
  margin: 0px;
  margin-bottom: 10px;
}

.search-contacts .form-control {
  border-radius: 4px 0px 0px 4px !important;
  background-color: #fff;
  box-shadow: -7.829px 11.607px 20px 0px rgb(144 143 160 / 9%);
}

.search-contacts i {
  border-radius: 0px 4px 4px 0px;
  box-shadow: -7.829px 11.607px 20px 0px rgb(144 143 160 / 9%);
}

.search-contacts ::placeholder {
  color: #777;
  font-weight: 300;
  font-size: 14px;
}

.coctacts-table table {
  border-radius: 5px 5px 0px 0px;
}

.custom-scroll-right-bottum {
  box-shadow: 4px 2px 7px #bbb9b9;
}

.add-filter {
  box-shadow: 4px 2px 7px #bbb9b9;
}

/*-------------------Data table---bootstrap----------------*/
.coctacts-table {
  width: 100%;
  /*height: 78vh;*/
  /*  overflow-x: scroll;
    overflow-y: scroll;*/
}

.coctacts-table th {
  white-space: nowrap;
  font-size: 14px;
  line-height: 16px;
  font-weight: 300 !important;
  text-transform: capitalize;
}

.coctacts-table td {
  /*font-size: .9rem;*/
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
}

/*
    div.dataTables_wrapper {
        width: 800px;
        margin: 0 auto;
    }

.dataTables_wrapper .dataTables_length {
    float: left;
    display: none;
}
    .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
    *margin-top: -1px;
    -webkit-overflow-scrolling: touch;
     overflow: auto;
    width: 100%;
    height: 340px;
}

.dataTables_wrapper .dataTables_filter input {
    margin-left: 0.5em;
    display: none;
}

table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
    border: 1px solid #ddd !important;
    color: #777;
    font-size: 12px;
}


.dataTables_wrapper .dataTables_info {
    clear: both;
    float: left;
    padding-top: 0.755em;
    display: none;
}

div.dataTables_wrapper {
    width: auto;
    margin-top: -20px !important;
}

.dataTables_wrapper .dataTables_paginate {
    position: absolute;
    left: 35%;
    padding-top: 0.25em;
}

.dataTables_wrapper .dataTables_filter input {
    margin-left: 0.5em;
    border: 1px solid #c1bfbf;
    border-radius: 7px;
    color: #c1bfbf;
    padding-left: 10px;
    background-color: #e8e7e7;
    height: 35px;
    position: absolute;
    width: 300px;
    top: -32px;
    right: 160px;
}

.has-search .form-control {
    padding-left: 2.375rem;
}
div.dataTables_wrapper {
    width: auto;
    margin-right: 0px;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}
*/

/*-------------Application--List----------------------*/

.application-list-table a {
  color: blue !important;
}

.application-list-table .btn.btn-sm {
  margin: 0px;
  padding: 0.3rem 1rem;
  font-size: 0.64rem;
  color: white;
}

/*-----------------end--Data table---bootstrap----------------*/

.my-contact {
  margin-left: 12px;
}
.my-contact h6 {
  color: #777;
}
.my-contact h6 strong {
  font-weight: 600;
}

.my-contact h6 a {
  color: #0c3eff;
}

.my-contact p {
  color: #0c3eff;
}

.overlay-creat-contact {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  overflow-x: hidden;
  transition: 0.5s;
}

.contact-right-side {
  background-color: #f5f5f5;
  /*padding-bottom: 20px;*/
  /*  border-radius: 10px;*/
  transition: all 0.5s ease;
  position: absolute;
  top: 0;
  right: 0px;
  /*width: 450px;*/
  margin-right: -570px;
}
.frm-grp {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.frm_grp2 {
  display: flex;
  gap: 20px;
}

.frm_grp2 > div {
  width: 30%;
}
.Create_Form {
  width: 70%;
  margin: auto;
}
.contact-middle-side {
  background-color: #f5f5f5;
  /*padding-bottom: 20px;*/
  /*  border-radius: 10px;*/
  transition: all 0.5s ease;
  position: absolute;
  top: 20%;
  right: 0px;
  /*width: 450px;*/
  margin-left: 30%;
}

.contact-title {
  background-color: #0c3eff;
  /*border-radius: 10px 10px 0px 0px;*/
  padding: 7px 10px;
  color: #fff;
  cursor: pointer;
  transition: 0.5s;
  padding: 10px 30px;
}

.third-input {
  display: none;
}

.Second-input {
  display: none;
}

.third-input-email {
  display: none;
}

.Second-input-email {
  display: none;
}

.contact-right-side .contact-body {
  padding: 20px;
  /*height: 88vh;*/
  overflow-y: scroll;
  overflow-x: hidden;
  padding-bottom: 50px;
}

.contact-right-side ::placeholder {
  color: #ced4da;
  font-size: 13px;
}

.contact-right-side input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
  font-size: 13px;
  --webkit-appearance: listbox;
  color: #ced4da;
}

.contact-right-side .contact-body label {
  display: inline-block;
  margin-bottom: 0px;
  font-size: 13px;
  color: #777;
  font-weight: 500;
  padding-left: 5px;
}
.contact-right-side .contact-body .form-control {
  display: inline-block;
  margin-bottom: 0px;
  font-size: 13px;
  color: #777;
  padding-left: 5px;
}

.contacts-slide {
  margin-right: 0px;
  transition: all 0.5s ease;
}

.contact-footer {
  background-color: #f7f7f7;
  padding: 0px 25px;
  position: fixed;
  bottom: 0px;
  display: flex;
}

.contact-footer .btn {
  padding: 10px 15px;
  color: #fff;
  border-radius: 4px;
  background-color: #0c3eff;
  text-transform: capitalize;
}

.contact-footer .btn:hover {
  background-color: #001f4d;
  color: white;
}

button.close {
  outline: none;
}

.edit-user-role {
  display: none;
}

.create-workfolow {
  display: none;
}
/*
.add-filter{
  background-color: #e8e7e7;
    padding-bottom: 20px;
    border-radius: 10px;
    transition: all 0.5s ease;
    position: absolute;
    top: 0;
    left: 20px;
        margin-left: -225px;
}

.filter-slide {
     margin-left: 0px;
     transition: all 0.5s ease;
}*/
.add-filter {
  background-color: #f7f7f7;
  padding-bottom: 20px;
  border-radius: 10px;
}

.filter-title {
  border-radius: 5px 5px 0px 0px;
  background-color: #001f4d;
  padding: 1px 0px 1px 0px;
  color: #fff;
  cursor: pointer;
  transition: 0.5s;
}

.filter-title h5 {
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  padding-top: 10px;
}
.filter-body {
  border-radius: 10px;
  padding: 10px;
  height: 66vh;
  overflow-y: scroll;
}

.add-filter h6 {
  color: #4a4a4a;
  font-size: 12px;
  margin-bottom: 0px;
}
.add-filter h6 strong {
  font-weight: 500;
}

.add-filter h6 a {
  color: #777;
}
.add-filter p {
  font-size: 13px;
  color: #0c3eff;
  line-height: 18px;
  font-weight: 400;
  margin-bottom: 6px;
}

.filter-title .mob-nav-open {
  display: none;
}
.add-filter .form-control {
  height: auto;
  padding: 2px 5px;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 7px;
  border: 1px solid #eaebec;
}

.output-task-details input[type="date"] {
  height: 24px;
  padding: 2px 5px;
  font-size: 12px;
  color: #777;
  width: 148px;
  border-radius: 6px;
  border: 1px solid #eaebec;
}

.add-filter input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
  height: 24px;
  padding: 2px 5px;
  font-size: 12px;
  color: #4a4a4a;
  width: 100%;
  border-radius: 6px;
  border: 1px solid #eaebec;
}

.add-filter ul {
  margin-top: 5px;
  padding: 0px;
  list-style: none;
}
.add-filter ul li {
  font-size: 12px;
  color: #4a4a4a;
  line-height: 20px;
  cursor: pointer;
  font-weight: 500;
}
.add-filter .chose {
  margin-top: 10px !important;
  padding-left: 5px;
}

.tasks-nav ul li a {
  font-size: 14px;
  line-height: 24px;
  color: #4a4a4a;
}

.tasks-nav ul li a:hover {
  color: #0c3eff;
}

.tasks-nav .badge {
  font-size: 11px;
}

.filter-properties {
  position: absolute;
  width: 100%;
  top: 225px;
  display: none;
}

.filter-pro-title {
  background-color: #0c3eff;
  border-radius: 10px 10px 0px 0px;
  padding: 7px 10px;
  color: #fff;
  transition: 0.5s;
  text-align: center;
  cursor: pointer;
}
.filter-pro-title h6 {
  color: #fff;
}
.filter-pro-body {
  border-radius: 10px;
  padding: 10px;
  height: 30vh;
  overflow-y: scroll;
  background-color: #e8e7e7;
  padding-bottom: 20px;
}
.filter-pro-body label {
  color: #777;
  font-size: 14px;
  line-height: 14px;
}
.filter-pro-body .box input {
  width: 149px;
  border-radius: 5px;
  border: 1px solid #b0b5b9;
  font-size: 14px;
}

/*--------------------------------------------------------*/
/*-----------------------Contact-details--------------------*/

.fa-chevron-right {
  transition: all 0.5s linear;
  cursor: pointer;
}
.fa-chevron-down {
  transition: all 0.5s linear;
  cursor: pointer;
}
.rotate-right-icon {
  transform: rotate(90deg);
}
.rotate-down-icon {
  transform: rotate(-90deg);
}

.activity-body a {
  font-weight: 600;
}
.contact-details i {
  color: #6c6c6c;
  padding-right: 5px;
}
.contact-details strong {
  font-weight: 600;
}
.contact-details h6 {
  font-size: 12px;
}
.activity-details a {
  color: #6c6c6c;
  font-weight: 500;
}

.contact-details .activeInner-header i {
  font-size: 16px;
}

.contact-details .activeInner-header h6 {
  display: inline;
  padding-left: 10px;
}
.contact-details h6 i {
  font-size: 22px;
}

.left-details {
  background-color: #f5f5f5;
  padding: 0px 5px 0px 10px;
  max-height: 87vh;
  overflow-x: hidden;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
  opacity: 1;
}

.left-details h6 {
  background-color: #f0f3f6;
  padding: 10px;
  width: 150px;
  color: #0c3eff;
  border: 1px solid #0c3eff;
}
.left-details h6 a {
  color: #0c3eff;
}

.left-details .user-icon i {
  background: #ffffff;
  border-radius: 100%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  font-size: 50px;
  color: #6c6c6c;
  background: #f5f5f5 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  opacity: 1;
  margin: 7px 0px;
  padding-right: 0px;
}

.left-details .left-user h4 {
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  display: inline;
}

.about-contact ul {
  padding-left: 10px;
}
.about-contact-body .form-group {
  position: relative;
}
.about-contact-body .form-group i {
  position: absolute;
  cursor: pointer;
  color: #0c3eff;
  right: 13px;
  top: 38px;
  display: none;
}

.about-contact-body .form-group:hover i {
  display: block !important;
}

.user-control {
  text-align: center;
}

.user-control .dropdown-item {
  font-size: 12px;
}

.user-control .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
}

.left-details .user-control ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.left-details .user-control ul li {
  display: inline-grid;
  font-size: 12px;
  line-height: 22px;
  color: #0c3eff;
  margin: 10px 2px;
}
.left-details .user-control ul li a {
  /*display: contents;*/
  line-height: 34px;
  color: #4a4a4a;
}
.left-details .user-control ul li i {
  background-color: #d4d7da;
  padding: 7px;
  background: #f5f5f5 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  opacity: 1;
  border-radius: 100%;
  font-size: 16px;
  min-width: 32px;
  min-height: 32px;
  display: block;
}
.about-contact ul li {
  font-size: 11px;
  line-height: 16px;
  color: #6c6c6c;
  margin: 20px 5px;
  list-style: none;
  text-transform: uppercase;
  font-weight: 400;
}

.about-contact-nav {
  cursor: pointer;
}
.about-contact label {
  display: inline-block;
  margin-bottom: 0px;
  font-size: 13px;
  color: #777;
  padding-left: 5px;
}

.about-contact .form-control {
  display: inline-block;
  margin-bottom: 0px;
  font-size: 13px;
  color: #777;
  padding-left: 5px;
  border: none;
  background-color: whitesmoke;
  border-bottom: 1px solid #6c6c6c;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link {
  background-color: #001f4d;
  color: #fff;
  text-transform: uppercase;
  /*font-size: 12px;*/
  /*padding: 20px 27px;*/
  border: 0px 2px 2px 2px solid pink;
  border-right: 1px solid #0c3eff !important;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #fff;
  background-color: #0c3eff !important;
  border-color: #dee2e6 #dee2e6 #fff;
  border-bottom: 3px solid #001f4d;
}

.center-details-nav {
  background-color: #001f4d;
  border-radius: 5px 5px 0px;
}
.center-details-nav .nav-tabs .nav-link {
  /*border: none; */
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  /*border-bottom: 3px solid transparent;*/
}

.center-details ul li a {
  color: #0c3eff;
}
.center-details p {
  font-size: 12px;
  line-height: 16px;
  color: #777676;
  margin-top: 5px;
}

.contact-details .icons-title i {
  color: #fff !important;
  font-size: 1rem;
}
.outputTitle-oveline {
  text-decoration: line-through;
  color: #0c3eff;
  font-weight: 500;
}

.btn-icon-color {
  color: #0c3eff !important;
}

.center-details input[type="search"] {
  /*width: 130px;*/
  border: none;
  background-color: transparent;
  background-image: url("../../assets/img/searchicon.png");
  background-position: 10px 10px;
  background-repeat: no-repeat;
  padding: 5px 5px 5px 5px;
  background-position: right;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
  float: right;
  /*margin-top: -30px;*/
}

.center-details input[type="search"]:focus {
  width: 100%;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  background-color: white;
  outline: none;
}
.activity-details {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
  padding: 10px;
  opacity: 1;
  font-size: 12px;
  line-height: 14px;
  color: #777676;
  margin-bottom: 20px;
}
.activity-body ul li {
  font-size: 12px;
  line-height: 16px;
}

.center-body {
  background-color: #f4f4f4;
  padding: 15px;
  height: 76vh;
  width: 100%;
  overflow: scroll;
}
.center-body .output-task-details {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
  padding: 15px;
  opacity: 1;
  font-size: 12px;
  line-height: 14px;
  color: #4a4a4a;
  margin-bottom: 20px;
}

.output-task-details i {
  font-size: 20px;
}
.output-task-header h5 {
  display: inline;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
}
.output-task-header ul {
  padding: 0px;
  margin: 0px;
}

/*.output-task-header ul{
  display:none;

}*/

/*.right-action-menu {
  display: none;
}
*/

.right-action-menu {
  display: none;
}

.output-task-details:hover .right-action-menu {
  display: block;
}

.output-task-header .task-header-left span {
  background-color: rgb(253, 237, 238);
  padding: 2px 7px;
  border: 1px solid #f59569;
  color: #000;
  margin-left: 5px;
}

.center-body select {
  width: 100%;
  border: none;
  background-color: transparent;
  color: #ff7043;
  font-weight: 500;
  display: inline-block;
  height: 24px;
  /*padding: 2px 5px;*/
  font-size: 12px;
  line-height: 14px;
}

.create-note .btn {
  background-color: #0c3eff;
  color: #fff;
  padding: 8px 18px;
  border-radius: 4px;
  text-transform: inherit;
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 16px;
}

.create-note .btn:hover {
  background-color: #001f4d;
}

.create-note .btn-outer {
  border: 1px solid #0c3eff;
  color: #0c3eff;
  padding: 6px 18px;
  border-radius: 4px;
  text-transform: inherit;
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 16px;
}

.create-note .btn-outer:hover {
  border: 1px solid #001f4d;
  background-color: #001f4d;
  color: #fff;
}

.right-details {
  box-shadow: -4px 3px 7px #bbb9b9;
  overflow: hidden;
  padding-right: 10px;
  border-radius: 5px;
  background-color: #f5f5f5;
  max-height: 87vh;
}

.right-details:hover {
  overflow-y: scroll;
  padding-right: 0px;
}

.right-details .right-body {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
  padding: 10px;
  opacity: 1;
  font-size: 11px;
  color: #6c6c6c;
  line-height: 16px;
  margin: 15px;
}

.right-body a {
  color: #0c3eff;
}

.attached-files .alert-info {
  color: #4a4a4a;
  background-color: #f4f4f4;
  border-color: #dee2e6;
}

.attached-files .alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.45rem 0.45rem;
  color: #0c3eff;
  opacity: inherit;
  font-weight: 400;
}

.application-send-show .alert-dismissible {
  padding-right: 0rem;
}
.application-send-show .alert-dismissible p {
  margin-bottom: 5px;
  font-size: 12px;
}
.application-send-show .alert {
  padding: 0.75rem;
}

.application-send-show {
  max-height: 30vh;
  overflow-y: scroll;
}

.notification-send-show .alert-dismissible {
  padding-right: 0rem;
}
.notification-send-show .alert-dismissible p {
  margin-bottom: 5px;
  font-size: 12px;
}
.notification-send-show .alert {
  padding: 0.75rem;
}

.notification-send-show {
  max-height: 30vh;
  overflow-y: scroll;
}

.notification-send textarea {
  resize: none;
  font-size: 13px;
  line-height: 17px;
}

.deals-text-show {
  display: none;
}
.attach-file-text-show {
  display: none;
}
.attach-file-text-show {
  max-height: 30vh;
  overflow-y: scroll;
}

.notification-send-show {
  display: none;
}
.application-send-show {
  display: none;
}
.message-send-show {
  display: none;
}

.contact-text-show {
  display: none;
}
.modal-header .modal-title {
  font-size: 1rem;
  color: #0c3eff;
}

.modal-body label {
  font-size: 14px;
  color: #000;
}

.message-send textarea {
  resize: none;
  font-size: 13px;
  line-height: 17px;
}

.message-send input {
  font-size: 13px;
  line-height: 17px;
}

.message-send-show {
  max-height: 30vh;
  overflow-y: scroll;
}
.message-send-show strong {
  cursor: pointer;
}

.form-Properties {
  display: none;
}

.ads-activity {
  display: none;
}
.CRM-Notification {
  display: none;
}

.Reminder-Notification {
  display: none;
}
.Password-changes {
  display: none;
}

.Total-Overdue {
  display: none;
}
.Contact-owner {
  display: none;
}

.form-Properties table tr td {
  font-size: 12px;
  line-height: 18px;
  color: #777676;
}

.custom-drop {
  width: 100%;
  border: none;
  background-color: transparent;
  color: #495057;
  margin-top: 10px;
  font-weight: 500;
  display: inline-block;
  height: 24px;
  padding: 2px 5px;
  font-size: 12px;
  line-height: 14px;
  outline: none;
}

/*-------help-iocn----------*/

.help-chat-message .chat-btn {
  position: fixed;
  right: 8px;
  bottom: 0;
  cursor: pointer;
}

.help-chat-message .chat-btn .close {
  display: none;
}

.help-chat-message .chat-btn i {
  transition: all 0.9s ease;
}

.help-chat-message #check:checked ~ .chat-btn i {
  display: block;
  pointer-events: auto;
  transform: rotate(180deg);
}

.help-chat-message #check:checked ~ .chat-btn .comment {
  display: none;
}

.help-chat-message .chat-btn i {
  font-size: 22px;
  color: #fff !important;
}

.help-chat-message .chat-btn {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px 20px 2px 20px;
  background-color: #0c3eff !important;
  color: #fff;
  font-size: 22px;
  z-index: 1;
  border: none;
  box-shadow: 0 5px 20px 0 rgba(12, 73, 84, 0.2);
}

.help-chat-message .wrapper {
  position: fixed;
  right: 20px;
  bottom: 70px;
  width: 300px;
  background-color: #f9f9f9;
  box-shadow: 0 5px 20px 0 rgba(12, 73, 84, 0.2);
  border-radius: 5px;
  display: none;
  transition: all 0.7s;
  z-index: 1;
}

.help-chat-message #check:checked ~ .wrapper {
  display: block;
}

.help-chat-message .header {
  padding: 13px;
  background-color: #001f4d;
  border-radius: 5px 5px 0px 0px;
  margin-bottom: 10px;
  color: #fff;
}

.help-chat-message span {
  font-size: 14px;
  line-height: 16px;
  color: #4a4a4a;
}
.help-chat-message .chat-form {
  padding: 15px;
}

.help-chat-message .chat-form input,
textarea,
button {
  margin-bottom: 10px;
}

.help-chat-message .chat-form textarea {
  resize: none;
}

.help-chat-message .form-control:focus,
.help-chat-message .btn:focus {
  box-shadow: none;
}

.help-chat-message .btn,
.help-chat-message .btn:focus,
.help-chat-message .btn:hover {
  background-color: #0c3eff !important;
  border: #0c3eff !important;
}

.help-chat-message #check {
  display: none !important;
}
.help-message {
  width: 25%;
  background-color: #0c3eff;
  padding: 15px;
  color: #fff;
  border-radius: 20px 0px 0px 20px;
  position: fixed;
  bottom: 20px;
  right: 0;
  display: none;
}

.help-message textarea::placeholder {
  color: #999;
  font-size: 13px;
  line-height: 16px;
}

.se-help {
  width: 56px;
  background-color: #0c3eff;
  border-radius: 20px 20px 2px 20px;
  box-shadow: 0 5px 20px 0 rgba(12, 73, 84, 0.2);
  cursor: pointer;
  display: block;
  position: fixed;
  bottom: 7px;
  right: 6px;
  font-size: 14px;
  line-height: normal;
  padding: 17px 10px 16px;
  text-decoration: none;
  color: #fff;
}
.se-help a {
  color: #fff;
}

/*--------------center-left-section-update---30-11-21-------------------*/
/*----------------------------------------------------------------------*/

.left-details {
  box-shadow: 4px 2px 7px #bbb9b9;
  overflow: hidden;
  padding-right: 10px;
  border-radius: 5px;
}

.left-details:hover {
  overflow-y: scroll;
  padding-right: 0px;
}

.center-details {
  box-shadow: 4px 2px 7px #bbb9b9;
}

.center-body {
  overflow: hidden;
  padding-right: 10px;
  border-radius: 5px;
  padding-bottom: 0px;
}

.center-body:hover {
  overflow-y: scroll;
  padding-right: 0px;
}

.modify-create-contact .first-input,
.first-input-email {
  position: relative;
}

.modify-create-contact .first-input .first-btn-plus,
.first-input-email .first-btn-plus-email {
  color: #0c3eff;
  border-radius: 100%;
  border: 1px solid #0c3eff;
  position: absolute;
  right: 0px;
  top: 41px;
  font-size: 12px;
  outline: none;
  line-height: 12px;
  padding: 0px 3px;
}

.modify-create-contact .Second-input,
.Second-input-email {
  position: relative;
}

.modify-create-contact .Second-input .second-btn-plus,
.Second-input-email .second-btn-plus-email {
  color: #0c3eff;
  border-radius: 100%;
  border: 1px solid #0c3eff;
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 12px;
  outline: none;
  line-height: 12px;
  padding: 0px 3px;
}

.modify-create-contact .Second-input .second-btn-minus,
.second-btn-minus-email {
  color: #0c3eff;
  border-radius: 100%;
  border: 1px solid #0c3eff;
  position: absolute;
  right: 0px;
  top: 10px;
  font-size: 12px;
  outline: none;
  line-height: 12px;
  padding: 0px 3px;
}

.modify-create-contact .third-input,
.third-input-email {
  position: relative;
}

.modify-create-contact .third-input .third-btn-minus,
.third-btn-minus-email {
  color: #0c3eff;
  border-radius: 100%;
  border: 1px solid #0c3eff;
  position: absolute;
  right: 0px;
  top: 10px;
  font-size: 12px;
  outline: none;
  line-height: 12px;
  padding: 0px 3px;
}

.help-chat-message textarea {
  font-size: 12px;
}

/*----------------------------message-chat-history----------------------*/

.received_msg {
  display: inline-block;
  padding: 0 0 0 10px;
  vertical-align: top;
  width: 92%;
}

.received_withd_msg p {
  background: #fff none repeat scroll 0 0;
  border-radius: 3px;
  color: #25263e;
  font-size: 14px;
  margin: 0;
  padding: 5px 10px 5px 12px;
  width: 100%;
}
.time_date {
  color: #747474;
  display: block;
  font-size: 12px;
  margin: 8px 0 0;
}
.received_withd_msg {
  float: left;
  max-width: 82%;
}
.mesgs {
  /*float: left; */
  padding: 30px 15px 0px 10px;
  /* width: 60%; */
  border: 1px solid #b0b5b9;
  border-radius: 10px;
  background-color: #ebebeb;
}

.sent_msg p {
  background: #fff none repeat scroll 0 0;
  border-radius: 3px;
  font-size: 14px;
  margin: 0;
  color: #25263e;
  padding: 5px 10px 5px 12px;
  width: 100%;
}
.outgoing_msg {
  /*overflow:hidden;*/
  margin: 26px 0 26px;
}

.sent_msg {
  float: right;
  max-width: 82%;
}
.input_msg_write input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #4c4c4c;
  font-size: 15px;
  min-height: 48px;
  width: 95%;
}

.type_msg {
  border-top: 1px solid #c4c4c4;
  position: relative;
}
.msg_send_btn {
  background: #0c3eff none repeat scroll 0 0;
  border: medium none;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  /* height: 33px; */
  position: absolute;
  right: 0;
  top: 11px;
  /* width: 33px; */
  padding: 3px 12px;
}
.messaging {
  padding: 0 0 50px 0;
}

/*.msg_history {
  height: 270px;
  overflow-y: auto;
}*/

.msg_history {
  height: 270px;
  overflow: auto;
  display: flex;
  flex-direction: column-reverse;
}

.comment-custom .msg_history {
  height: 56vh;
}

.comment-custom .outgoing_msg {
  margin: 15px 0px 15px;
}

/*---------------whatsapp-chat---------------------*/

.whatsapp-chat {
  background-color: #f4f4f4;
  padding: 15px;
  height: 76vh;
  width: 100%;
  overflow: auto;
  display: flex;
  flex-direction: column-reverse;
}

.whatsapp-chat::-webkit-scrollbar {
  display: none;
}

.whatsapp-chat .mesgs {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
  padding: 15px;
  border: none;
}

.whatsapp-chat .msg_history {
  height: auto;
  overflow: auto;
  display: flex;
  flex-direction: column-reverse;
}
.whatsapp-chat .received_msg {
  display: inline-block;
  padding: 0px;
  vertical-align: top;
  width: 100%;
  text-align: left;
}

.whatsapp-chat .received_withd_msg p {
  background: #f4f4f4 none repeat scroll 0 0;
  border-radius: 0rem 1rem 1rem;
  color: #000;
  font-size: 12px;
}

.whatsapp-chat .outgoing_msg {
  display: inline-block;
  padding: 0px;
  vertical-align: top;
  width: 100%;
  text-align: right;
}
.whatsapp-chat .sent_msg p {
  background: #f4f4f4 none repeat scroll 0 0;
  border-radius: 1rem 0rem 1rem 1rem;
  color: #000;
  font-size: 12px;
}

.whatsapp-chat .type_msg {
  border-top: 1px solid #c4c4c4;
  /* position: relative; */
  position: sticky;
  bottom: 0;
  background-color: #f5f5f5;
  z-index: 1;
}

.whatsapp-chat i {
  color: #fff;
}

.whatsapp-chat .input_msg_write input {
  font-size: 12px;
  outline: none;
}

/*-------------Note-----body-----overlay-------------*/

.overlay-note {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  bottom: 0;
  right: 0;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.6);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-note-mini-max {
  /*height: 100%;*/
  width: 36%;
  position: fixed;
  z-index: 2;
  bottom: 0;
  right: 0;
  /*  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.6);*/
  overflow-x: hidden;
  display: none;
  -webkit-animation-name: fadeIn; /* Fade in the background */
  -webkit-animation-duration: 0.9s;
  animation-name: fadeIn;
  animation-duration: 0.9s;
}

/* .overlay-note-mini-max {
        animation: overlay-note-mini-max 1s ease;
        -webkit-animation: overlay-note-mini-max 1s ease;
    }
    @keyframes overlay-note-mini-max {
        from{transform:scale(0.9)}
        100%{transform:scale(1.2)}
        to{transform:scale(1)}
    }
    @-webkit-keyframes overlay-note-mini-max {
        from{-webkit-transform:scale(0.9)}
        100%{-webkit-transform:scale(1.2)}
        to{-webkit-transform:scale(1)}
    }*/

.overlay-note-content {
  position: relative;
  top: 15%;
  width: 100%;
  margin-top: 30px;
}

.overlay-note a:hover,
.overlay-note a:focus {
  color: #f1f1f1;
}

.overlay-note .closebtn {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 20px;
}

.overlay-note .closebtn i {
  color: #fff;
  font-size: 16px;
  line-height: 16px;
}

.overlay-note-mini-max .closebtn {
  position: absolute;
  top: 1px;
  right: 10px;
  font-size: 20px;
}
.overlay-note-mini-max .closebtn i {
  color: #fff;
  font-size: 13px;
  line-height: 13px;
}

#hide-meet-max {
  display: none;
}

#hide-task-max {
  display: none;
}
#hide-email-max {
  display: none;
}

#hide-note-max {
  display: none;
}
#hide-LogCall-max {
  display: none;
}
#hide-LogEmail-max {
  display: none;
}
#hide-LogMeeting-max {
  display: none;
}

#hide-selfTask-max {
  display: none;
}

#hide-meet-max_DD {
  display: none;
}

#hide-task-max_DD {
  display: none;
}
#hide-email-max_DD {
  display: none;
}

#hide-note-max_DD {
  display: none;
}
#hide-LogCall-max_DD {
  display: none;
}
#hide-LogEmail-max_DD {
  display: none;
}
#hide-LogMeeting-max_DD {
  display: none;
}

.overlay-note-mini-max .overlay-note-content {
  width: 84%;
  float: right;
  margin-right: 15%;
  background-color: #f4f4f4;
  color: #777;
  border-radius: 5px;
}

.overlay-note-mini-max .overlay-note-content {
  position: relative;
  top: 0px;
  margin-top: 0px;
  box-shadow: 0px 3px 6px #0000005c;
}

.overlay-note-mini-max .note-title {
  border-radius: 5px 5px 0px 0px;
}

.overlay-note-mini-max .note-title h4 {
  font-size: 18px;
  letter-spacing: 0.5px;
}

.overlay-note-mini-max .note-body .log-call {
  font-size: 12px;
  color: #4a4a4a;
}

.overlay-note-mini-max .note-body input,
.overlay-note-mini-max .note-body select {
  border: 1px solid #eceaea;
  font-size: 11px;
}

.overlay-note-content {
  width: 50%;
  margin: 0 auto;
  background-color: #f4f4f4;
  color: #777;
  border-radius: 10px;
}

.overlay-add-deals {
  position: relative;
  top: 0;
  width: 40%;
  margin-top: 30px;
  margin: 0 auto;
  background-color: #f4f4f4;
  color: #777;
  float: right;
  padding-bottom: 5px;
}

.checkDeal select {
  background-color: transparent;
}

.deals-input {
  padding: 20px;
  min-height: 100vh;
  /*height: 88vh;*/
  overflow-y: scroll;
  overflow-x: hidden;
  margin-bottom: 6rem;
}

.deals-input label {
  display: inline-block;
  margin-bottom: 0px;
  font-size: 13px;
  color: #777;
  padding-left: 5px;
}
.deals-input .form-control {
  display: inline-block;
  margin-bottom: 0px;
  font-size: 13px;
  color: #777;
  padding-left: 5px;
}
.overlay-add-deals .note-title {
  border-radius: 0px;
}

.deals-input .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #0c3eff;
  background-color: #0c3eff;
}

.note-title {
  background-color: #001f4d;
  border-radius: 10px 10px 0px 0px;
  color: #fff;
  padding: 6px;
}

.note-body {
  padding: 20px;
  /*  margin-bottom: 10%;*/
}

.note-body::placeholder {
  color: #6c6c6c;
  font-size: 12px;
  line-height: 16px;
}

.note-body .log-call {
  font-size: 12px;
  /* color: #0c3eff; */
}

.note-body input,
.note-body select {
  height: 24px;
  padding: 2px 5px;
  font-size: 12px;
  color: #777;
  width: 148px;
  border-radius: 6px;
  border: 1px solid #d4cece;
  float: right;
}

.note-body .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #ff7043;
  background-color: #ff7043;
}

.log-call-footer label {
  font-size: 12px;
  line-height: 24px;
}

.note-body .log-call-footer select {
  width: 100%;
  border: none;
  background-color: transparent;
  color: #ff7043;
  font-weight: 500;
  display: inline-block;
}
.log-call-footer {
  display: flex;
}

.log-call-footer .noteFollow {
  display: none;
}
.log-call-footer .taskFollow {
  display: none;
}
.log-call-footer .EmailFollow {
  display: none;
}
.log-call-footer .logmeetingFollow {
  display: none;
}
.deals-input .timelineActiveDeals {
  display: none;
}

.add-comment-field {
  display: none;
}

.sleftask-btn {
  position: fixed;
  right: 0;
  bottom: 10%;
  border: none;
  color: #fff;
  padding: 5px 15px 5px 10px;
  border-radius: 10px 0px 0px 10px;
  background: #001f4d;
}

/*----------------------------Deal-Details----style---section-----------------------------*/
/*----------------------------------------------------------------------------------------*/

.deals-user-details .form-control {
  height: 24px;
  padding: 2px 5px;
  font-size: 12px;
  color: #0c3eff;
  /*width:100;*/
  font-weight: 500;
  border-radius: 6px;
  border: none;
  /*background: transparent;*/
  outline: none;
  cursor: pointer;
}
.deals-user-details label {
  font-size: 12px;
  line-height: 24px;
  margin-bottom: 0px;
  white-space: nowrap;
}

/*----------------------------Account-page----style---section-----------------------------*/
/*----------------------------------------------------------------------------------------*/

.sub-nav-bcrumb .breadcrumb {
  padding: 0px;
  margin-bottom: 10px;
  list-style: none;
  background-color: transparent;
  font-weight: 500;
}

.sub-nav-bcrumb .breadcrumb a {
  color: #0c3eff;
}

.list-for-md-3 {
  padding: 1px 0px 1px 20px;
}

.list-for-md-3 h5 {
  font-size: 20px;
}

.list-for-md-3 ul li a {
  color: #555;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  display: block;
}

.list-for-md-3 ul li a:hover {
  color: #0c3eff;
}

.accordion ul li a {
  cursor: pointer;
}
.accordion .active {
  color: #0c3eff;
  font-weight: bolder;
}

.body-content-with-md-9 {
  height: 76vh;
  background-color: #f7f7f7;
  overflow-y: scroll;
  border-radius: 10px;
  border-left: 3px solid #b3b1b1;
}

.body-content-with-md-9 p {
  color: #555;
}

.body-content-with-md-9 ::placeholder {
  color: #d5d8dc;
}

.Dashboard-sticky {
  position: sticky;
  top: 0;
  background-color: #001f4d;
  z-index: 1;
  padding: 12px;
  border-radius: 10px 10px 0px 0px;
}

.dashboard-table {
  margin-bottom: 3rem;
}
.dashboard-table .table-responsive {
  overflow: hidden;
  padding-right: 10px;
}

.dashboard-table .table-responsive:hover {
  overflow: auto;
  padding-right: 0px;
}

.body-content-with-md-9-title {
  margin: 5px 0px;
}
.body-content-with-md-9-title h4 {
  background-color: #001f4d;
  display: inline;
  font-size: 20px;
  padding: 5px 30px;
  margin-left: -15px;
  color: #fff;
  border-radius: 0px 20px 20px 0px;
}

.body-content-with-md-9-title h3 {
  font-size: 18px;
  color: #ffffff;
  font-weight: 400;
  padding-left: 10px;
  letter-spacing: 0.5px;
}

.body-content-with-md-9-title i {
  color: #ffffff;
  font-size: 24px;
}

.body-content-with-md-9-title .form-control-sm {
  height: calc(1em + 0.8rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1.5;
  border-radius: 0.2rem;
  border: 1px solid #0c3eff;
  color: #0c3eff;
  float: right;
  margin-right: 15px;
}
.body-content-with-md-9-title .form-control-sm:focus {
  outline: none;
}

.body-content-with-md-9-title select {
  background-color: #f5f5f5;
}

/*.body-content-with-md-9-title  span {
    float: right;
    border: 1px solid #0c3eff;
    border-radius: 100%;
    font-weight: 600;
    color: #0c3eff;
    font-size: 14px;
    padding: 0px 7px;
    line-height: 24px;
}*/

.body-content-with-md-9-title .reminde-task {
  display: inline;
  border-radius: 23px;
  background-color: #f6cc20;
  padding: 5px 7px;
  margin: 0px 2px;
}

.body-content-with-md-9-title .reminde-task h5 {
  display: inline;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  line-height: 25px;
}

.body-content-with-md-9-title .reminde-task span {
  /*border: 1px solid #fff;*/
  border-radius: 100%;
  font-weight: 300;
  color: #fff;
  font-size: 13px;
  padding: 0px 6px;
  line-height: 24px;
  margin-left: 5px;
}

/*--------------------------------------------mobile-app-Dashboard-------------------------*/

.mobileApp {
  margin-top: 4rem;
}

.mobileApp .row {
  display: flex !important;
}
.mobileApp .buttons-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}

/*.mobileApp .button.tab-link-active {
    background: #fff !important;
    color: #001f4d !important;
    box-shadow: 0px 15px 30px rgb(25 31 61 / 10%);
}
*/
.mobileApp .button {
  padding: 8px 12px;
  height: auto;
  background: #ffffff;
  box-shadow: 0px 15px 30px rgb(25 31 61 / 24%);
  border-radius: 10px;
  color: #001f4d;
  text-transform: none;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
}

.mobileApp .buttons-row .button .img-span {
  background-color: rgb(151 161 215 / 10%);
  width: 23px;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  margin-right: 10px;
}

.mobileApp .buttons-row .button span > img {
  width: 12px;
}

/*.mobileApp .button.tab-link-active:after {
    content: '';
    background-color: #0c3eff;
    width: 47%;
    height: 2px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 28%;
}
*/

.notify-badge {
  color: #fff;
  display: inline-block;
  position: relative;
  padding: 2px 5px;
}

.notify-badge-icon {
  background-color: #0c3eff;
  border-radius: 2px;
  color: white;
  padding: 1px 3px;
  font-size: 10px;
  position: absolute;
  top: -4px;
  right: 0;
}

/*---------------------------tasks-page-detail----style---section-----------------------------*/
/*----------------------------------------------------------------------------------------*/

.tasks-page-detail input,
.datepicker select {
  border: 1px solid #eceaea;
  font-size: 12px;
  /*width: 88px;*/
}

.task-title h3 {
  color: #777;
}

.task-title .form-group select {
  border: none;
  font-weight: 500;
  color: #0c3eff;
  font-size: 13px;
  line-height: 18px;
}

.task-Checkbox {
  display: none;
}

.inline-task-rows .mark-icon {
  cursor: pointer;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  color: #bdbdbd;
}

.underLine-title {
  cursor: pointer;
}

/*---------------------------Qualifies-page----style---section-----------------------------*/
/*----------------------------------------------------------------------------------------*/

.table-header-md-9 {
  border-radius: 10px;
  box-shadow: 0px 3px 6px #00000029;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.body-content-with-md-9 label {
  color: #555;
}
.table-header-md-9 table thead {
  background: #001f4d;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
.table-header-md-9 table tbody {
  color: #555;
}

.table-header-md-9 .table th,
table.table td {
  padding-top: 10px;
  padding-bottom: 10px;
}
.table-header-md-9 .btn.btn-sm {
  margin: 0px;
}

/*---------------------------Dashboard-homepage---style---section-----------------------------*/
/*----------------------------------------------------------------------------------------*/

.notification .assign i {
  color: #d1d4d4;
  font-size: 34px;
  float: left;
  cursor: pointer;
}

.notification .assign p {
  float: left;
  font-size: 14px;
  padding-left: 7px;
  line-height: 26px;
  color: #333;
}

.notification .assign a {
  font-size: 13px;
  font-weight: 500;
  color: #0c3eff;
  line-height: 26px;
  padding-left: 7px;
}

.assign-more .assign-more-head i {
  font-size: 16px;
  background-color: #0c3eff;
  padding: 8px;
  border-radius: 100%;
  color: #fff;
}
.edit-delete {
  display: none;
}
.notification-header:hover .edit-delete {
  display: block;
}

.notification-header h5 {
  color: #0c3eff;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  padding-left: 3px;
}

.notification-header {
  cursor: pointer;
}
.assign-more {
  display: none;
}

.settings-pro .note-primary {
  background-color: #f3f0ef;
  border-color: #0c3eff;
}
.settings-pro .settings-icons svg {
  background-color: #e9e9e9;
  border-radius: 3px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  height: 55px;
  padding: 5px;

  fill: currentColor;
}

.settings-pro .settings-icons img {
  background-color: #0c3eff;
  border-radius: 3px;
  width: 100%;
  padding: 5px;
  height: 65px;
}

.settings-pro .settings-icons p {
  font-size: 10px;
  line-height: 10px;
  color: #555;
  margin-top: 12px;
  font-weight: 600;
  text-decoration: none;
}

/*.settings-pro .show-settings-icons{
  display: none;
}*/

/*.settings-icons  {
  min-height: 110px;
}*/
.settings-pro .accordion .fas {
  margin-right: 20px;
  font-size: 15px;
  color: #0c3eff;
  position: relative;
  top: 2px;
  float: right;
}

.settings-pro .accordion > .card > .card-header {
  border-radius: 0;
  padding: 0px;
  margin-bottom: 30px;
  border-bottom: none;
  border-radius: 5px;
}
.settings-pro .accordion > .card {
  box-shadow: none;
}
.settings-pro .accordion .card-body {
  padding: 0px;
}
.settings-pro .accordion > .card > .card-header button {
  padding: 7px;
  width: 100%;
}
.settings-pro .accordion .accordion-title {
  float: left;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  color: #333;
  text-transform: capitalize;
}

.filter-body .card-header h5 {
  font-size: 15px;
  font-weight: 600;
  color: #555;
  line-height: 21px;
  letter-spacing: 0.5px;
}

.filter-body .card-body {
  padding: 0px 1.25rem;
}

/*-------------table td Overfloo--click show----------------*/

.table-header-md-9 table tbody td {
  max-width: 350px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: break-word;
}

.table-header-md-9 table tbody .Query-show:hover {
  white-space: normal;
}
/*
.truncate {
  width: 350px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
  word-wrap: break-word;
}

.truncate.open {
  width: 300px;
  white-space: normal;
  text-overflow: inherit;
}

.helpicon {
  position: relative;
  background-color: #0c3eff;
    padding: 1px 7px;
    border-radius: 100%;
    color: #FFF !important;
}


#sticky {
  padding: 0.5ex;
  width: 600px;
  background-color: #333;
  color: #fff;
  font-size: 2em;
  border-radius: 0.5ex;
}

#sticky.stick {
  position: fixed;
  top: 0;
  z-index: 10000;
  border-radius: 0 0 0.5em 0.5em;
}
*/
/*-------------overlay-note date formate------------*/

/*.date-style {
 
}

.date-style i {
  float: right;
    margin-right: -145px;
    margin-top: 3px;
    color: #0c3eff;
}*/

.datepicker-top-left,
.datepicker-top-right {
  border-top-color: #0c3eff !important;
}
.datepicker-top-left::before,
.datepicker-top-right::before {
  border-bottom-color: #0c3eff !important;
}

.datepicker-panel > ul > li.highlighted {
  background-color: #0c3eff !important;
  color: #fff !important;
}

.datepicker-panel > ul > li.highlighted:hover {
  background-color: rgb(242 101 36) !important;
  color: #fff !important;
  border-radius: 5px !important;
}

.datepicker-panel > ul > li:hover {
  background-color: rgb(253 220 205) !important;
}

.datepicker-panel > ul > li.picked,
.datepicker-panel > ul > li.picked:hover {
  color: #fff !important;
}

/* .overlay-note input {
    position: relative;
    color: white;
}

.overlay-note input:before {
    position: absolute;
    top: 3px; left: 3px;
    content: attr(data-date);
    display: inline-block;
    color: black;
}

.overlay-note input::-webkit-datetime-edit, input::-webkit-inner-spin-button, input::-webkit-clear-button {
    display:none;
}

.overlay-note input::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 3px;
    right: 0;
    color: black;
    opacity: 1;
}
*/

div.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #f5f5f5;
  z-index: 1;
}

div.sticky1 {
  position: -webkit-sticky;
  position: sticky;
  top: 30%;
  background-color: #f5f5f5;
  z-index: 1;
}

.sticky-footer {
  position: sticky;
  bottom: 0;
  background-color: #f5f5f5;
  z-index: 1;
}

/*----------ledt-side-setting-menu---in settings-----------*/

.ledt-side-setting-menu {
  margin-left: -20px;
}

.ledt-side-setting-menu .note-primary {
  background-color: #ffffff;
  border-color: #0c3eff;
}
.ledt-side-setting-menu a {
  color: #777;
}

.ledt-side-setting-menu ul {
  padding-left: 5px;
  margin-top: 0px;
}

.ledt-side-setting-menu .menu li ul {
  display: none;
}

.ledt-side-setting-menu .menu li a:hover {
  background-color: #e4e2e2;
  display: block;
}

.ledt-side-setting-menu .menu .active {
  background: #e4e2e2;
  color: #0c3eff;
}

.ledt-side-setting-menu .menu .active a {
  color: #0c3eff;
}

.menu {
  display: none;
  background-color: #fff;
  padding: 10px 0px 10px 10px !important;
}

.activeparent {
  display: block;
}

/*.ledt-side-setting-menu .chose {
    padding-left: 5px;
    padding: 2px 0px;
}
*/
.ledt-side-setting-menu .click-show-menu strong {
  font-weight: unset;
}

.ledt-side-setting-menu .menu .chose {
  padding-left: 10px;
}

.ledt-side-setting-menu .click-show-menu {
  /*background: #f7f7f7;
    margin-bottom: 5px;
    border-bottom: 1px dashed #e0dddd;*/
  background: #f7f7f7;
  /* margin-bottom: 5px;
    padding: 1px;*/
  /*border-bottom: 1px solid #c1c0c0;*/
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.ledt-side-setting-menu .click-show-menu .drop-menu i {
  padding: 0px 10px;
  color: #0c3eff;
  float: right;
  line-height: 30px;
}
.ledt-side-setting-menu .drop-menu {
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
  padding: 8px 20px;
  color: #555;
  display: block;
  letter-spacing: 0.5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.inbox-header {
  background-color: #fff;
  padding: 10px;
}

.inbox-body {
  margin-top: 10px;
  border: 1px solid #0c3eff;
  margin-bottom: 10px;
}
.inbox-body .msg-title {
  background-color: #0c3eff;
  padding: 10px;
  color: #fff;
}
.inbox-body .msg-title i {
  color: #fff;
}
.inbox-body .msg-body {
  background-color: #fff;
  padding: 10px;
}

.inbox-footer .nav-tabs .nav-link {
  background-color: #fff;
  color: #0c3eff;
  padding: 10px 27px;
}

/*-----------for mozila firfox -- dropdown-------*/
select {
  background-image: linear-gradient(45deg, transparent 50%, #0c3eff 60%),
    linear-gradient(135deg, #0c3eff 40%, transparent 50%) !important;
  background-position: calc(100% - 7px) 10px, calc(100% - 2px) 10px, 100% 0px;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
  --webkit-appearance: none;
  --moz-appearance: none;
  cursor: pointer;
}

#gotoTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #0c3eff;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#gotoTop:hover {
  background-color: #555;
}

/*---------------------------------Tickct-Dashboard--------------------------------------*/

/*---------------------------------------------------------------------------------------------*/
.ticket-left-nav {
  background-color: #f7f8fc;
  border-radius: 0px 10px 10px 0px;
  overflow: auto;
  color: #707070;
}

.ticket-left-nav .ticket-title {
  padding: 10px;
  cursor: pointer;
}

.ticket-left-nav .ticket-title a {
  color: #707070;
}

.ticket-left-nav .active a {
  color: #ffff;
}
.ticket-left-nav .ticket-title h4 {
  margin-left: 20px;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 1px;
}

.ticket-left-nav .active {
  background-color: #0c3eff;
  color: #fff;
}

.ticket-activity {
  width: 100%;
  background-color: #f7f8fc;
  margin-top: 22px;
  overflow: auto;
}

.ticket-number {
  width: 20%;
  text-align: center;
  border: 1px solid #7070701f;
  padding: 20px;
  border-radius: 3px;
  float: left;
}
.ticket-number h5 {
  font-size: 16px;
  font-weight: 600;
  color: #495057;
  line-height: 16px;
}
.ticket-number h3 {
  font-size: 30px;
  font-weight: 600;
  color: #495057;
  line-height: 28px;
}

.ticket-Recent-Activity {
  background-color: #f7f8fc;
  border-radius: 5px;
  margin-top: 10px;
  /*border: 1px solid #7070702C;*/
}

.Recent-Activity-details {
  padding: 15px 10px;
  border: 1px solid #7070702c;
  border-radius: 5px;
}

.Recent-Activity-details .col-md-2 {
  padding-right: 0px;
}
.Recent-Activity-details .col-md-10 {
  padding-left: 0px;
}
.Recent-Activity-details p {
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
  color: #495057;
  margin-bottom: 5px;
}

.Recent-Activity-details p span {
  color: #0c3eff;
}
.recent-user {
  text-align: center;
}
.recent-user i {
  font-size: 36px;
  line-height: 12px;
  text-align: center;
  padding: 10px;
}

.ticket-To-Dos-details {
  padding: 10px 6px;
  border: 1px solid #7070702c;
  border-radius: 5px;
}

.ticket-To-Dos-details .col-md-2 {
  padding-right: 0px;
}
.ticket-To-Dos-details .col-md-10 {
  padding-left: 0px;
}
.ticket-To-Dos input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
  zoom: 1;
  margin-top: 7px;
  margin-left: 5px;
}
.ticket-To-Dos-details p {
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
  color: #495057;
  margin-bottom: 5px;
}

.ticket-count-activity {
  width: 100%;
  margin-top: 15px;
  overflow: auto;
}

.ticket-count-activity .ticket-count {
  width: 19%;
  margin: 0 0.4%;
  text-align: center;
  padding: 10px 6px;
  float: left;
  background-color: #f7f8fc;
}

.ticket-count-view {
  width: 19%;
  margin: 0 0.4%;
  text-align: center;
  float: left;

  margin-bottom: 10px;
}
.ticket-count h5 {
  display: inline;
  font-size: 16px;
  font-weight: 500;
  color: #495057;
  line-height: 16px;
}

.ticket-count span {
  float: right;
  border: 1px solid #0c3eff;
  border-radius: 100%;
  font-weight: 500;
  color: #0c3eff;
  font-size: 12px;
  padding: 0px 5px;
  line-height: 20px;
}
.ticket-Overdue {
  border-top: 3px solid #5a0505;
}
.ticket-open {
  border-top: 3px solid #ff5b50;
}
.ticket-hold {
  border-top: 3px solid #e8b100;
}
.ticket-due {
  border-top: 3px solid #8099ff;
}
.ticket-unassign {
  border-top: 3px solid #de00ab;
}

.ticket-view {
  font-size: 11px;
  font-weight: 500;
  color: #495057;
  text-align: left;
  margin: 15px 0px;
  padding: 7px;
  border: 1px solid #7070701f;
  border-radius: 5px;
  background-color: #f7f8fc;
}

.ticket-view b {
  font-weight: 300;
}
.ticket-view img {
  width: 24px;
  border: 1px solid #0c3eff;
}

.ticket-view i {
  border: 1px solid #0c3eff;
  border-radius: 100%;
  padding: 5px 6px;
  cursor: pointer;
}

.ticket-count-chat {
  padding: 10px;
  background-color: #f7f8fc;
  text-align: center;
}
.ticket-count-chat h5 {
  display: inline;
  font-size: 16px;
  font-weight: 500;
  color: #707070;
  line-height: 16px;
}

.ticket-count-chat span {
  float: right;
  border: 1px solid #0c3eff;
  border-radius: 100%;
  font-weight: 500;
  color: #0c3eff;
  font-size: 12px;
  padding: 0px 5px;
  line-height: 20px;
}
.ticket-view-chat .active {
  background-color: #001f4d !important;
  color: #fff !important;
}

.ticket-view-chatdetail {
  padding: 10px;
}

.back-ticket {
  margin-top: 10px;
}

.back-ticket a {
  color: #707070;
  font-size: 17px;
}

.back-ticket i {
  font-size: 21px;
  color: #000000;
}

.ticket-app-chat {
  background-color: #f7f8fc;
  border-radius: 10px;
  border: 1px solid #7070701f;
  margin-top: 15px;
  padding: 20px 30px;
  font-size: 17px;
  font-weight: 600;
  color: #495057;
  text-align: left;
}

.ticket-app-chat p {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 14px;
  color: #495057;
}
.ticket-app-chat b {
  font-weight: 500;
  color: #495057;
}

.ticket-app-chat img {
  width: 40px;
  border: 1px solid #0c3eff;
}

/*---------------------------------Accounting-Dashbaord--------------------------------------*/
/*---------------------------------------------------------------------------------------------*/

.nav-filter {
  margin-top: 20px;
}

/*.toggle-filters {
  position:relative;
}*/
.filter-by-type {
  background-color: #0c3eff;
  padding: 10px;
  border-radius: 7px;
}
.toggle-filters .text-right {
  font-size: 12px;
}

.nav-filter .filter-by-type ul {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
}
.nav-filter .filter-by-type ul a {
  font-size: 13px;
  line-height: 16px;
  text-decoration: none;
  color: #fff;
  padding: 10px;
  font-weight: 300;
}

.Create-Client {
  background-color: #ffffff;
  width: 430px;
  padding: 0px 10px;
}

.Create-Client-title {
  padding: 20px 10px;
  margin-top: 20px;
}

.Create-Client-title a {
  color: #707070;
  font-size: 26px !important;
  padding: 10px;
  margin-top: 20px;
}

.Create-Client-title h4 {
  color: #0c3eff;
  font-weight: 600;
}
.Create-Client-body {
  height: 90vh !important;
  overflow-y: auto !important;
  overflow-x: auto !important;
  padding-bottom: 10px !important;
}

.Create-Client-body label {
  font-size: 16px !important;
  font-weight: 600;
  display: block !important;
}
.Create-Client-body .form-control {
  color: #676767 !important;
  background-color: #e2e2e2;
  padding: 5px 15px !important;
}

.Create-Client-body ::placeholder {
  color: #959595 !important;
  font-size: 13px;
}
.accounting-head-th-bg th {
  background-color: #848484;
  padding: 15px 10px !important;
}

.accounting-filter {
  width: 100%;
  margin-bottom: 60px;
}

.country-filter {
  width: 20%;
  text-align: center;
  border: 1px solid #70707062;
  padding: 10px;
  border-radius: 2px;
  float: left;
  background-color: #e2e2e2;
  margin-left: 0px;
  padding-left: 0px;
}

.radius-left {
  border-radius: 7px 0px 0px 7px;
}
.radius-right {
  border-radius: 0px 7px 7px 0px;
}

.country-filter a {
  padding: 0px 32%;
  text-transform: none;
  color: #707070;
}

.account-details {
  margin-top: 20px;
}

.accounting-filter .active {
  background-color: #0c3eff !important;
}
.accounting-filter .active a {
  color: #fff !important;
}

.Accounting-inner-nav .list-group {
  border-radius: 7px;
  overflow: auto;
}
.Accounting-inner-nav .list-group .list-group-item {
  padding: 0.75rem 1.25rem;
  border: none;
  font-size: 14px;
  line-height: 16px;
  background-color: #e2e2e2;
}
.Accounting-inner-nav .list-group-item-action:hover {
  z-index: 1;
  color: #fff;
  text-decoration: none;
  background-color: #0c3eff;
}

.Accounting-inner-nav .list-group-item.active {
  background-color: #0c3eff;
}

.SE-CLient {
  background-color: #001f4d;
  padding: 15px 30px;
  color: #fff;
  border-radius: 5px;
}

.SE-CLient table {
  margin-right: 60px;
}

.SE-CLient table td {
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  padding: 6px 4px;
}
/*--------------------------------------------------------------*/

.accounting-tabs {
  background-color: #001f4d;
  /*border: 1px solid #70707062;*/
  border-radius: 10px;
  overflow: auto;
}

.create-reminder .accounting-tabs .nav-item {
  width: 20%;
  margin: 0px;
  overflow: auto;
}
.create-reminder .accounting-tabs .nav-tabs .nav-link {
  /*border-color: #e9ecef #e9ecef #dee2e6; */
  background-color: #001f4d;
  color: #fff;
  text-transform: capitalize;
  font-size: 16px;
  /* font-family: 'Poppins', sans-serif; */
  padding: 16px 25px;
  line-height: 18px;
  text-align: center;
  min-height: 52px;
  /* border-left: 1px solid #707070; */
  margin-top: -1px;
}
.create-reminder .accounting-tabs .nav-tabs .nav-link.active {
  color: #ffff;
  background-color: #0c3eff !important;
  border: none;
  border-radius: 0px;
}
.create-reminder .accounting-tabs .nav-tabs {
  border-bottom: none !important;
  overflow: hidden;
}

.create-reminder .accounting-tabs .nav-tabs .nav-item {
  margin-bottom: -1px !important;
}

/*-----------------------------------------------------------------*/

.account-cards {
  width: 80%;
}

.account-cards .nav-item {
  width: 25% !important;
  margin: 0px;
  overflow: auto;
}

.cards-short {
  padding: 20px 20px 10px 20px;
  background-color: #001f4d;
  border-radius: 15px;
  cursor: pointer;
  min-height: 167px;
}
.card-short-title p {
  font-size: 14px;
  color: #fff;
  line-height: 21px;
  margin-bottom: 0px;
}

.cards-title {
  margin-top: 20px;
}

.card-short-title {
  margin: auto;
  width: 100%;
  padding-top: 10px;
  text-align: center;
  min-height: 72px;
}
.img-circle {
  width: 65px;
  height: 65px;
  background-color: #fff;
  margin: 0 auto;
  overflow: auto;
  padding: 5px;
  border-radius: 100% !important;
}
.img-circle img {
  width: 100%;
  margin-top: 20px;
}

.cards-body-details {
  background-color: #0c3eff;
  border-radius: 25px;
  padding: 15px;
}

.cards-body-details .img-circle {
  width: 90px;
  height: 90px;
}

.cards-body-details h4 {
  color: #fff;
  line-height: 30px;
  padding-top: 35px;
}

.card-clint-detail {
  padding: 30px;
}
.card-clint-detail p {
  margin-bottom: 0px;
  padding-top: 5px;
  color: #fff;
}
.card-clint-detail label {
  color: #fff;
  font-size: 14px;
}
.card-clint-detail span {
  float: right;
}

.card-clint-detail i {
  position: absolute;
  top: 7px;
  right: 20px;
  color: #777;
}

.associated-clients {
  padding: 20px;
  background-color: #00000038;
  border-radius: 20px;
}

.associated-clients h4 {
  display: inline;
  color: #fff;
}
.associated-clients span {
  color: #fff;
  font-size: 18px;
  padding: 5px 10px;
  line-height: 22px;
}
.associated-clients ul {
  list-style: none;
  color: #fff;
  margin-top: 30px;
}
.associated-clients ul li {
  font-size: 14px;
  line-height: 25px;
  color: #fff;
}

.account-tabs-details {
  position: relative;
}
.cards-body-details {
  position: absolute;
  top: 0px;
  width: 100%;
}

.closed-div {
  padding: 0px 5px 10px 0px;
}
/*--------------------------------------------------------------*/
.account-tabs {
  background-color: #001f4d;
  border: 1px solid #70707062;
  border-radius: 10px;
  overflow: hidden;
}

.service-charge-table label {
  color: #495057;
  white-space: nowrap;
}
.service-charge-table th {
  border: none;
}
.service-charge-table .wd-10 {
  width: auto !important;
}
.service-charge-table input {
  width: 60% !important;
}
.service-charge-table .table.table td {
  padding: 5px;
}
.service-charge-table table.table thead th {
  border-top: none;
  padding: 0px 5px !important;
}

.service-charge-table .table thead th {
  border-bottom: none !important;
}

.service-charge-table .table td,
.table th {
  border-top: none !important;
}

.add-row-btn {
  position: absolute;
  right: -40px;
  top: 29px;
  padding: 7px 12px !important;
  z-index: 2;
}

.create-reminder .datepicker {
  border: none;
  border-radius: 5px;
  padding: 3px;
  outline: none;
}
.create-reminder .account-tabs .nav-item {
  width: 16.65%;
  margin: 0px;
  overflow: auto;
}
.create-reminder .account-tabs .nav-tabs .nav-link {
  /*border-color: #e9ecef #e9ecef #dee2e6;*/
  background-color: transparent;
  color: #fff;
  text-transform: capitalize;
  font-size: 14px;
  /*font-family: 'Poppins', sans-serif;*/
  padding: 10px 14px;
  line-height: 18px;
  text-align: center;
  min-height: 60px;
  /*border-left: 1px solid #707070;*/
  margin-top: -1px;
}

.create-reminder .account-tabs .nav-tabs .nav-link.active {
  color: #ffff;
  /* background-color: #0c3eff !important; */
  /*border: none;*/
  border: 1px solid transparent;
  border-radius: 0px;
}
.create-reminder .account-tabs .nav-tabs {
  border-bottom: none !important;
}

.create-reminder .account-tabs .nav-tabs .nav-item {
  margin-bottom: -1px !important;
}
.account-tabs #service-tab,
.account-tabs #total-tab,
.account-tabs #reminders-tab {
  padding-top: 20px;
}

.create-reminder-notes {
  width: 20%;
  border-radius: 10px;
  background-color: pink;
  position: absolute;
  right: 25%;
  bottom: 0;
  overflow: auto;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.reminder-notes-title {
  background-color: #0c3eff;
  padding: 10px 15px;
}

.reminder-notes-title p {
  display: inline;
  color: #fff;
}

.reminder-notes-title i {
  color: #fff;
  float: right;
  padding: 5px;
  cursor: pointer;
}

.reminder-notes-body {
  background-color: #fff;
  padding: 15px;
  overflow: auto;
}

.create-reminder-notes .Create-btn a {
  background-color: #0c3eff;
  color: #fff;
  padding: 8px 10px;
  border-radius: 8px;
  letter-spacing: 0;
  font-size: 12px;
  float: right;
}

.account-details input {
  width: 35%;
  display: inline;
  background-color: #e2e2e2;
}

.account-details label {
  color: #495057;
}
.account-details span {
  float: right;
  color: #495057;
}

.account-details .row {
  margin: 10px 0px;
}

.account-details .wd-2 {
  width: 2%;
}
.account-details .wd-10 {
  width: 10%;
}

.account-details .wd-20 {
  width: 20%;
}

.account-details .wd-35 {
  width: 35%;
}
.account-details .form-check-inline {
  display: inline;
  background-color: #e2e2e2;
  padding: 3px 7px;
  border-radius: 5px;
  width: 10%;
}

.account-details input[type="radio"]:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #fff;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 1px solid #0c3eff;
}

.account-details input[type="radio"]:checked:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #0c3eff;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 1px solid white;
}

.total-amt table th {
  /*  width: 33%;*/
  text-align: center;
  color: #707070;
  /*font-weight: 600;*/
}
.total-amt table td {
  /* width: 33%;*/
  text-align: center;
  color: #707070;
}
.total-amt table.table thead th {
  border-top: none;
  padding-bottom: 2px;
}

.total-amt .total-amont-span span {
  float: none;
  color: #707070;
  font-size: 27px;
  font-weight: 600;
  line-height: 34px;
  padding-right: 8px;
}

.total-amt .total-amont-span b {
  font-size: 40px;
  font-weight: 600;
  line-height: 42px;
  color: #0c3eff;
}

.fee-reminder .pay-status {
  position: relative;
  margin: 15px 0px;
}

.fee-reminder .pay-status {
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  padding: 10px;
  opacity: 1;
}

.fee-reminder .pay-status h6 {
  font-size: 12px;
  line-height: 12px;
  color: #000000;
  margin-bottom: 3px;
}

.fee-reminder .pay-status h4 {
  color: #0c3eff;
  margin: 3px 0px;
}

.fee-reminder .pay-status i {
  position: absolute;
  top: 30%;
  right: 5%;
  color: #0c3eff;
  font-size: 24px;
  line-height: 26px;
  cursor: pointer;
}

.create-reminder .account-tabs .nav-tabs #affiliate-tab {
  padding: 10px 20px;
}

/*-------------------------modify-contact-filter-----------------*/

.modify-contact-filter .btn {
  padding: 0px;
  display: contents;
  text-decoration: none;
}
.modify-contact-filter .btn i {
  color: #0c3eff;
  /*font-size: 16px;*/
}

.modify-contact-filter .btn {
  /* color: white !important; */
  font-weight: bold;
  text-transform: capitalize;
}

.modify-contact-filter .card-body {
  max-height: 50vh;
  padding: 0.25rem;
  overflow-y: scroll;
  overflow-x: hidden;
}

.modify-contact-filter .card-body label {
  color: #333;
}
.modify-contact-filter .card-header {
  padding: 0.5rem 0.25rem;
}

.modify-contact-filter .card-header .more-dot {
  font-size: 15px;
}

.modify-contact-filter .card-body strong {
  font-size: 14px;
}

.modify-create-contact h6 {
  color: #333;
  margin-top: 2rem;
}
.modify-create-contact strong {
  color: #0c3eff;
  font-size: 15px;
}

.modify-create-contact b {
  color: red;
}
.modify-filter-title h6 {
  font-size: 14px;
  color: #333;
  font-weight: 500;
  margin-top: 2rem;
}

.modify-filter-title strong {
  color: #0c3eff;
  font-size: 15px;
}

/*--------------------------------invoice-details--------------------*/

.invoice-title input {
  max-width: 130px;
}
.invoice-details {
  margin-bottom: 4rem;
}

.invoice-details label {
  font-size: 13px;
  font-weight: bold;
}

.invoice-details .card-title {
  font-size: 1.2rem;
}

/*-------------------------Application-details------------------*/

.my-application-nav .custom-tab .nav-link {
  background-color: #001f4d;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  padding: 20px 27px;
  border: 0px 2px 2px 2px solid pink;
  border-right: 1px solid #0c3eff !important;
}

.my-application-nav .custom-tab .nav-link.active {
  color: #fff;
  background-color: #0c3eff;
  border-color: #dee2e6 #dee2e6 #fff;
  border-bottom: 3px solid #001f4d;
}

.comment-custom .sent_msg {
  float: right;
  width: 96%;
}

.comment-custom .sent_msg p {
  background: #fff none repeat scroll 0 0;
  border-radius: 3px;
  font-size: 13px;
  line-height: 20px;
  margin: 0;
  color: #5d5d5f;
  padding: 10px 15px;
  width: 100%;
}

/*-----------------------------------edit-details-----------------------------*/

.edit-details .nav-tabs .nav-link:focus,
.nav-tabs .nav-link {
  font-size: 0.9rem;
  padding: 0.8rem 1.2rem;
}

.edit-details .edit-details-tabs-menu .nav-tabs .nav-link:focus,
.edit-details .edit-details-tabs-menu .nav-tabs .nav-link {
  background-color: #dee2e6;
  color: #001f4d;
  border-right: 1px solid #0c3eff !important;
}

.edit-details .edit-details-tabs-menu .nav-tabs .nav-item.show .nav-link,
.edit-details .edit-details-tabs-menu .nav-tabs .nav-link.active {
  background-color: #0c3eff;
  border-color: #0c3eff #0c3eff #fff;
  border-bottom: 3px solid #001f4d;
  color: #fff;
}

/* input[type="date"]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
} */

/*---------------------------------Media Query-for-Tab--------------------------------------*/
/*---------------------------------------------------------------------------------------------*/

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .create-reminder .account-tabs .nav-tabs .nav-link {
    font-size: 11px;
    padding: 10px 0px;
    line-height: 14px;
    min-height: 65px;
  }

  .navbar {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
      0 2px 10px 0 rgba(0, 0, 0, 0.12);
    margin-bottom: 10px;
    padding: 0.3rem;
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 2;
    border-top: 2px solid #0c3eff;
  }

  .user ul li {
    padding: 0px 2px;
  }

  .search-contacts .form-control {
    height: calc(0.9em + 0.75rem + 2px);
  }

  .search-contacts i {
    padding: 6px 10px;
    height: calc(0.9rem + 0.75rem + 2px);
  }

  .Create-btn a {
    padding: 5px 12px;
    margin-top: 12px;
  }
  .search-contacts {
    margin-top: 12px;
  }
  .top-left-bar .openNav {
    margin: 0px !important;
    padding: 0px !important;
    padding-left: 20px !important;
  }

  .bs-canvas {
    top: 0;
    width: 0;
    z-index: 1110;
    overflow-x: hidden;
    overflow-y: auto;
    /*background-color: #0c3eff !important;*/
    color: #fff;
  }

  .content-body {
    padding-left: 0px;
  }

  .dashbaord-ipad .col-md-5 {
    padding-right: 0px;
  }

  .body-content-with-md-9-title .reminde-task {
    display: -webkit-inline-box;
    border-radius: 23px;
    padding: 1px 5px;
    margin: 0px;
    /*margin-top: 14px;*/
  }

  .body-content-with-md-9-title .reminde-task span {
    /* border: 1px solid #fff; */
    border-radius: 100%;
    font-weight: 300;
    color: #fff;
    font-size: 11px;
    padding: 0px 4px;
    line-height: 18px;
    margin-left: 2px !important;
  }

  .body-content-with-md-9-title .reminde-task h5 {
    display: inline;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    line-height: 19px;
  }

  .overlay-add-deals .text-white {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
  }

  .deals-input .nav-tabs .nav-link {
    text-transform: unset;
    font-size: 12px;
    padding: 12px 7px;
  }
  .contact-footer {
    padding: 0px;
    display: block;
  }
  .contact-footer .btn {
    display: block;
  }

  .center-details-nav .nav-tabs .nav-link {
    padding: 10px 10px;
    font-size: 10px;
  }
  .SE-CLient {
    background-color: #0c3eff;
    padding: 10px 10px;
    color: #fff;
    border-radius: 10px;
  }
  .SE-CLient table {
    margin-right: 25px;
  }
  .SE-CLient table td {
    font-size: 11px;
    line-height: 13px;
    font-weight: 400;
    padding: 3px;
  }

  .account-cards {
    width: 100%;
  }

  .create-reminder .accounting-tabs .nav-tabs .nav-link {
    font-size: 14px;
    padding: 10px 4px;
    line-height: 18px;
    min-height: 40px;
  }

  .create-reminder .account-cards .nav-tabs .nav-link {
    font-size: 14px;
    padding: 10px 15px;
    line-height: 18px;
    min-height: 58px;
  }

  .create-reminder .form-control-sm {
    height: calc(1rem + 0.5rem + 2px);
    padding: 0.15rem 0.3rem;
    font-size: 0.675rem;
    line-height: 1.5;
  }

  .card-clint-detail p {
    font-size: 12px;
  }

  .cards-title .col-md-2 {
    padding: 0px 5px;
  }

  .card-clint-detail .col-md-4 {
    padding-right: 0px;
  }

  .page-counter span {
    margin-top: 7px;
  }

  .deals-user-details .form-control {
    height: 16px;
    padding: 2px 5px;
    font-size: 10px;
    margin-top: 3px;
  }

  .left-details .user-control ul li {
    margin: 0px 2px;
  }
  .left-details .user-icon i {
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 50px;
  }

  .left-details .user-control ul li i {
    padding: 5px;
    font-size: 13px;
    min-width: 24px;
    min-height: 24px;
    line-height: 14px;
    margin-top: 10px;
  }

  .about-contact .form-control {
    font-size: 10px;
  }

  .about-contact label {
    font-size: 11px;
    padding-left: 2px;
  }

  .left-details .user-control ul li a {
    line-height: 26px;
    color: #6c6c6c;
  }

  .right-details .right-body {
    padding: 7px;
    margin: 10px 0px;
  }

  .center-body .output-task-details {
    padding: 7px;
    font-size: 10px;
    line-height: 10px;
    overflow: hidden;
  }
  .output-task-header h5 {
    display: inline;
    font-size: 10px;
    line-height: 12px;
    font-weight: 500;
  }
  .center-body select {
    font-size: 10px;
    line-height: 11px;
  }

  .output-task-body .col-md-4 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .output-task-body .pl-4,
  .px-4 {
    padding-left: 1rem !important;
  }

  .output-task-details i {
    font-size: 14px;
  }
  .contact-details .activeInner-header i {
    font-size: 16px;
    float: left;
  }

  .contact-details .activeInner-header h6 {
    display: inline;
    position: absolute;
    padding-left: 10px;
  }

  .account-cards #partner-tab {
    padding-top: 20px;
  }

  .cards-title .img-circle {
    width: 45px;
    height: 45px;
    padding: 3px;
  }
  .cards-short {
    padding: 15px 3px 10px 3px;
    background-color: #0c3eff;
    border-radius: 10px;
    cursor: pointer;
    min-height: 140px;
  }
  .cards-body-details .img-circle {
    width: 65px;
    height: 65px;
  }
  .cards-body-details h4 {
    padding-left: 20px;
    padding-top: 10px;
    font-size: 20px;
    line-height: 25px;
  }
  .associated-clients ul {
    list-style: none;
    margin-top: 15px;
    margin-left: 0px;
    padding: 0px;
  }

  .cards-body-details {
    margin-left: -10px;
  }
  .associated-clients ul li {
    font-size: 11px;
    line-height: 18px;
    color: #fff;
  }
  .coctacts-table table.table td {
    font-size: 11px;
    line-height: 13px;
  }
  .card-clint-detail {
    padding: 30px 0px;
  }

  .nav-filter .filter-by-type ul a {
    font-size: 12px;
    line-height: 16px;
    padding: 10px 5px;
  }

  .card-short-title p {
    font-size: 11px;
    line-height: 14px;
  }

  .account-details .wd-10 {
    width: 14%;
  }
  .account-details .wd-20 {
    width: 23%;
  }
  .account-details .wd-35 {
    width: 38%;
  }
  .create-reminder-notes {
    width: 34%;
    border-radius: 7px;
    background-color: #fff;
    right: 20%;
  }
  .fee-reminder .pay-status h4 {
    font-size: 16px;
  }

  .total-amt .table td {
    padding: 1px;
    vertical-align: middle;
    font-size: 12px;
  }
  .total-amt .total-amont-span span {
    font-size: 16px;
    line-height: 18px;
    padding-right: 4px;
  }
  .total-amt .total-amont-span b {
    font-size: 28px;
    line-height: 28px;
  }
  .account-details label {
    font-size: 12px;
  }
  .account-details .wd-2 {
    width: 3%;
  }
  .account-details i {
    font-size: 12px;
  }

  .overlay-note-mini-max .note-body .log-call {
    font-size: 10px;
  }

  .overlay-note-mini-max .overlay-note-content {
    width: 84%;
    margin-right: 15%;
  }

  .overlay-note-mini-max .overlay-note-content .btn.btn-sm {
    padding: 8px;
    font-size: 0.48rem;
  }

  .dashbaord-ipad .center-body {
    height: 40vh;
  }

  .list-for-md-3 ul li a {
    font-size: 11px;
    line-height: 14px;
  }

  .list-for-md-3 h5 {
    font-size: 15px;
  }
  .ledt-side-setting-menu .drop-menu {
    font-size: 13px;
    line-height: 22px;
    padding: 8px 7px;
    letter-spacing: 0.3px;
  }
  .ledt-side-setting-menu .click-show-menu .drop-menu i {
    padding: 0px 3px;
  }
  .settings-details .col-md-3 {
    padding-left: 5px;
    padding-right: 0px;
  }

  .settings-details .col-md-4 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .settings-details .px-5 {
    padding: 0px 15px !important;
  }

  .settings-details .form-control-sm {
    height: calc(1rem + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.675rem;
    line-height: 1.2;
  }

  .settings-details p .form-control {
    height: calc(1rem + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.675rem;
    line-height: 1.2;
  }

  .settings-details .btn.btn-md {
    padding: 0.5rem 1rem;
    font-size: 0.7rem;
    border: 1px solid transparent !important;
  }

  .settings-details .btn {
    padding: 0.5rem 1rem;
    font-size: 0.7rem;
    border: 1px solid transparent !important;
  }
  .body-content-with-md-9-title h4 {
    font-size: 15px;
  }
  .body-content-with-md-9 label {
    color: #555;
    font-size: 12px;
    line-height: 14px;
  }

  .body-content-with-md-9 p {
    color: #555;
    font-size: 12px;
    line-height: 14px;
  }

  .table-header-md-9 table tbody .Query-show:hover {
    white-space: normal;
    width: 350px !important;
    display: block;
  }

  .settings-details table th {
    font-size: 12px;
    line-height: 14px;
    text-transform: capitalize;
  }
  .settings-details table td {
    font-size: 12px;
    line-height: 14px;
  }
  .body-content-with-md-9-title {
    margin: 3px 0px;
  }

  .show-settings-icons {
    padding: 0px 10px;
  }
  .settings-pro .accordion .card-body .col-md-1 {
    padding: 0px 5px;
  }

  .task-filter .col-md-3 {
    padding-left: 5px;
    padding-right: 0px;
  }

  .tasks-page-detail .form-group {
    margin-bottom: 5px;
  }
  .task-title .form-group select {
    font-size: 12px;
    line-height: 13px;
  }
  .task-filter .tasks-nav ul li a {
    font-size: 13px;
    line-height: 19px;
    color: #4a4a4a;
  }

  .Filter-Ticket .col-md-3 {
    padding-left: 5px;
    padding-right: 0px;
  }

  .ticket-view-chatdetail {
    padding: 0px;
  }
  .ticket-left-nav .ticket-title {
    padding: 4px;
    cursor: pointer;
  }
  .ticket-app-chat {
    padding: 10px 10px;
    font-size: 15px;
  }

  .ticket-app-chat .col-md-9 {
    padding: 0px;
  }

  .ticket-app-chat p {
    margin-top: 4px;
    margin-bottom: 0px;
    font-size: 11px;
    line-height: 12px;
  }
  .ticket-app-chat img {
    width: 35px;
    height: 35px;
    border: 1px solid #0c3eff;
  }
  .ticket-number h5 {
    font-size: 13px;
    line-height: 14px;
  }
  .ticket-number {
    padding: 10px;
  }

  .ticket-activity {
    margin-top: 6px;
  }

  .ticket-left-nav {
    margin-top: 32px !important;
  }

  .ticket-count-details h4 {
    font-size: 20px;
  }
  .Recent-Activity-details .col-md-9 {
    padding-left: 0px;
  }
  .Recent-Activity-details .col-md-3 {
    padding-right: 0px;
  }
  .Recent-Activity-details p {
    font-size: 11px;
    line-height: 14px;
  }
  .ticket-To-Dos-details p {
    font-size: 11px;
    line-height: 14px;
  }
  .ticket-To-Dos-details .col-md-3 {
    padding-right: 0px;
  }
  .ticket-To-Dos-details .col-md-9 {
    padding-left: 0px;
  }
  .ticket-view {
    font-size: 10px;
  }
  .ticket-view p {
    margin-bottom: 5px;
  }
  .ticket-view .col-md-12 p {
    padding: 10px 0px;
  }
  .ticket-count h5 {
    font-size: 13px;
    display: block;
    text-align: center;
  }
  .ticket-count span {
    float: none;
    border: none;
    color: #0c3eff;
    font-size: 21px;
    line-height: 21px;
  }
}

/*---------------------------------Media Query-for-mobile--------------------------------------*/
/*---------------------------------------------------------------------------------------------*/

@media only screen and (max-width: 500px) and (min-width: 200px) {
  .row {
    display: block !important;
    display: -ms-flexbox;
    display: flex;
    --ms-flex-direction: column;
    --webkit-flex-wrap: wrap;
  }

  .show-settings-icons .row {
    display: -webkit-box !important;
    display: -ms-flexbox;
    display: flex;
    --ms-flex-direction: column;
    --webkit-flex-wrap: wrap;
  }

  .edit-details .my-application-nav .nav,
  .edit-details .center-details-nav .nav {
    /* -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: auto;
    white-space: nowrap; */
    overflow-y: scroll;
  }

  .accounting-row {
    display: inline-block;
  }

  .cards-title .row {
    display: -webkit-box !important;
  }

  .Recent-Activity-details .row {
    display: -webkit-box !important;
  }

  .ticket-To-Dos-details .row {
    display: -webkit-box !important;
  }

  .remider-body .account-tabs-details .row {
    display: block !important;
  }

  .ticket-view .row {
    display: -webkit-box !important;
  }

  .ticket-app-chat .row {
    display: -webkit-box !important;
  }

  .row-property .home-title {
    width: 100%;
  }

  .row-property .Create-btn a {
    z-index: 1;
  }

  .account-details .row {
    display: block !important;
  }

  .remider-body {
    margin-top: 10px !important;
    padding-bottom: 120px;
  }

  .inner-body {
    margin-top: 50px;
  }

  .bs-canvas {
    top: 0;
    width: 0;
    z-index: 1110;
    overflow-x: hidden;
    overflow-y: auto;
    color: #fff;
  }

  .dekstop-view {
    display: none;
  }
  .mobile-view {
    display: block;
  }
  .search-contacts .form-control {
    display: none;
  }

  .content-body {
    padding-left: 0px;
    margin-top: 15px;
  }

  .login-section {
    background-color: #fafafb;
    background: url(../../assets/img/login-mob-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5px 0px;
    min-height: 100vh;
    background-position: center center;
  }

  .navbar .nav-item .nav-link {
    padding-right: 1px;
    padding-left: 1px;
  }
  .user ul li {
    padding: 0px 3px;
  }
  .user {
    padding: 0px;
  }
  .user ul li a i {
    font-size: 12px;
  }
  .user .rounded-circle {
    padding: 2px;
  }

  .top-left-bar {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1;
    padding: 16px 16px;
  }

  .top-left-bar .openNav {
    margin: 0px !important;
    padding: 0px !important;
  }
  .top-left-bar span {
    display: none;
  }

  .nav-img-icon ul li {
    margin: 14px 0px;
  }

  .nav-img-icon ul li a img {
    background-color: #fef5f1;
    border-radius: 5px;
    padding: 4px;
    height: 35px;
    width: 35px;
  }

  .bs-canvas-header .img-icon {
    width: 46px !important;
    height: 46px !important;
  }

  .bs-canvas-header b {
    font-size: 19px !important;
    line-height: 18px !important;
    text-transform: uppercase !important;
    margin-top: 5px !important;
    margin-left: 5px !important;
  }
  .bs-canvas a span {
    display: none;
    margin-left: 10px;
  }

  .bs-canvas a {
    font-size: 18px;
    line-height: 30px;
  }
  .navbar {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
      0 2px 10px 0 rgba(0, 0, 0, 0.12);
    margin-bottom: 10px;
    padding: 0.3rem;
    position: sticky;
    top: 0;
    background-color: #0c3eff;
    z-index: 2;
    /*border-top: 2px solid #0c3eff;*/
  }

  .heading-title {
    border-bottom: 1px solid transparent;
  }

  .border-none {
    border-bottom: 1px solid transparent !important;
  }
  .mobile-view .nav-link i {
    color: #fff;
    font-size: 14px;
    padding: 0px 10px;
  }

  .brand-se {
    text-align: center;
  }

  .brand-se img {
    width: 46px;
    background: #fff;
    padding: 3px;
    border-radius: 100%;
    position: absolute;
  }

  .seLogin-wrapper .login-wrapper .loginbox .login-right {
    width: auto;
  }

  .brand-se img {
    background: transparent;
    border-radius: inherit;
  }

  .home-table-search {
    display: contents !important;
    float: right;
  }
  .user-mob-view {
    position: absolute;
    top: 59px;
    background-color: #fff;
    width: 98%;
    padding: 5px 0px;
  }

  .user-mob-view {
    display: none;
  }

  .user-mob-view-active {
    display: block;
  }

  .user-mob-view-left {
    float: left;
  }

  .user-mob-view-right {
    float: right;
  }

  .user-mob-view-left .dropdown-menu-right {
    left: 0;
  }

  .filter-title-mob {
    display: none;
  }

  .filter-in-mob-view {
    display: block;
  }
  .filter-in-mob-view input[type="text"] {
    width: 16px;
    box-sizing: border-box;
    border: none;
    border-radius: 2px;
    font-size: 16px;
    background-color: white;
    background-image: url("../../assets/img/searchicon.png");
    background-position: right;
    background-repeat: no-repeat;
    padding: 6px 10px 6px 20px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    outline: none;
  }

  .filter-in-mob-view input[type="text"]:focus {
    width: 85%;
    background-color: #f7f7f7;
    border-radius: 10px;
  }

  .filter-in-mob-view {
    margin: 10px 0px;
  }
  .filter-in-mob-view i {
    color: #0c3eff;
    font-size: 18px;
    padding: 0px 10px;
    position: absolute;
    right: 0px;
    top: 0px;
    color: #f4f4f4;
    cursor: pointer;
    z-index: 0;
    background-color: #0c3eff;
    padding: 9px 10px;
    border-radius: 0px 10px 10px 0px;
    z-index: 0;
    height: calc(1.3em + 0.75rem + 2px);
  }

  .add-filter {
    padding-bottom: 0px;
  }

  .mob-preferences {
    max-height: 340px;
    overflow: scroll;
    margin-bottom: 15px;
    display: none;
  }

  .overlay-note-mini-max .overlay-note-content {
    width: 100%;
    margin-right: 0%;
  }

  .overlay-note-mini-max {
    width: 100% !important;
    z-index: 3;
    padding: 100px 10px;
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 2;
    bottom: 0;
    right: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.5);
    overflow-x: hidden;
    transition: 0.5s;
  }

  .overlay-note-mini-max .fa-minus {
    display: none;
  }

  .log-call-footer {
    display: block;
  }

  .overlay-add-deals {
    width: 80%;
  }

  .overlay-note-mini-max .note-title h4 {
    font-size: 15px;
    letter-spacing: 0;
  }

  .nav-tabs .nav-link {
    padding: 10px 5px;
  }

  .center-details-nav .nav-tabs .nav-link {
    padding: 10px 7px;
  }

  .center-details-nav .nav-tabs .nav-link:focus,
  .nav-tabs .nav-link {
    padding: none;
  }
  .contact-footer {
    padding: 5px;
    display: inline;
  }

  .contact-footer .btn {
    padding: 8px 12px;
    display: block;
  }

  .help-message {
    width: 45%;
    z-index: 1;
  }

  .se-help {
    z-index: 2;
  }

  .center-details {
    margin-top: 30px;
  }

  .task-title .form-group {
    margin-bottom: 0px;
  }

  .filter-body {
    height: auto;
  }
  .body-content-with-md-9 {
    height: auto;
    padding-bottom: 20px;
  }
  .body-content-with-md-9-title .reminde-task {
    display: -webkit-inline-box;
    border-radius: 23px;
    padding: 3px 5px;
    margin: 0px;
  }
  .dashbaord-ipad .center-body {
    height: 40vh;
    margin-bottom: 20px;
  }

  .dashbaord-ipad .center-details {
    margin-top: 0px;
  }
  .Dashboard-sticky {
    padding: 6px;
    border-radius: 6px 6px 0px 0px;
  }
  .Dashboard-sticky .float-right {
    padding-top: 0px !important;
  }

  .Dashboard-sticky .h3-none {
    display: none !important;
  }

  .left-details {
    margin-top: 30px;
  }
  .body-content-with-md-9 .px-5 {
    padding: 0px 5px !important;
  }

  .Recent-Activity-details .col-md-10 {
    padding-left: 20px;
  }

  .ticket-number {
    width: 33%;
    padding: 10px 2px;
  }

  .ticket-number h5 {
    font-size: 13px;
  }
  .ticket-Recent-Activity {
    margin-bottom: 20px;
  }
  .ticket-count-details {
    margin-top: 20px;
  }

  .ticket-app-chat p {
    font-size: 12px;
    line-height: 12px;
  }
  .ticket-count-view {
    width: 100%;
    margin: 0px;
    text-align: center;
    float: left;
    margin-bottom: 0px;
  }
  .ticket-view {
    margin: 10px 0px;
  }
  .ticket-count-activity .ticket-count {
    width: 46%;
    margin: 10px 4px;
    padding: 7px 3px;
  }
  .ticket-count-activity {
    margin-bottom: 30px;
    padding-left: 15px;
  }

  .search-contacts {
    width: 50%;
    display: none;
  }
  .right-click a {
    /* float: right;*/
    position: absolute;
    top: 0;
    right: 0;
  }

  .home-title {
    margin-top: 10px;
  }
  .home-title h1 {
    font-size: 26px;
    line-height: 30px;
  }
  .login-inner {
    margin-top: 20%;
    background-color: #efefefa3;
  }
  .login-section .index-logo img {
    width: 30%;
    position: absolute;
    top: 10px;
    z-index: 9;
    left: 36%;
  }

  .filter-title {
    padding: 10px 20px;
  }
  .filter-title h5 {
    display: inline;
  }

  .filter-body-mob {
    display: none;
  }
  .filter-body-active {
    display: block;
    width: 100% !important;
    cursor: auto;
  }

  .filter-title .mob-nav-open {
    display: block;
    background-color: transparent;
    cursor: pointer;
    border: none;
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    outline: none;
    float: right;
  }

  .table-header-md-9 table tbody .Query-show:hover {
    display: block;
    width: 260px;
  }

  .coctacts-table table tbody .Query-show:hover {
    white-space: normal;
    width: 260px;
    display: block;
  }

  .country-filter a {
    padding: 2px;
    font-size: 12px;
    text-align: center;
  }
  .Create-Client {
    background-color: #ffffff;
    width: 330px;
    padding: 0px 10px;
  }

  .SE-CLient {
    /*padding: 5px 10px;*/
    border-radius: 10px;
    margin-top: 50px;
  }
  .SE-CLient table {
    margin-right: 20px;
  }
  .SE-CLient table td {
    font-size: 12px;
    line-height: 14px;
  }
  .create-reminder-notes {
    width: 70%;
    border-radius: 10px;
    background-color: #fff;
    position: absolute;
    right: 17%;
    bottom: 0;
    overflow: auto;
  }
  .create-reminder .account-tabs .nav-item {
    width: 100%;
  }

  .create-reminder .account-tabs .nav-tabs .nav-link {
    min-height: auto;
  }

  .account-tabs #service-tab,
  .account-tabs #total-tab,
  .account-tabs #reminders-tab {
    padding-top: 5px;
  }
  .account-details span {
    float: none;
    padding: 0px 5px;
  }

  .account-details .wd-20 {
    width: 60%;
    margin-top: 5px;
  }
  .account-details .wd-10 {
    width: 25%;
  }

  .account-details input {
    width: 60%;
  }
  .account-details .wd-35 {
    width: 60%;
  }

  .account-details .wd-2 {
    width: 5%;
  }

  .fee-reminder .pay-status h4 {
    font-size: 16px;
    line-height: 18px;
  }
  .total-amt .total-amont-span b {
    font-size: 32px;
    line-height: 34px;
  }
  .total-amt .total-amont-span span {
    font-size: 25px;
    line-height: 34px;
    padding-right: 18px;
  }

  .create-reminder .accounting-tabs .nav-tabs .nav-link {
    font-size: 11px;
    padding: 15px 0px;
    line-height: 11px;
  }

  .account-cards {
    width: 100%;
  }

  .img-circle {
    width: 45px;
    height: 45px;
    padding: 3px;
  }

  .cards-short {
    padding: 10px 10px 5px 5px;
    background-color: #0c3eff;
    border-radius: 15px;
    cursor: pointer;
    min-height: 135px;
    margin: 5px 0px;
  }
  .card-short-title p {
    font-size: 10px;
    color: #fff;
    line-height: 14px;
    margin-bottom: 0px;
  }

  .card-clint-detail span {
    float: none;
  }

  .cards-body-details h4 {
    color: #fff;
    padding-top: 10px;
    text-align: center;
  }
  .card-clint-detail p {
    font-size: 14px;
  }

  .notification .assign i {
    margin-right: 5px;
  }

  .notification .assign p {
    float: none;
    font-size: 13px;
    line-height: 15px;
  }

  .body-content-with-md-9-title .reminde-task h5 {
    font-size: 13px;
    line-height: 20px;
  }

  .modify-create-contact .contact-footer {
    position: inherit;
  }

  .received_withd_msg {
    max-width: 85%;
  }
  .sent_msg {
    max-width: 85%;
  }

  .edit-details .my-application-nav .nav,
  .edit-details .center-details-nav .nav {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: auto;
    white-space: nowrap;
    overflow-y: clip;
  }

  .edit-details .my-application-nav .nav-link,
  .edit-details .center-details-nav .nav-link {
    padding: 10px;
  }

  .mobileApp .button {
    font-size: 12px;
  }
}

.w-100 {
  width: 100%;
}

/* Date Picker css */

/* input[type="date"]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;

  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;

} */

/* Date Picker css end */

/* .myDatePicker {   
  width: 100%;  
  height:5px
} */

.application_item_edit > div {
  width: 30% !important;
}

.rmsc {
  --rmsc-main: #4285f4;
  --rmsc-hover: #f1f3f5 !important;
  --rmsc-selected: #e2e6ea;
  --rmsc-border: #ccc;
  --rmsc-gray: #aaa;
  --rmsc-bg: #fff;
  --rmsc-p: 9px !important; /* Spacing */
  --rmsc-radius: 4px !important; /* Radius */
  --rmsc-h: 21px !important; /* Height */
}

.application_det_Contact select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 5px;
  margin-top: 5px;
}

/* Message Inner css */

.chat_box_me {
  display: flex;
  justify-content: flex-end;
  margin: 8px 0;
  margin-left: 25%;
}

.chat_box_you {
  display: flex;
  justify-content: flex-start;
  margin: 8px 0;
  margin-right: 25%;
}
.Pad {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 5px;
}
.chat_box_me > p {
  background-color: #0c3eff;
  color: white;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 5px 8px;
  min-width: 25%;
  max-width: 100%;
  border-bottom-right-radius: 8px;
  display: flex;
  flex-direction: column;
}

.chat_box_me p span {
  display: flex;
  justify-content: flex-end;
}

.chat_box_you p span {
  display: flex;
  justify-content: flex-end;
}

.chat_box_you > p {
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 5px 8px;
  min-width: 25%;
  max-width: 100%;
  border-bottom-left-radius: 8px;
  display: flex;
  flex-direction: column;
}

.chat_box_me,
.chat_box_you {
  padding: 4px 3px;
}

/* Document csss */

.Document {
  display: flex;
  justify-content: space-between;
  padding: 20px 50px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 10px;
  margin-top: 18px;
}

.download_section {
  display: flex;
  justify-content: space-around;
  gap: 22px;
}

.download_section > div {
  cursor: pointer;
}
.uploaded-documents-name h5 {
  color: #f05f37;
}

/* classic edit css  */

.ql-container {
  min-height: 140px;
  height: 140px !important;
  flex: 1;
  display: flex;
  flex-direction: column;
  border: 0.1px solid #e2e2e2 !important;
  background-color: white;
}

.ql-editor {
  min-height: 40px !important;
  height: 40px !important;
  flex: 1;
  overflow-y: auto;
  width: 100%;
  font-size: 12px !important;
}

.editor .ql-container {
  background: white;
  border: 0.1px solid grey;
}

/* Task Log reminder css */

.Deactive_Task {
  cursor: pointer;
  font-size: 20px;
  margin-right: 7px;
  color: #0c3eff;
}
.Active_Task {
  cursor: pointer;
  font-size: 20px;
  margin-right: 7px;
}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Multi selectro csss start */
.rmsc {
  --rmsc-p: 10px !important;
}

.rmsc .dropdown-content {
  --rmsc-p: 3px 5px !important;
}

.Multi_Selector > div {
  padding: 6px 5px !important;
}
/* Multi selectro csss end */

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

/* University Image Upload start */
.Image_Uploader {
  width: 60%;
  border: 0.2px solid rgb(184, 182, 182);
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.Image_Uploader > div {
  padding: 40px;
}
.Image_Uploader > h4 {
  text-align: center;
  background-color: #020635;
  color: white;
  padding: 10px;
}

.Image_Uploader2 {
  border: 0.1px solid rgb(160, 157, 157);
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}
.Image_Uploader2 > h4 {
  text-align: center;
  background-color: #020635;
  color: white;
  padding: 10px;
}

.Image_Uploader2 > div div {
  display: flex;
  justify-content: flex-start;
  font-size: 16px;
  gap: 5px;
  cursor: pointer;
}

.Image_Uploader2 > div div > p:nth-child(2) {
  color: #0c3eff;
}

.Image_Uploader2 > div {
  padding: 20px;
  /* background-color:#020635; */
}

.University_Image {
  display: flex;
  justify-content: space-evenly;
  padding: 20px;
}

.University_Image b {
  color: red;
}

.university_Image_btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-group select {
  width: 100% !important;
  overflow-x: hidden !important;
}

.from-control option {
  width: 10% !important;
  overflow: hidden;
}

.university_Image_btn .btn {
  background-color: #0c3eff;
  color: white;
  padding: 10px 45px;
}

.university_Image_btn .btn:hover {
  background-color: #020635;
}
.sub_Loading {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 200px) and (max-width: 760px) {
  .University_Image {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-evenly;
    gap: 20px;
    align-items: center;
    padding: 20px;
  }
  .top-left-bar h1 {
    font-size: 20px;
  }
  .mblVwe {
    width: 95%;
    margin: auto;
  }

  .Image_Uploader {
    width: 100%;
  }
  .Image_Uploader2 {
    width: 70%;
  }
}

@media screen and (min-width: 200px) and (max-width: 460px) {
  .Image_Uploader2 {
    width: 100%;
  }
}
.tableRecord {
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50px;
  position: absolute;
  left: 40%;
  background-color: white;
}
/* End University Upload */

.dimmed {
  position: relative;
}

.dimmed:after {
  content: " ";
  z-index: 10;
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  border: 1px solid dotted #0c3eff;
  background: rgba(0, 0, 0, 0.3);
}

/* Loader css start */
.loader21 {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: block;
  margin: 15px 0 0 30px;
  position: relative;
  color: #0c3eff;
  box-sizing: border-box;
  animation: animloader 1s linear infinite alternate;
}

@keyframes animloader {
  0% {
    box-shadow: -38px -6px, -14px 6px, 14px -6px;
  }
  33% {
    box-shadow: -38px 6px, -14px -6px, 14px 6px;
  }
  66% {
    box-shadow: -38px -6px, -14px 6px, 14px -6px;
  }
  100% {
    box-shadow: -38px 6px, -14px -6px, 14px 6px;
  }
}

/* Loader css end */

.contact-footer2 {
  height: 30px;
  overflow: scroll;
}

@media screen and (min-width: 100px) and (max-width: 480px) {
  .coctacts-table {
    height: 50vh;
  }
  .custom-scroll-right {
    overflow: scroll !important;
  }

  .custom-scroll-right-bottum {
    overflow: scroll !important;
    border-bottom: 3px solid #0c3eff;
  }
  .mblVw {
    padding: 30px 5px 60px 5px;
  }
  .frm_grp2 {
    flex-direction: column;
  }

  .frm_grp2 > div {
    width: 100%;
    margin: auto;
  }
  .frm-grp {
    width: 90%;
  }
}

/* subagent edit page verify css */

.cst_button {
  display: flex;
  gap: 10px;
}

.cst_button button {
  background-color: #0c3eff;
  color: white;
  border: none;
  outline: none;
  border-radius: 4px;
  padding: 3px 10px;
}

.cst_button button:hover {
  background-color: #020635;
}
.disbl {
  background-color: grey !important;
}

.cst_btn {
  background-color: #0c3eff;
  color: white;
  border: none;
  outline: none;
  border-radius: 4px;
  padding: 4px 14px;
  outline: none;
}

.cst_btn:hover {
  background-color: #020635;
}
/* subagent edit page verify css end */

/* New application css start */

.new_application .text-base {
  line-height: 1;
  margin: 0;
  padding: 2px;
  /* height: 40px; */
  padding: 0px 8px;
  border: 1px solid #aaa;
  border-radius: 3px;
  transition: all 0.3s;
  font-size: 13px;
}
.Declaration > div {
  display: flex;
  gap: 10px;
}

.Form_Label_Tag {
  background-color: rgb(230, 230, 230) !important;
  cursor: pointer;
  padding: 8px 10px !important;
  margin: 12px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  animation-delay: 4sec;
  border-radius: 3px;
}

.Form_Label_Tag_2 {
  cursor: pointer;
  padding: 8px 10px;
  margin: 12px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  animation-delay: 4sec;
  border-radius: 3px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.Form_Label_Tag h5 {
  font-size: 17px;
  cursor: pointer;
  margin: 0;
  padding: 0;
}

.Form_Label_Tag > h4 {
  color: #f36525;
}

@media screen and (min-width: 100px) and (max-width: 480px) {
  .Form_Label_Tag {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .Form_Label_Tag_2 > div {
    display: flex;
    align-items: center !important;
    justify-content: center !important;
  }
}

.new_application .text-base:focus {
  border: 2px solid #0074d9;
  outline: 0;
}
.new_application .text-field {
  position: relative;
}

.new_application select {
  height: 30px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: white;
  outline: none;
  margin: 8px 0px;
  color: black;
  font-size: 13px;
  padding: 2px;
}

.new_application label {
  color: #0c3eff;
  font-size: 15px;
}

.new_application .text-field input,
.new_application .text-field textarea {
  display: inline-block;
  padding: 4px 2px 2px 2px;
}

.new_application .text-field span {
  color: #0c3eff;
  position: absolute;
  pointer-events: none;
  left: 10px;
  top: 10px;
  transition: 0.3s;
  font-size: 13px;
}

.new_application .text-field input:focus + span,
.new_application .text-field input:not(:placeholder-shown) + span,
.new_application .text-field textarea:focus + span,
.new_application .text-field textarea:not(:placeholder-shown) + span {
  top: -8px;
  left: 10px;
  font-size: small;
  background-color: #fff;
  padding: 0 5px 0 5px;
}
.selectBox_container {
  position: relative;
  margin: 6px 0;
}
.new_application select + span {
  position: absolute;
  top: -9px;
  color: #0c3eff;
  left: 10px;
  font-size: small;
  background-color: #fff;
  padding: 0 5px 0 5px;
}

.new_application .text-field input:focus:invalid + span,
.new_application .text-field input:not(:placeholder-shown):invalid + span,
.new_application .text-field textarea:focus:invalid + span,
.new_application .text-field textarea:not(:placeholder-shown):invalid + span {
  color: #0c3eff;
}
.new_application .w100p {
  width: 100%;
  margin: 6px 0;
}
.new_application .w100p textarea {
  height: 120px;
}

.btn_application {
  display: flex;
  gap: 30px;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.btn_application button {
  border-radius: 4px;
  width: 100px;
  outline: none;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  color: white;
  padding: 5px 15px;
  border: none;
}

.btn_application button:nth-child(1) {
  background-color: white;
  border: 1px solid #0c3eff;
  color: #0c3eff;
}

.btn_application button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.btn_application button:nth-child(1):hover {
  color: white;
  border: 1px solid white;
}

.btn_application button {
  background-color: #0c3eff;
}

.btn_application button:hover {
  background-color: #001f4d;
}

.Single_right_application {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 10px;
  color: #0c3eff;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.application_attachment {
  width: 70%;
  margin: auto;
  border-radius: 4px;
  border: dotted 2px #0c3eff;
  background-color: white;
  height: 16vh;
  margin-top: 15px;
  position: relative;
}

.application_attachment2 {
  /* width: 40%;
  margin: auto; */
  display: flex;
  gap: 10px;
  text-align: center;
  justify-content: center;
  margin-top: 30px;
}

.application_attachment2 span {
  color: black;
  font-weight: bold;
}
.Qusetion_Radio_btn {
  display: flex;
  align-items: center;
  gap: 25px;
}
.Qusetion_Radio_btn > div {
  display: flex;
  align-items: center;
  gap: 4px;
}
.application_attachment2 span:nth-child(1) {
  color: #0c3eff;
}
.attach_top_fixed_name {
  position: absolute;
  top: -15px;
  left: 5px;
  padding: 4px;
  background-color: #0c3eff;
  color: white;
  border-radius: 3px;
}

@media screen and (min-width: 100px) and (max-width: 480px) {
  .new_application {
    flex-direction: column;
    justify-content: "center" !important;
    gap: 5px !important;
  }

  .App_New .heading-title {
    border-bottom: 1px solid #c7c5c5;
    margin-bottom: -20px;
  }
}

.stepper-wrapper {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: flex-start;
  margin-bottom: 10px;
}

.stepper-item {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 14px;
  align-items: center;
  flex: 1;

  @media (max-width: 768px) {
    font-size: 12px;
  }
}

.stepper-item::after {
  position: absolute;
  content: "";
  border-right: 2px solid #dddddd;
  width: 2px;
  height: 100%;
  top: 110%;
  left: 5%;
  z-index: 1;
  transition: 2s;
}
.New_app_input_container .myDatePickerContainer {
  padding: 0;
  color: black;
}

.stepper-item .step-counter {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 100;
  background-color: grey;
  border: 0.1px solid #dddddd;
  background-color: white;
}

.stepper-item.active {
  font-weight: bold;
}

.stepper-item.active .step-counter {
  border: 0.1px solid #0c3eff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.Declaration_Check_Box {
  display: flex;
  flex-direction: column;
}

.Declaration_Check_Box input {
  margin-right: 10px;
}

.stepper-item.completed .step-counter {
  background-color: #0c3eff;
  color: white;
  border: 0.1px solid #0c3eff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.stepper-item.completed::after {
  position: absolute;
  content: "";
  border-right: 2px solid #0c3eff;
  width: 2px;
  height: 100%;
  top: 110%;
  left: 5%;
  z-index: 3;
  transition: 2s;
}

.stepper-item.complete .step-counter {
  background-color: #0c3eff;
  color: white;
  border: 0.1px solid #0c3eff;
}

.stepper-item.complete::after {
  position: absolute;
  content: "";
  border-left: 2px dotted #0c3eff;
  width: 100%;
  left: 5%;
  z-index: 3;
  transition: 2s;
}

.stepper-item:first-child::before {
  content: none;
}

.stepper-item:last-child::after {
  content: none;
}

.New_Appplication_Form input {
  border: 0.1px solid grey;
  padding: 5px;
  border-radius: 3px;
  font-size: 13px;
}

.New_app_input_container select {
  font-size: 13px;
  margin: 0;
}

.progress-bar {
  background-color: #0c3eff !important;
}

.New_app_input_container {
  display: flex;
  flex-direction: column;
  margin-bottom: 14px;
}

.New_app_input_container label {
  font-size: 12px;
  margin-bottom: 3px;
}

@media screen and (min-width: 100px) and (max-width: 480px) {
  .btn_application button {
    font-size: 12px;
  }
  .application_attachment label {
    text-align: center;
  }
  .body-content-with-md-9-title > h3 {
    font-size: 14px;
  }
  .application_attachment {
    width: 98%;
  }
}

*:focus {
  outline: none;
}
/* New application css end  */

/* Other Activity Css start */

.Other_Activity tr td {
  padding: 4px 0;
}

.Other_Activity tr td {
  position: relative;
}

.Other_Activity tr td:nth-child(2) {
  cursor: pointer !important;
}

.Other_Activity td {
  max-width: 70%;
}

.toolti {
  width: 120px;
  padding: 2px;
  border-radius: 1px;
  background-color: grey;
  font-size: 12px;
  position: absolute;
  z-index: 23;
  top: 20px;
  color: white;
}

.CopyClip {
  position: relative;
}

/* Pre assessment Page css start */

.Pre_assement_Container {
  padding: 5px;
  height: 75vh;
  overflow-y: scroll;
}

.Pre-assessment-card-main {
  margin: 10px 5px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  overflow-x: scroll;
}

.Pre-assessment-card-main > div:nth-child(1) {
  background-color: #020635;
  height: 30px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 5px 10px;
}

.Pre-assessment-card {
  padding: 5px 20px;
  display: flex;
  justify-content: space-between;
}

.Pre-assessment-card > div:nth-child(1) {
  display: flex;
  gap: 20px;
  align-items: center;
}

.Pre-assessment-card > div:nth-child(2) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: flex-start;
  /* gap: 14px; */
}

.Pre-assessment-card > div:nth-child(1) > div {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.Pre-assessment-card p {
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.Pre-assessment-card select {
  font-size: 12px;
  width: 140px;
}

.switch {
  --_switch-height: 18px;
  --_switch-width: 30px;
  position: relative;
  margin-right: 0.5em;
  height: var(--_switch-height);
  width: var(--_switch-width);

  /* Hide default HTML checkbox but preserve accessibility. */
  & input {
    opacity: 0;
    width: 0;
    height: 0;
  }
}

@media screen and (min-width: 100px) and (max-width: 480px) {
  .university_logo_Course {
    width: 100px;
  }
}

/* The slider */
.slider {
  --color1: #0c3eff;
  --Color2: #001f4d;
  --outline-width: 1px;
  position: absolute;
  inset: 0;
  background-color: rgb(255, 251, 245);
  border-radius: 9999px;
  outline: 0.1px solid rgb(196, 196, 196);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  cursor: pointer;
  transition: background-color var(--transition-duration-timing-from);
  &::before {
    --_ratio: 80%;
    --_offset: 2px;
    content: "";
    position: absolute;
    top: 50%;
    left: var(--_offset);
    right: unset;
    translate: 0 -50%;
    height: var(--_ratio);
    aspect-ratio: 1 / 1;
    background-color: #001f4d;
    border-radius: 50%;
    transition: translate var(--transition-duration-timing-from);
  }
  .switch input:checked + & {
    background-color: #0c3eff;
    filter: brightness(130%);
    transition: background-color var(--transition-duration-timing-to);
  }
  .switch input:checked + &::before {
    left: 0;
    translate: calc(calc(var(--_switch-width) - 100%) - var(--_offset)) -50%;
    transition: translate var(--transition-duration-timing-to);
  }
}

.Select_Box_container select {
  appearance: none;
  outline: 10px red;
  border: 0;
  box-shadow: none;
  /* Personalize */
  flex: 1;
  padding: 0 1em;
  color: #fff;
  background-color: grey;
  background-image: none;
  cursor: pointer;
}
/* Remove IE arrow */

.Select_Box_container select::-ms-expand {
  display: none;
}

/* Custom Select wrapper */

.Select_Box_container .select {
  position: relative;
  display: flex;
  width: 220px;
  height: 30px;
  border-radius: 0.1em;
  overflow: hidden;
  color: white;
  margin: 4px 0;
}

/* Arrow */

.Select_Box_container .select::after {
  content: "\25BC";
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  background-color: #020635;
  transition: 0.25s all ease;
  pointer-events: none;
}

/* Transition */

.Select_Box_container .select:hover::after {
  color: #f36525;
}

/* Pre assessment Page css end */

/* New application details page css start */

.App_det {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
  margin: auto !important;
  margin-top: 10px !important;
}

.App_det > div {
  display: flex;

  margin-left: 6px;
}
.App_det > div:nth-child(1) {
  background-color: #020635;
  color: white;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.New_App_Det .form-group {
  width: 30%;
}

.App_det > div > p {
  border-right: 1px solid #0c3eff;
  font-size: 15px;
  padding: 9px 15px;
  cursor: pointer;
  margin: 0;
  border-bottom: 0px solid grey;
}

.App_det > div > p:hover {
  border: 1.5px solid white;
  color: white;
}

.App_det > div > p.active {
  background-color: #0c3eff;
  color: white;
}
.New_App_Det {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px,
    rgba(0, 0, 0, 0.22) 0px 10px 10px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  max-height: 80vh;
  padding: 30px;
  overflow: scroll;
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: #f4f4f4;
}

.Course_Card_det {
  background-color: white;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-top-left-radius: 6px;
  margin-bottom: 10px;
  border-radius: 6px;
}

.Course_Card_det > div:nth-child(1) {
  /* width: 55%;
  background-color: #0c3eff; */
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  padding: 10px 10px 10px 30px;
  padding-left: 30px;
  /* color: white; */
  font-size: 16px;
}

.Course_Card_det > div:nth-child(1) h6 {
  font-size: 13px;
}

.right_section_open_review_Course_Card {
  display: flex;
  flex-direction: column;
  gap: 2px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  border-radius: 6px;
  padding: 10px;
  margin: 10px;
}
.right_section_open_review_Course_Card > div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.right_section_open_review_Course_Card > div span {
  font-size: 12px;
}

.Btn_req_info {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
.app_edit_det .form-group {
  width: 100%;
}

.app_edit_det .form-group select {
  height: 35px;
}
.Send_Email_Form {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.Send_Email_Form > div {
  display: flex;
  width: 100%;
  gap: 10px;
}

.Send_Email_Form > div label {
  width: 15%;
}

.Send_Email_Form > div input {
  width: 80%;
  border: 0.1px solid grey;
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 13px;
}

.Send_Email_Form > div textarea {
  border: 0.1px solid grey;
  border-radius: 4px;
  padding: 6px;
  font-size: 13px;
  margin-top: 10px;
}

.react-multi-email > input {
  width: 80% !important;
  padding: 3px !important;
}

.Attachment_Card {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 20px;
  width: 100%;
  border-radius: 4px;
  margin-bottom: 7px;
  display: flex;
  justify-content: space-between;
}

.Attachment_Card > div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
}

.Attachment_Card > div span {
  cursor: pointer;
  font-size: 16px;
}

.OthrDet p {
  border: none !important;
}

.OthrDet p:hover {
  background-color: white !important;
  color: black;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  scroll-behavior: smooth;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
  margin-top: 5px;
  scroll-behavior: smooth;
}

::-webkit-scrollbar-thumb {
  background: #b0b5b9;
  border-radius: 10px;
  scroll-behavior: smooth;
}

::-webkit-scrollbar-thumb:hover {
  background: #0c3eff;
  border-radius: 10px;
  scroll-behavior: smooth;
}

.Msg_Card_app span {
  display: block;
}

.Msg_Card_app {
  border: 0.1px solid grey;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 10px;
  background-color: #e7e7e7;
}

.user_Crl {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background-color: #f36525;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Msg_Box_single {
  background-color: grey;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 4px;
  color: white;
  cursor: pointer;
}

.Msg_Box_single span {
  color: white;
  padding: 10px;
}

.email_box > div {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 7px;
}

.email_box > div label {
  width: 15%;
}

.email_box > div span {
  width: 85%;
  font-weight: 500;
  overflow-wrap: break-word;
}
.message_edit .ql-container {
  min-height: 60px !important;
  height: 60px !important;
  flex: 1;
  display: flex;
  flex-direction: column;
  border: 0.1px solid #e2e2e2 !important;
  background-color: white;
}

.Msg_Email_Comment_Box {
  padding: 20px;
  background-color: #ff8047;
  color: white;
  border-radius: 8px;
  margin-top: 10px;
  margin-left: 25px;
}
/* New application details page css end */

/* New Application edit page css start */

.Task_activity_application {
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #b2b4bd;
}

.Task_activity_application button {
  margin-top: 6px;
}

.Application_Task_poup > #Form_box {
  display: flex;
  width: 100%;
  margin: auto;
  align-items: center;
  padding: 4px;
  margin-bottom: 4px;
}

.Application_Task_poup > #Form_box2 {
  display: flex;
  width: 100%;
  flex-direction: column;
  margin: auto;
  align-items: center;
  padding: 4px;
}

.Application_Task_poup > #Form_box2 input,
.Application_Task_poup > #Form_box2 select {
  width: 100%;
}
.Application_Task_poup > div:last-child {
  margin-top: 20px;
  display: flex;
  gap: 20px;
}

.Application_Task_poup #Form_box label {
  width: 40% !important;
}

.Application_Task_poup #Form_box input[type="file"] {
  padding: 6px;
  border: 0.1px solid #ced4da !important;
}

.applicationTaskdatepicker {
  width: 100% !important;
  border: 0.1px solid #ced4da !important;
  height: 36px !important;
  display: flex;
  align-items: center;
  border-radius: 4px;
  justify-content: center;
  color: grey;
  font-size: 14px !important;
  padding: 18px !important;
}
.Form_2_new {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.Form_2_new > div {
  width: 100%;
}
.Form_2_new input {
  width: 100%;
  outline: #333;
}
.CurrentlyWorking {
  display: flex;
  margin-left: 10px;
  margin-top: 3px;
}
.CurrentlyWorking > div {
  padding: 4px 12px;
  border: none;
  background-color: #f5d3c4;
  cursor: pointer;
}

.CurrentlyWorking > div.active {
  background-color: #0c3eff;
  color: white;
}

@media screen and (min-width: 100px) and (max-width: 520px) {
  .Form_2_new {
    flex-direction: column;
    gap: 5px;
  }
}

/* New Application edit css end */

/* Other Application Details css start */

.New_Activity_Application {
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  background-color: white;
  border-radius: 10px;
}

.New_Activity_Application > h4 {
  background-color: #e6e6e6;
  padding: 10px 20px;
  font-size: 15px;
  margin: 10px 0;
}
.New_Activity_Application .Activity_table > div > div {
  padding: 3px 0;
}

/* Other Application Details Css end */

/*tooltip css start */

.tooltip2 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 40px;
  cursor: pointer;
}

/* .tooltip2 .tooltiptext2 {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
} */

.tooltipText2 {
  background-color: grey;
  position: absolute;
  bottom: 130%;
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 14px;
  opacity: 0;
  transition: all 0.5s;
}

.tooltipText2::after {
  content: "";
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 40%;
  margin-left: 5%;
}
.tooltip2:hover .tooltipText2 {
  opacity: 1;
  transform: translateY(-10px);
}
.rmv-toolbar .ql-toolbar.ql-snow {
  display: none;
}

/* tooltip css end */

/* Deal Visa FLow process css start */

.Deal_Visa_Process h6 {
  font-size: 18px;
}

.visa_upload {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
/* Deal Visa flow process css end */

@media screen and (min-width: 100px) and (max-width: 480px) {
  .form-group {
    font-size: 12px !important;
  }
  .Form_Label_Tag_2,
  .Document,
  .Form_Label_Tag_2 > div {
    display: flex !important;
    flex-direction: column !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }

  .Form_Label_Tag_2 > div input[type="file"] {
    display: block;
    margin: 0 auto;
    margin-left: 60px;
  }

  .Course_Card_det {
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
  }
  .Course_Edit_page p {
    font-size: 12px;
  }
  h4 {
    font-size: 1rem;
  }
  .App_det > div:nth-child(1) {
    flex-wrap: wrap;
  }
  .App_det > div:nth-child(1) p {
    font-size: 13px;
    padding: 5px;
  }
  .New_App_Det {
    width: 100%;
    padding: 10px;
    margin: auto;
  }

  .New_App_Det > div {
    margin: auto;
    padding: 0px;
  }
  .Task_activity_application h6 {
    font-size: 13px;
    padding: 5px;
  }

  .Task_activity_application {
    padding-bottom: 10px;
  }

  .Attachment_Card {
    padding: 20px !important;
    margin-bottom: 10px !important;
  }

  .custom-scroll-right {
    overflow-y: scroll !important;
  }

  .custom-scroll-right-bottum {
    overflow: scroll !important;
    border-bottom: none;
  }

  .d-flex-col {
    display: flex !important;
    flex-direction: column !important;
  }
  .body-content-with-md-9-title h4 {
    padding: 5px 12px;
  }
  .float-right {
    display: block !important;
  }
  .Task_activity_application {
    flex-direction: column;
  }

  .visa_upload {
    flex-direction: column;
  }
  .app-progress-preassement_mbl {
    display: flex !important;
    flex-direction: column-reverse !important;
  }
}

/* Order details ccss start */

.Order_Details_card {
  width: 100%;
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-top: 3px solid #0c3eff;
  border-bottom: 3px solid #0c3eff;
  /* border-left: none;
  border-right: none; */
  margin-bottom: 30px;
}

.Order_Details_card2 {
  width: 100%;
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-top: 3px solid #0c3eff;
  border-bottom: 3px solid #0c3eff;
  /* height: 200px; */
  background-color: white;
  margin-bottom: 30px;
}

.Order_Details_card > div:nth-child(1),
.Order_Details_card2 > div:nth-child(1) {
  text-align: center;
  background-color: #eef2f4;
  padding: 20px 10px;
}

.Order_Details_card > div:nth-child(2) {
  background-color: white;
  padding: 20px 10px;
}

.Order_Details_card > div:nth-child(2) {
  display: flex;

  gap: 20px;
  padding-bottom: 22px;
}

.Order_Details_card > div:nth-child(2) > div span:nth-child(1) {
  font-weight: bold;
}

.Order_Top_Details {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.Order_Top_Details > div {
  width: 30%;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  gap: 10px;
}

.Other_Tr_Det {
  display: flex;
  gap: 20px;
  flex-wrap: wrap !important;
  align-items: center;
  padding: 20px;
}

.Other_Tr_Det > div {
  width: 45%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 15px;
}

.Other_Tr_Det > div span:nth-child(1) {
  font-weight: bold;
}

@media (max-width: 768px) {
  .Order_Details_card {
    width: 95%;
  }

  .Order_Top_Details > div,
  .Other_Tr_Det > div {
    width: 100%;
    font-size: 13px;
  }
}

.Order_Details_card .title {
  color: #0c3eff;
  font-weight: 600;
  margin-bottom: 2vh;
  padding: 0 8%;
  font-size: initial;
}

.Order_Details_card #details {
  font-weight: 400;
}

.Order_Details_card .info {
  padding: 5% 8%;
}

.Order_Details_card .info .col-5 {
  padding: 0;
}

.Order_Details_card #heading {
  color: grey;
  line-height: 6vh;
}

.Order_Details_card .pricing {
  background-color: #ddd3;
  padding: 2vh 8%;
  font-weight: 400;
  line-height: 2.5;
}

.Order_Details_card .pricing .col-3 {
  padding: 0;
}

.Order_Details_card .total {
  padding: 2vh 8%;
  color: #0c3eff;
  font-weight: bold;
}

.Order_Details_card .total .col-3 {
  padding: 0;
}

.Input_With_Del {
  display: flex;
  gap: 8px;
  align-items: center;
}

.Input_With_Del span {
  cursor: pointer;
}

/* Order Details css end */

/* Attendance List */
.SearchStn {
  position: relative;
  /* width: 300px; */
}

.dropdown-list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 999;
}

.SearchStn .dropdown-list div {
  padding: 10px;
  cursor: pointer;
  transition: background 0.2s;
}

.SearchStn .dropdown-list div:hover {
  background: #f0f0f0;
}

.SearchStn .dropdown-list div.no-match {
  color: #888;
  cursor: default;
}

input.Date[type="date"] {
  position: relative;
}

input.Date[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  color: transparent;
  background: transparent;
}

.Time[type="time"] {
  position: relative;
}

.Time[type="time"]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  color: transparent;
  background: transparent;
}

/* Attendance css end */
