.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 750px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

/* .table-responsive {
  overflow-x: initial !important;
} */

.modal.right .modal-body {
    padding: 15px 15px 80px;
}

.modal.fade .modal-dialog {
    /*position: absolute;*/
    right: 0;
    /* top: -28px; */
    /* right: -320px; */
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    right: 0;
}

.modal-content {
    border-radius: 0 !important;
    border: none;
}

.modal-header {
    border-bottom-color: #EEEEEE;
    background-color: #FAFAFA;
}

label {
    font-size: 14px !important;
}

.form-control {
    height: 34px !important;
}

input[type="text"] {
    font-size: 13px !important;
}


textarea.form-control {
    height: auto !important;
}

.select2-container .select2-selection--single {
    height: 34px !important;
    border: solid 1px #e2e5e8 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {

    font-size: 13px !important;
}

a {
    cursor: pointer !important;
}

/*// job aplication*/

.jobapp{
    margin-bottom: 0px;
    font-size:16px;
}




.bg-pro {
    background: rgb(156, 86, 254);
    background: linear-gradient(180deg, rgba(156, 86, 254, 1) 0%, rgba(225, 108, 219, 1) 100%);
    border-radius: 12px 12px 0px 0px;
    height: 135px;
    position: relative;
    margin-bottom: 30px;
}


.pro-style {
    position: absolute;
    display: flex;
    left: 25px;
    top: 90px;
    align-items: center;
}

.pro-img {
    width: 90px !important;
    height: 0 !important;
}

.pro-img img {
    width: 100% !important;
}

.tab-right {
    display: flex;
    justify-content: end;
    align-items: center;
    padding-right: 10px;
}

.tab-icon i {
    color: #A5A5A5 !important;
    vertical-align: bottom;
}

/* Bordered Tabs */
/* .nav-tabs-bordered {
    border-bottom: 2px solid #ebeef4;
} */

.nav-tabs {
    border-style: hidden;
}

.nav-tabs-bordered .nav-link {
    margin-bottom: -2px;
    border: none;
    color: #A5A5A5;
    font-size: 14px;
}

.nav-tabs-bordered .nav-link:hover,
.nav-tabs-bordered .nav-link:focus {
    color: #4154f1;
}

.nav-tabs-bordered .nav-link.active {
    background-color: #fff;
    color: #0054a4;
    border-bottom: 2px solid #0054a4;
}



.li-pro {
    height: 20px;
    width: 20px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0054a4;
    padding: 5px;

}

.li-pro a {
    font-size: 12px;
    color: #fff;
}


tagline {
    font-size: 14px;

}

.app-badge {
    font-size: 9px;
    font-weight: 500;

}

.clock {
    font-size: 15px;
    font-weight: 500;

}

.taghead {
    font-size: 12px;

}

.mt-check {
    margin-top: -15px;
}
.layout-setting-btn{
    background-color: #0054a4 !important;
}
.text-primary {
    color: #0054a4 !important;
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #0054a4;
    --bs-btn-border-color: #0054a4;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0054a4;
    --bs-btn-hover-border-color: #0054a4;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #7F63F4;
    --bs-btn-active-border-color: #0054a4;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0054a4;
    --bs-btn-disabled-border-color: #0054a4;
}



.ps-20 {
    padding-left: 22rem !important;
}

.ps-6 {
    padding-left: 8rem !important;
}





.card-profile {
    line-height: 0;
    width: 120px;
    height: 120px;
    flex-shrink: 0;
    flex-grow: 0;
    background: rgb(227, 208, 255);
    background: linear-gradient(90deg, rgba(227, 208, 255, 1) 0%, rgba(245, 239, 255, 1) 35%, rgba(255, 255, 255, 1) 100%);
}


.profile {
    width: 90px;
    height: 90px;
}

.text-muted {
    --bs-text-opacity: 1;
    color: #A5A5A5 !important;
    font-family: Poppins;

}


.card-action {
    font-size: 20px;
    line-height: 0;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    flex-grow: 0;
    color: #fff;
    background: rgb(36, 191, 182);
    background: linear-gradient(180deg, rgba(36, 191, 182, 1) 0%, rgba(65, 229, 149, 1) 100%);
}

.card-action2 {
    color: #fff;
    background: rgb(156, 86, 254);
    background: linear-gradient(180deg, rgba(156, 86, 254, 1) 0%, rgba(88, 200, 242, 1) 100%);
}

.card-action3 {
    color: #fff;
    background: rgb(156, 86, 254);
    background: linear-gradient(180deg, rgba(156, 86, 254, 1) 0%, rgba(253, 151, 119, 1) 100%);
}

.card-action4 {
    color: #fff;
    background: rgb(156, 86, 254);
    background: linear-gradient(180deg, rgba(156, 86, 254, 1) 0%, rgba(247, 85, 235, 1) 100%);
}

.card-action5 {
    color: #fff;
    background: rgb(240, 245, 93);
    background: linear-gradient(180deg, rgba(240, 245, 93, 1) 0%, rgba(51, 228, 139, 1) 100%);
}


.card-action6 {
    color: #fff;
    background: rgb(255, 193, 7);
    background: linear-gradient(180deg, rgba(255, 193, 7, 1) 0%, rgba(249, 108, 214, 1) 100%);
}

.card-action7 {
    color: #fff;
    background: rgb(156, 86, 254);
    background: linear-gradient(180deg, rgba(156, 86, 254, 1) 0%, rgba(225, 108, 219, 1) 100%);
}

.card-action8 {
    color: #fff;
    background: rgb(244, 135, 99);
    background: linear-gradient(180deg, rgba(244, 135, 99, 1) 0%, rgba(252, 160, 64, 1) 100%);
}

.card-action9 {
    color: #fff;
    background: rgb(36, 191, 182);
    background: linear-gradient(180deg, rgba(36, 191, 182, 1) 0%, rgba(65, 229, 149, 1) 100%);
}

.card-action10 {
    color: #fff;
    background: rgb(228, 107, 215);
    background: linear-gradient(180deg, rgba(228, 107, 215, 1) 0%, rgba(253, 96, 175, 1) 100%);
}

.card-action11 {
    color: #fff;
    background: rgb(156, 86, 254);
    background: linear-gradient(180deg, rgba(156, 86, 254, 1) 0%, rgba(88, 200, 242, 1) 100%);
}

.card-action12 {
    color: #fff;
    background: rgb(255, 193, 7);
    background: linear-gradient(180deg, rgba(255, 193, 7, 1) 0%, rgba(249, 108, 214, 1) 100%);
}




.rounded-action {
    border-radius: 35% !important;
}

.bg-grey {
    background-color: #F7F7F7;
    border-radius: 6px;
    margin: 6px;
}



.icon_white {
    color: #fff;
}



/* table.dataTable td, */
table.dataTable thead th {
    font-size: 0.9rem !important;
}

table.dataTable tbody td {
    font-size: 0.844rem !important;
}


.pagination {
    --bs-pagination-padding-x: .75rem;
    --bs-pagination-padding-y: .375rem;
    --bs-pagination-font-size: 0.844rem;
    --bs-pagination-color: #a4a9b4;
    --bs-pagination-bg: #fff;
    --bs-pagination-border-width: 1px;
    --bs-pagination-border-color: #e2e5e8;
    --bs-pagination-border-radius: 0.5rem;
    --bs-pagination-hover-color: #153b85;
    --bs-pagination-hover-bg: #f5f6f8;
    --bs-pagination-hover-border-color: #e2e5e8;
    --bs-pagination-focus-color: #153b85;
    --bs-pagination-focus-bg: #f5f6f8;
    --bs-pagination-focus-box-shadow: none;
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #1f58c7;
    --bs-pagination-active-border-color: #1f58c7;
    --bs-pagination-disabled-color: #7d8287;
    --bs-pagination-disabled-bg: #f8f9fa;
    --bs-pagination-disabled-border-color: #e2e5e8;
    display: flex;
    padding-left: 0;
    list-style: none;
}


.table>:not(caption)>*>* {
    padding: 0.5rem;
    color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}


.ico-hover:hover .avatar {

    /* transition: ease-in-out 0.2s !important; */


}

.timeline .timeline-date {
    width: 45px;
    height: 50px;
    display: inline-block;
    padding: 8px;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
    top: -15px;
    position: absolute;
    z-index: 1;
}
.timeline .timeline-box {
    position: relative;
    display: inline-block;
    margin: 15px;
    padding: 20px;
    background-color: #f5f6f8;
    border-radius: 6px;
    top: -124px;
    width: 95%;
}
.timeline .timeline-icon:after {
    content: "";
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    top: -50px;
    background: #1f58c7;
    border-radius: 15px;
    z-index: 1;
}
.text-white-50 {
    --bs-text-opacity: 1;
    color: #fff !important;
    font-size: 10px;
}
.timeline .timeline-right .timeline-icon:after {
    left: 5px;
}
.timeline .timeline-continue:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 50%;
    top: -20px;
    left: 0%;
    margin-left: -1px;
    background: #000;
}

.cross-btn{

	position: absolute;
    right: -25px;
    top: -38px;
    border: none;
    background-color: transparent;
    color: #fff;
    font-size: 30px;
	}




	.nav-tabs-custom .nav-item .nav-link.active {
    color: #ffffff;
    background-color: #001433;
}

/*css for course catalog*/
.pricing-badge .badge-red {
    float: right;
    transform: rotate(45deg);
    right: -67px;
    top: 17px;
    position: relative;
    text-align: center;
    width: 200px;
    font-size: 13px;
    margin: 0;
    padding: 4px 10px;
    font-weight: 500;
    color: #fff;
    background: red;
}
.img-fluid {
    max-width: 100%;
    height: 220px;
}

.nav-tabs-center {
    --bs-nav-tabs-border-width: 1px;
    --bs-nav-tabs-border-color: #e2e5e8;
    /* --bs-nav-tabs-border-radius: .75rem; */
    --bs-nav-tabs-link-hover-border-color: #f5f6f8 #f5f6f8 #e2e5e8;
    --bs-nav-tabs-link-active-color: #545965;
    --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
    --bs-nav-tabs-link-active-border-color: #e2e5e8 #e2e5e8 var(--bs-body-bg);
    border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}


.md-body-height{
	    height: 450px;
	    overflow-y: auto;
	}

/*Updated CSS For Plauditly Date 04-03-2024 By Jeetendra */

/* ----- Main ----- */
#main {
  margin-top: 60px;
  padding: 20px 20px;
  transition: all 0.3s;
}

@media (max-width: 1199px) {
  #main {
    padding: 20px;
  }
}

/* .card {
    margin-bottom: 30px;
    border: none;
    border-radius: 12px;
    box-shadow: 0px 1px 10px 1px rgb(161 160 160 / 20%);
  } */
.card-title {
  padding: 10px 0 10px 0;
  font-size: 18px;
  font-weight: 500;
  color: #464A53;
}

.card-title span {
  color: #899bbd;
  font-size: 14px;
  font-weight: 400;
}

/* ----- LOGO HEADER -----  */
.logo-plaud {
  line-height: 1;
}

@media (min-width: 1200px) {
  .logo-plaud {
    width: 245px;
    letter-spacing: 2px;
  }
}

.logo-plaud span {
  font-size: 30px;
  font-weight: 600;
  color: #324368;
  letter-spacing: 2px;
}

.header {
  transition: all 0.5s;
  z-index: 997;
  height: 60px;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
  background-color: #fff;
  padding-left: 30px;
}

/*------------- Header Nav ----------------------*/
.header-nav ul {
  list-style: none;
}

.header-nav>ul {
  margin: 0;
  padding: 0;
}

.header-nav .nav-icon {
  font-size: 20px;
  color: #ABAFB3;
  margin-right: 25px;
  position: relative;
}

.header-nav .nav-profile {
  color: #012970;
}

.header-nav .nav-profile img {
  max-height: 36px;
}

.header-nav .nav-profile span {
  font-size: 14px;
  font-weight: 500;
  color: #707070;
}

.header-nav .badge-number {
  position: absolute;
  inset: -2px -5px auto auto;
  font-weight: normal;
  font-size: 10px;
  padding: 2px 5px;
  background-color: #324368 !important;
}

.header-nav .notifications {
  inset: 8px -15px auto auto !important;
}

.header-nav .notifications .notification-item {
  display: flex;
  align-items: center;
  padding: 15px 10px;
  transition: 0.3s;
}

.header-nav .notifications .notification-item i {
  margin: 0 20px 0 10px;
  font-size: 24px;
}

.header-nav .notifications .notification-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.header-nav .notifications .notification-item p {
  font-size: 13px;
  margin-bottom: 3px;
  color: #919191;
}

.header-nav .notifications .notification-item:hover {
  background-color: #f6f9ff;
}

.header-nav .messages {
  inset: 8px -15px auto auto !important;
}

.header-nav .messages .message-item {
  padding: 15px 10px;
  transition: 0.3s;
}

.header-nav .messages .message-item a {
  display: flex;
}

.header-nav .messages .message-item img {
  margin: 0 20px 0 10px;
  max-height: 40px;
}

.header-nav .messages .message-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #444444;
}

.header-nav .messages .message-item p {
  font-size: 13px;
  margin-bottom: 3px;
  color: #919191;
}

.header-nav .messages .message-item:hover {
  background-color: #f6f9ff;
}

.header-nav .profile {
  min-width: 240px;
  padding-bottom: 0;
  top: 8px !important;
}

.header-nav .profile .dropdown-header h6 {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
  color: #444444;
}

.header-nav .profile .dropdown-header span {
  font-size: 14px;
}

.header-nav .profile .dropdown-item {
  font-size: 14px;
  padding: 10px 15px;
  transition: 0.3s;
}

.header-nav .profile .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}

.header-nav .profile .dropdown-item:hover {
  background-color: #f6f9ff;
}

/* Plaud Css Start -- Updated by Jeetendra baghel */
.label-size {
  font-size: 14px;
}

.item-center {
  align-items: center !important;
}

.plaud-item-img {
  width: 35px;

  & img {
    width: 100%;
  }
}

.text-focus:focus {
  outline: 0 !important;
  border: 0 !important;
  box-shadow: 0 0 0 0.25rem #d3d3d3;
}

#mytextarea {
  width: 100%;
  resize: none;
}

#mytextarea:focus {
  box-shadow: none !important;
}

.ico-text-style {
  width: 120px;
  border: 1px solid #d3d3d3;
  border-radius: .75rem;
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 6px 0px 0px 0px;

  .list-height {
    height: 0px !important;
    cursor: pointer;
    font-size: 19px;
  }
}

.myui-button {
  position: relative;
  cursor: pointer;
  text-align: center;
  overflow: visible;
  background-color: transparent;
  overflow: hidden;
  margin-bottom: 0px;

  & input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    border: solid transparent;
    border-width: 0 0 100px 200px;
    opacity: 0.0;
    filter: alpha(opacity=0);
    -o-transform: translate(250px, -50px) scale(1);
    -moz-transform: translate(-300px, 0) scale(4);
    direction: ltr;
    cursor: pointer;
  }
}

.cir-btn {
  font-size: 24px;
  background: transparent;
}

.show-first {
  position: absolute;
  display: none;
  min-width: 240px;
  z-index: 99;

  .first-width {
    padding: 15px 0px 10px 0px;

    & button {
      border: none;
      width: 25px;
      height: 25px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 100px;
      background: transparent;
      font-size: 16px;
      font-weight: 500;
    }
  }

  .point {
    cursor: pointer;
  }

  .point:hover {
    background-color: #f6f6f9ff;
  }

  .ico-style {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background: #d3d3d3;
    font-size: 16px;
  }

  span {
    i {
      font-size: 16px;
      font-weight: bold !important;
    }
  }
}

.hide {
  display: none;
}

.cursor-pointer {
  cursor: pointer;
}

.para-size {
  font-size: 14px;
}

.post-img {
  width: 100%;

  & img {
    width: 100%;
  }
}

.loader {
  width: 50px;
  /* height: 50px */
  --b: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  padding: 1px;
  background: conic-gradient(#0000 10%, #1A4AA8) content-box;
  -webkit-mask:
    repeating-conic-gradient(#0000 0deg, #000 1deg 20deg, #0000 21deg 36deg),
    radial-gradient(farthest-side, #0000 calc(100% - var(--b) - 1px), #000 calc(100% - var(--b)));
  -webkit-mask-composite: destination-in;
  mask-composite: intersect;
  animation: l4 1s infinite steps(10);
}

@keyframes l4 {
  to {
    transform: rotate(1turn)
  }
}

#myInput,
#myInputOne,
#myInputTwo,
#myInputThree {
  box-sizing: border-box;
  background-position: 14px 12px;
  background-repeat: no-repeat;
  font-size: 16px;
  padding: 14px 20px 12px 45px;
  border: none;
  border-bottom: 1px solid #ddd;
}

#myInputFour,
#myInputFive,
#myInputSix {
  box-sizing: border-box;
  background-position: 14px 12px;
  background-repeat: no-repeat;
  font-size: 16px;
  padding: 14px 20px 12px 45px;
  border: 1px solid #ddd;
  border-radius: 12px;
}

#myInput:focus,
#myInputOne:focus,
#myInputTwo:focus,
#myInputThree:focus,
#myInputFour:focus,
#myInputFive:focus,
#myInputSix:focus {
  /* outline: 3px solid #ddd; */
  outline: none;
}

.sticky-card{
    position: sticky !important;
    top: 60px;
}
/* Scrooll Bar CSS */
    /* width */
    ::-webkit-scrollbar {
      width: 7px;
  }

  /* Track */
  ::-webkit-scrollbar-track {
      background: #f1f1f1;
      border-radius: 10px;
  }
  /* Handle */
  ::-webkit-scrollbar-thumb {
      background: #c3c3c3;
      border-radius: 10px;
  }

  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
      background: #555;
  }



  /* reports page css */
   .wd{
        width: 97px !important;
    }

    .col-md-3 {
    flex: 0 0 auto;
    width: 22% !important;
}
