
/* Gd Cards Start */
.gd-cards .card {
    /*border-color: rgb(0 0 0 / 15%);
    *//*border: 1px solid rgb(252, 132, 22, .6);
    */box-shadow: var(--shadow);
    background-color: rgb(255 255 255 / 0%);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: var(--xs-border-radius);
}
.gd-cards .card-title {
    /* font-weight: var(--font-weight-bold); */
    margin-bottom: 0;
}
.gd-cards .card-text {
    font-size: var(--lg-font-size);
    font-weight: var(--font-weight-bold);
    /*color: var(--background-orange); */
    margin-bottom: 5px;
}
.gd-cards .cst .card-text {
    font-size: var(--md-font-size);
    font-weight: var(--font-weight-medium);
}
.gd-cards .small-box {
    /*box-shadow: 0 0 1px rgba(0,0,0,.125),0 1px 3px rgba(0,0,0,.2);
    */display: block;
    /*margin-bottom: 20px;
    */position: relative;
    border-radius: var(--xs-border-radius);
}
.gd-cards .small-box .inner {
    padding: 1rem;
    color: #fff;
    /* text-align: center; */
}
.gd-cards .cst .small-box>.inner {
    padding: 0;
}
.gd-cards .small-box .icon {
    color: rgba(0,0,0,.15);
}
.gd-cards .small-box .icon>i {
    position: absolute;
    font-size: 70px;
    top: 20px;
    right: 15px;
    transition: transform .3s linear;
    -webkit-transition: transform .3s linear;
    -moz-transition: transform .3s linear;
    -ms-transition: transform .3s linear;
    -o-transition: transform .3s linear;
}
.gd-cards .small-box:hover .icon>i {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.gd-cards .small-box .small-box-footer {
    background-color: rgba(0,0,0,.1);
    color: rgba(255,255,255,.8);
    display: block;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    font-size: var(--lg-font-size);
    margin-bottom: 0;
}
.gd-cards .cst .card-footer {
    padding-top: 10px;
    padding-bottom: 0;
    color: #fff;
    font-size: var(--sm-font-size);
}
.gd-cards .cst .small-box-footer {
    background-color: rgba(0,0,0,.1);
    color: rgba(255,255,255,.8);
    display: block;
    padding: 3px 0;
    text-align: center;
    text-decoration: none;
    font-size: var(--sm-font-size);
    margin-top: 1rem;
    border-radius: var(--xs-border-radius);
}
.gd-cards .small-box-footer:hover {
    background-color: rgba(0,0,0,.15);
    color: #fff;
}
.gd-cards .card-text span {
    font-size: var(--lg-font-size);
    font-weight: var(--font-weight-bold);
}
/* .gd-cards .bg-warning, .gd-cards .bg-warning>a {
    color: var(--primary-color);
}
.gd-cards .bg-warning>a {
    color: rgb(9 16 17 / 80%) !important;
}
.gd-cards .bg-warning>a:hover {
    color: rgb(9 16 17 / 100%) !important;
}
.gd-cards .bg-info, .gd-cards .bg-info>a,
.gd-cards .bg-success, .gd-cards .bg-success>a,
.gd-cards .bg-danger, .gd-cards .bg-danger>a {
    color: #fff;
} */
/* Gd Cards End */
/* #graphical-chart-years-top {
    position: relative !important;
} */
/* ckeditor start */
.ck-rounded-corners .ck.ck-editor__main>.ck-editor__editable, .ck.ck-editor__main>.ck-editor__editable.ck-rounded-corners {
    border-bottom-left-radius: .375rem !important;
    border-bottom-right-radius: .375rem !important;
}
.ck-rounded-corners .ck.ck-editor__top .ck-sticky-panel .ck-toolbar, .ck.ck-editor__top .ck-sticky-panel .ck-toolbar.ck-rounded-corners {
    border-top-left-radius: .375rem !important;
    border-top-right-radius: .375rem !important;
}
.ck.ck-editor__editable.ck-focused:not(.ck-editor__nested-editable) {
    /* border: var(--ck-focus-ring); */
    border-color: var(--primary-color) !important;
}
/* ckeditor end */
/* app table start */
table.clr-table.app-table {
    text-align: left;
    margin-top: 0;
    border-spacing: 1px;
}
.app-table tr {
    border-style: hidden;
}
.app-table tbody, 
.app-table td, 
.app-table tfoot, 
.app-table th, 
.app-table thead {
    border-width: 1px;
}
.app-table thead tr:first-child {
    background-color: var(--background-dark);
}
.app-table thead tr:first-child th {
    text-align: center;
}
/* .app-table thead tr:last-child th {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
} */
.app-table thead tr th:nth-child(2), 
.app-table tbody tr td:nth-child(2),
.app-table thead tr th:last-child, 
.app-table tbody tr td:last-child {
    text-align: center;
}
.input-group.nowrap{
    flex-wrap: nowrap;
}
.app-table input.meeting-date,
.app-table input.actual-date,
.app-table input.delay,
.app-table input.pmday_count {
    text-align: center;
}
.app-table input.meeting-date,
.app-table input.actual-date {
    width: 110px;
}
.app-table input.delay {
    width: 90px;
}
.app-table input.pmday_count {
    width: 70px;
}
.app-table .input-group-prepend.gp {
    display: flex;

}
.app-table .input-group-prepend.gp .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
/* app table end */

.dashboard-card {
    display: flex;
    height: 100%;
    /* min-height: 156px; */
}
.dashboard-card>a {
    flex: 1 1 auto;
    display: flex;
    gap: 10px;
}
.dashboard-card .icon>i {
    position: relative !important;
}
.dashboard-card .inner {
    flex-grow: 1;
}
.dashboard-card .icon {
    flex-shrink: 0;
}
/* h4.thankyou {
    font-weight: bold;
}
p.thank-note {
    color: slategrey;
} */
/* tabs slider Start */
.tabs-slider .swiper-slide {
    width: auto;
    flex-grow: 1;
    background-color: transparent;
}
.tabs-slider .swiper-slide:first-of-type {
    padding-left: 15px;
}
.tabs-slider .swiper-slide:last-of-type {
    padding-right: 15px;
}
.tabs-slider {
    width: auto !important;
}
.tabs-slider .swiper-horizontal>.swiper-scrollbar, .tabs-slider .swiper-scrollbar.swiper-scrollbar-horizontal {
    bottom: 0;
    height: 2px;
}
.form-group.cst {
    display: grid;
}
.form-group.cst .form-control {
    height: 38px;
    margin-top: auto;
}
/* tabs slider End */
.for-thank .bg0shape {
    width: 43%;
    right: -80px;
    top: 3px;
    position: absolute;
}
.for-thank .form-section .inner-body {
    position: relative;
    overflow: hidden;
}
.for-thank .bg0shape.cst {
    left: -150px;
    top: -140px;
    opacity: .2;
    position: fixed;
}
.ct-width {
    width: 100%;
}
/* tabs slider End */
/* notification pulse start */
/* .small-box.notification {
    position: relative;
} */
.small-box.notification {
    /* background: #c7bfba; */
    /* left: 24px; */
    /* top: 13px; */
    /* border-radius: 50%; */
    /* box-shadow: 0 0 0 0 rgba(0, 0, 0, 1); */
    /* margin: 10px; */
    /* height: 20px; */
    /* width: 20px; */
    animation: pulse-black 2s infinite;
    -webkit-animation: pulse-black 2s infinite;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
  



  @keyframes pulse-black {
    0% {
      box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
      transform: scale(0.98);
      -webkit-transform: scale(0.98);
      -moz-transform: scale(0.98);
      -ms-transform: scale(0.98);
      -o-transform: scale(0.98);
}
    
    70% {
      box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
      transform: scale(1);
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
}
    
    100% {
      box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
      transform: scale(0.98);
      -webkit-transform: scale(0.98);
      -moz-transform: scale(0.98);
      -ms-transform: scale(0.98);
      -o-transform: scale(0.98);
}
  }
/* notification pulse end */
/* add btn */
.btn-label.cst .label-icon {
    position: absolute;
    width: 45.5px;
    left: 0px;
    top: 0px;
    bottom: 0px;
    background-color: rgba(255,255,255,.1);
    box-shadow: var(--shadow);
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: var(--rounded-border-radius);
    -webkit-border-radius: var(--rounded-border-radius);
    -moz-border-radius: var(--rounded-border-radius);
    -ms-border-radius: var(--rounded-border-radius);
    -o-border-radius: var(--rounded-border-radius);
}
.btn-label.cst {
    position: relative;
    padding-left: 54px;
}
.btn-label.cst:hover .label-icon {
    background-color: #fff;
    color: var(--background-red);
}
.btn-label.cst:hover {
    background-color: var(--background-red);
    color: #fff;
}
.small-box .cmn {
    background-color: rgb(0 0 0 / 9%);
    padding: 8px 14px;
    margin-bottom: 8px;
    -webkit-border-radius: 6px;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
}
.small-box .cmn p {
    margin-bottom: 0;
}
.small-box .cmn:hover {
    color: #fff;
    opacity: .9;
}
.dashboard-card>a {
    height: 100%;
}
.notification-flex {
    position: relative;
    margin-top: 10px;
    margin-left: 20px;
}
.notification-flex  svg {
    width: 4em;
    height: 4em;
}
.notification-flex  svg>path {
    fill: #000;
}
.notification--bell {
    animation: bell 2.2s linear infinite;
    transform-origin: 50% 0%;
    -webkit-animation: bell 2.2s linear infinite;
}
.notification--bellClapper {
    animation: bellClapper 2.2s .1s linear infinite;
    -webkit-animation: bellClapper 2.2s .1s linear infinite;
}
.notification--num {
    position: absolute;
    top: -6%;
    left: 7%;
    font-size: 22px;
    padding: 11px;
    border-radius: 50%;
    width: 1em;
    height: 1em;
    background-color: var(--background-red);
    border: 4px solid var(--background-red);
    color: #ffffff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: notification 2.2s linear;
    -webkit-animation: notification 2.2s linear;
}
@keyframes bell {
  0%, 25%, 75%, 100% {
    transform: rotate( 0deg );
  }
  40% {
    transform: rotate( 10deg );
  }
  45% {
    transform: rotate( -10deg );
  }
  55% {
    transform: rotate( 8deg );
  }
  60% {
    transform: rotate( -8deg );
  }
}
@keyframes bellClapper {
  0%, 25%, 75%, 100% {
    transform: translateX( 0 );
  }
  40% {
    transform: translateX( -.15em );
  }
  45% {
    transform: translateX( .15em );
  }
  55% {
    transform: translateX( -.1em );
  }
  60% {
    transform: translateX( .1em );
  }
}
@keyframes notification {
  0%, 25%, 75%, 100% {
    opacity: 1;
  }
  30%, 70% {
    opacity: 0;
  }
}
.front-plane .bx p {
    margin-bottom: 0;
}
.front-plane .bx {
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin-bottom: 0 !important;
}
.front-plane .card-body h5 {
    padding-left: 1rem;
    padding-right: 1rem;
}
.front-plane .card-body.px,
.front-plane .card-header.px {
    padding-left: 30px;
    padding-right: 30px;
}
.front-plane .card-body.px {
    padding-top: 25px;;
    padding-bottom: 25px;;
}
.front-plane .card-body table {
    margin-bottom: 0;
}
.front-plane .card .card-header {
    background-color: var(--background-orange);
    color: #fff;
}
.front-plane .card .card-header h5 {
    margin-bottom: 0;
}
.front-plane .pending.bx {
    background-color: rgb(17 79 154 / 7%);
    border: 1px solid var(--background-orange);
    color: var(--background-orange);
}
.front-plane .pending.bx:hover {
    background-color: var(--background-orange);
    color: #fff;
}
.front-plane table thead tr th {
    background-color: #d3d3d3;
    color: var(--background-orange);
} 
.frontend-dash .gd-cards .card .card-header {
    background-color: var(--background-orange);
    text-align: center;
    border-top-left-radius: var(--xs-border-radius);
    border-top-right-radius: var(--xs-border-radius);
    /* height: 100%; */
}  
.frontend-dash .gd-cards .card .card-header .card-title {
   color: #fff; 
}
.frontend-dash .gd-cards .card a:hover {
    color: inherit;
}
.frontend-dash .gd-cards .card .card-body {
    background-color: var(--bs-card-cap-bg);
    height: 100%;
 }
 .frontend-dash .gd-cards .card .card-body p:last-of-type {
    margin-bottom: 0;
 }
.frontend-dash .gd-cards .card .card-body .inner  {
    color: #fff;
}
.frontend-dash .gd-cards .card {
    background-color: #fff;
    box-shadow: none;
}
.frontend-dash .gd-cards .cst .small-box-footer {
    background-color: rgb(17 79 154);
}
.frontend-dash .gd-cards .cst .small-box-footer {
    margin-top: 0;
    margin-bottom: 0;
}
.frontend-dash .gd-cards .cst .card-footer {
    padding-top: 16px;
    padding-bottom: 16px;
}
.login-bg .stats .nav-link.active {
    background-color: var(--background-orange);
}
.login-table table.clr-table thead tr {
    background-color: var(--background-orange);

}
/* project-disbursment form start */
.project-disbursment .form-title {
    text-align: center;
}
.project-disbursment .form-title {
    font-size: var(--xl-font-size);
    font-weight: var(--font-weight-medium);
    color: var(--background-orange);
    font-weight: var(--font-weight-bold);
}
.project-disbursment .form-sub-title,
.modal .form-sub-title {
    font-size: var(--lg-font-size);
    font-weight: var(--font-weight-bold);
    border-bottom: 1px solid #ced4da;
    padding-bottom: 7px;
    margin-bottom: 20px;
    margin-top: 30px;
}
.project-disbursment .form-group>label {
    margin-bottom: 5px;
}
.project-disbursment table.type-1 {
    text-align: left;
}
.project-disbursment table.type-1 thead tr th:nth-child(1) {
    width: 35%;
}
.project-disbursment table.type-1 thead tr th:nth-child(2) {
    width: 10%;
    text-align: center;
}
.project-disbursment table.type-1 tbody tr td:nth-child(2) {
    text-align: center;
}
.project-disbursment table.type-1 thead tr th:nth-child(3) {
    width: 25%;
}
.project-disbursment table.type-1 thead tr th:nth-child(4) {
    width: 20%;
    text-align: center;
}
.project-disbursment table.type-1 tbody tr td:nth-child(4) {
    text-align: center;
}
.project-disbursment table.type-2 {
    text-align: left;
}
.project-disbursment .inline-status {
    display: flex;
    align-items: center;
    gap: 10px;
}
.project-disbursment .inline-status-end {
    display: inline-flex;
    /* flex-grow: 1; */
    /* justify-content: end; */
    /* text-align: right; */
    justify-content: flex-end;
    width: 100%;
}
.project-disbursment .inline-status .cursor-not-allowed {
    display: flex;
}
.project-disbursment .inline-end {
    width: 100%;
    display: flex;
    align-items: center;
}
.project-disbursment .inline-status .btn:active {
    background-color: transparent;
    border-color: transparent;
}
.project-disbursment .inline-status .btn:hover {
    opacity: .6;
}
.border-bottom-none {
    border-bottom: none !important;
}
table.clr-table.modal-type-1 {
    text-align: left;
}
table.clr-table.modal-type-1 thead tr th:nth-child(1),
table.clr-table.modal-type-1 tbody tr td:nth-child(1),
table.clr-table.modal-type-1 thead tr th:last-child,
table.clr-table.modal-type-1 tbody tr td:last-child {
    text-align: center;
}
table.clr-table.modal-type-1.first-left thead tr th:nth-child(1),
table.clr-table.modal-type-1.first-left tbody tr td:nth-child(1) {
    text-align: left;
}
#trance-req-modal .modal-header {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}
#trance-req-modal .modal-body {
    padding: 1.5rem;
}
/* project-disbursment form end */
/* welcome-timer Start */
.welcome-timer {
    background-color: #e7edf3;
    color: var(--background-orange);
    padding: 20px;
    display: flex;
    justify-content: space-between;
    border-radius: var(--xs-border-radius);
}
.welcome-timer .lt {
    font-weight: var(--font-weight-bold);
}
.welcome-timer .rt {
    color: var(--background-red);
}
ul.hover a:hover {
    color: var(--background-red);
}
/* welcome-timer End */
/* flipbook-card Start */
.flipbook-card {
    margin-bottom: 50px;
}
.flipbook-card img {
    border: 1px solid #c0c0c0;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    width: 180px;
}
.flipbook-card .play-flipbook {
    position: relative;
    text-align: center;
    justify-content: center;
    transform: none;
    left: auto;
    border: 1px solid #c0c0c0;
    border-top: 0;
    border-bottom-left-radius: var(--bs-border-radius-xl);
    border-bottom-right-radius: var(--bs-border-radius-xl);
}
.flipbook-card .play-flipbook a {
    box-shadow: none;

}
/* flipbook-card End */

.btn-label.cst.hidden-hover {
    padding-left: 36px;
}
.hidden-hover {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
    padding: 8px;
    transition: 0.2s;
}
.hidden-hover .label-icon {
    transition: 0.2s;
}
.hidden-hover .label-hidden {
    max-width: 0;
    opacity: 0;
    white-space: nowrap;
    transition: 0.2s;
}
.hidden-hover:hover .label-hidden {
    max-width: 200px;
    /* margin-left: 8px; */
    opacity: 1;
    margin-right: 8px;
}
.btn-label.cst.hidden-hover:hover {
    padding-left: 54px;
}
/* .daterangepicker {
    z-index: 2022 !important;
    position: relative;

} */
.login-bg.front-plane #year-selector.form-select {
    padding: 2px 10px;
}
.btn-label.cst.hidden-hover.show {
    padding-left: 54px;
}
.hidden-hover.show .label-hidden {
    max-width: 200px;
    /* margin-left: 8px; */
    opacity: 1;
    margin-right: 8px;
}

.card.frt {
    font-weight: var(--font-weight-medium);
    height: 100%;
    text-align: center;
    box-shadow: none;
    border-color: transparent;

}
.card.frt .card-body {
    color: var(--background-orange);
    background-color: #d3d3d3;
    border-radius: var(--xs-border-radius) var(--xs-border-radius) 0 0;
    -webkit-border-radius: var(--xs-border-radius) var(--xs-border-radius) 0 0;
    -moz-border-radius: var(--xs-border-radius) var(--xs-border-radius) 0 0;
    -ms-border-radius: var(--xs-border-radius) var(--xs-border-radius) 0 0;
    -o-border-radius: var(--xs-border-radius) var(--xs-border-radius) 0 0;
}
.card.frt .card-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: var(--sm-font-size);
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 0 0 var(--xs-border-radius) var(--xs-border-radius);
    -webkit-border-radius: 0 0 var(--xs-border-radius) var(--xs-border-radius);
    -moz-border-radius: 0 0 var(--xs-border-radius) var(--xs-border-radius);
    -ms-border-radius: 0 0 var(--xs-border-radius) var(--xs-border-radius);
    -o-border-radius: 0 0 var(--xs-border-radius) var(--xs-border-radius);
}
/*  */
:root {
    --bg-blue: #405189;
    --bg-blue-dark: #001F45;
    --global-white: #fff;
    --border-radius-md: .25rem;
    --font-500: 500;
    --font-600: 600;
    --font-700: 700;
    --font-800: 800;
    --color-5a5a5a: #5a5a5a; 
    --color-495057: #495057;
    --color-001f44: #001f44;
    --border-bottom-color: #c0c0c0;
    --table-border-color: #c0c0c0;
    --table-header-border-color: #2f3c67;
    --table-border-strip-bg: #f2f6f9;
 }
 .card-bd .card-header-n {
    background-color: var(--bg-blue);
    color: var(--global-white);
    padding: 16px 20px;
    border-top-left-radius: var(--border-radius-md);
    border-top-right-radius: var(--border-radius-md);
 }

 .card-bd .card-header-n .card-title {
    font-weight: var(--font-500);
    font-size: 1.1rem;
    margin-bottom: 0;
}
 .card-bd .card-body .title {
    font-weight: var(--font-600);
    font-size: 18px;
 }
 .card-bd .card-body .title.lg {
    font-size: 20px;
    margin-bottom: 10px;
}
.card-bd .title {
    color: var(--color-001f44);

}
 .card-bd .card-body .lb {
    font-weight: var(--font-600);
 }
 .card-bd .card-body .sp {
    font-weight: var(--font-600);
    color: var(--color-5a5a5a);
 }
 .card-bd .card-body .fx-g-wrap {
    display: flex;
    gap: 10px;
 }
 .card-bd .card-body .fx-s {
    /* display: flex; */
    white-space: nowrap;
 }
 .card-bd .card-body .fx-e {
    /* display: flex; */
 }
 .card-bd .fx-table-wrap td {
    padding-left: 0;
    padding-right: 0;
 }
 .card-bd .fx-table-wrap .sp {
    padding-left: 10px;
 }

 .card-bd .card-body .f-icon {
    width: 25px;
    height: 25px;
    background-color: var(--bg-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    padding: 15px;
    margin-right: 10px;
}
.card-bd .card-body .f-icon img {
    height: 14px;
}
.card-bd .card-body .fx-wrap {
    display: flex;
    align-items: center;
}
.card-bd .card-body .fx-wrap .sp.ps {
    padding-left: 10px;
}
.card-bd .card-body .fx-wrap.mt {
    margin-top: 15px;
}
.card-bd .card-body {
    padding: 20px 26px 25px;

}
.card-bd.shadow-n,
.shadow-n {
    box-shadow: 0 4px 1px 1px rgb(0 0 0 / 5%), 0 2px 3px 0px rgb(0 0 0 / 29%);

}
.card-bd.shadow-n {
    margin-bottom: 1rem;
}
.card-bd .fx-table-wrap.mt {
    margin-top: 22px;

 }
 .card-bd .fx-table-wrap table {
    box-shadow: none;
 }
 .card-bd .fx-table-wrap table tbody {
    border: 0;
 }
 .card-bd .fx-table-wrap table td {
    padding: 5px 6px;
 }
.card-bd .fx-wrap-mt {
    margin-top: 15px;

 }
 .card-bd .title span.fg {
    margin-left: 15px;
    font-size: 20px;
    font-weight: var(--font-700);
 }
 .card-bd.mt {
    margin-top: 16px;
 }
 .card-bd .card-header-n .card-title.text-center {
    float: none;
 }
 .card-bd .card-body.last .mt {
    margin-top: 28px;
 }
 .card-bd .card-body.last .mt:first-of-type {
    margin-top: 0;
}
.card-bd .ht-p {
    height: 92%;
    box-shadow: 0 4px 1px rgb(0 0 0 / 5%), 0 2px 3px 0px rgb(0 0 0 / 42%);
}
.card-bd .ht-p .card-body {
    /* padding-bottom: 0; */
}
.card-bd .title.br {
    border-bottom: 1px solid var(--border-bottom-color);
    padding-bottom: 15px;
}
.card-bd hr {
    border-color: var(--border-bottom-color);
    margin-top: 0;
    margin-bottom: 5px;
    opacity: 1;
}
.card-bd .card-body .fx-wrap-mt.mb .fx-wrap   {
    margin-bottom: 12px;
}
.card-bd .card-body .v-link {
    color: var(--color-5a5a5a);
    text-decoration: underline;

}
.card-bd .card-body table .v-link {
    color: var(--bg-blue);

}
.card-bd .card-body table .v-link:hover {
    color: var(--color-5a5a5a);
}
.card-bd .card-body .v-link:hover {
    color: var(--bg-blue);
}
.card-bd .card-body .v-link svg {
    color: var(--bg-blue);
}
.card-bd .card-body .v-link svg {
    margin-right: 5px;
}
.card-bd table.center {
    text-align: center;
}
.card-bd table.th-center tr th {
    text-align: center;
}
.card-bd table th, .card-bd table td {
    padding: 26px 16px;
    white-space: normal;
}
.card-bd table.w-n th, .card-bd table.w-n td {
    white-space: normal;
}
.card-bd .table-bordered thead th {
    border-color: var(--table-header-border-color);
    color: #fff;
}
.card-bd .table-bordered tbody td, .card-bd .table-bordered tbody th,
.card-bd .table-bordered tfoot td {
    /* border-color: var(--table-border-color); */
    font-weight: var(--font-600);
    color: var(--color-5a5a5a);
}
.card-bd table thead th {
    background-color: var(--bg-blue);
    vertical-align: top;
}
.card-bd .table-responsive {
    border-radius: var(--border-radius-md);

}
.card-bd table {
    border-top-left-radius: var(--border-radius-md);
    box-shadow: 0 4px 1px 1px rgb(0 0 0 / 5%), 0 2px 3px 0px rgb(0 0 0 / 29%);
}
.card-bd table .btn-primary {
    border-color: var(--bg-blue);
    background-color: var(--bg-blue);
    white-space: nowrap;
    padding: .375rem .75rem;
    border-radius: .25rem;
}
.card-bd table .btn-primary:hover {
    background-color: transparent;
    color: #fff;

}
.card-bd table .btn-primary:hover {
    background-color: var(--bg-blue);

    opacity: .9;
}
.card-bd table.pd th,
.card-bd table.pd td {
    padding: 12px 16px;

}
.card-bd table th {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
}
.card-bd table.mt {
    margin-top: 25px;
    margin-bottom: 20px;
}
.card-bd .table-striped tbody tr:nth-of-type(even) {
    background-color: var(--table-border-strip-bg);
}
/* .table-striped>tbody>tr:nth-of-type(odd)>* */
.card-bd .table-striped tbody tr:nth-of-type(odd) {
    background-color: transparent;
}
.card-bd .table-striped tbody tr:nth-of-type(odd) td {
    --bs-table-accent-bg: transparent;
 }
.card-bd table thead tr th {
    text-align: left;
}
.card-bd .second-left tr th:nth-child(2), .card-bd .second-left tr td:nth-child(2) {
    text-align: left;
}
.card-bd .second-b-center tbody tr td:nth-child(2) {
    text-align: center;
}
.card-bd .h-second-center tr th:nth-child(2),
.card-bd .first-center tr th:first-child,
.card-bd .first-center tr td:first-child,
.card-bd .last-center tr td:last-child,
.card-bd .last-center tr th:last-child,
.card-bd .third-last-center tr td:nth-last-child(3),
.card-bd .third-last-center tr th:nth-last-child(3) {
    text-align: center;
}
@media (min-width: 1920px) {
    .card-bd table .btn-primary {
        font-size: 16px;
    }
}
@media (min-width: 1318px) {
    .card-bd table .btn-primary {
        font-size: 14px;
    }
}
@media (min-width: 1400px) {
    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}
.card-bd .card-body .fx-wrap.int {
    justify-content: center;
    
}
.card-bd .card-body .fx-wrap.int .sp {
    font-size: 20px;
    font-weight: var(--font-700);
}
.card-bd .card-body .fx-wrap.int.mn .sp {
    color: var(--color-001f44);
}
.description tbody>tr:first-child {
    background: var(--bg-blue);
    color: #fff;
}
.description tbody>tr:first-child td {
    padding: 16px 20px;

}
.card-bd .fx-table-wrap .description .sp {
    padding: 16px 20px;

}
.card-bd .fx-table-wrap .description .sp p {
    margin-bottom: 0;
    line-height: 1.4;
}
.card-bd .fx-table-wrap .description {
    margin-bottom: 15px;
}
.card-bd .fx-table-wrap .description tr{
    border:1px solid var(--border-bottom-color);
 }
 .card-bd .fx-table-wrap .description tbody>tr:first-child{
    background: var(--bg-blue);
 }
.top-btns {
    margin-bottom: 20px;
}
.top-btns .back {
    background-color: var(--bg-blue);
    color: #fff;
}
.top-btns .back:hover {
   color: #fff;
}

 /*  */
 /* front-u-db Start */
 .front-u-db .pppac-breadcrumb {
    text-align: center;
    background: url("../../assets/img/breadcrumb/user-dsh.jpg");
 }
 .front-u-db .pppac-breadcrumb .sub {
    font-weight: var(--font-weight-regular);
 }
 .front-u-db .heading-shape .shape-2,
 .front-u-db .heading-shape .shape-3 {
    background-color: var(--secondary-color);
 }
 .front-u-db .heading-shape .shape-2,  .front-u-db .heading-shape .shape-3 {
    width: 190px;
    height: 1px;
    position: relative;
}
.front-u-db .heading-shape .shape-2::after,  .front-u-db .heading-shape .shape-3::after {
    position: absolute;
    content: '';
    top: -3px;
    background-color: var(--secondary-color);
    height: 6px;
    width: 6px;
    rotate: 45deg;

}
.front-u-db .heading-shape .shape-2::after {
    right: 0;
}
.front-u-db .heading-shape .shape-3::after {
    left: 0;
}
.front-u-db .heading-shape {
    padding-top: 20px;
}
.front-u-db .tab-wrap {
    margin-top: -40px;
    position: relative;
}
.front-u-db .tab-wrap .nav-link {
    border-radius: var(--border-radius-md);
    -webkit-border-radius: var(--border-radius-md);
    -moz-border-radius: var(--border-radius-md);
    -ms-border-radius: var(--border-radius-md);
    -o-border-radius: var(--border-radius-md);
    border: 4px solid var(--secondary-color);
    padding: 35px 25px;
    box-shadow: 0px 4px 8px 0px #00000040;
}
.front-u-db .tab-wrap .nav {
    justify-content: center;
    gap: 20px;
}
.front-u-db .tab-wrap .nav-item {
    height: 100%;
}
.front-u-db .pppac-breadcrumb .bd-pd {
    padding-bottom: 5rem;
}
.front-u-db .tab-wrap .nav-link {
    width: 100%;
    height: 100%;
    background-color: var(--secondary-color);
    color: var(--bg-blue);
    font-weight: var(--font-weight-medium);

}
.front-u-db .tab-wrap.inner .nav-link {
    padding: 10px;
}
.front-u-db .tab-wrap .nav-link.active {
    background-color: var(--bg-blue);
    color: var(--secondary-color);
}
.front-u-db .tab-content-wrap .tabs-card .nav-item,
.front-u-db .tab-content-wrap .tabs-card .nav-link {
    height: 100%;
}
.front-u-db .tab-content-wrap .tabs-card .nav-item .nav-link {
    display: flex;
    justify-content: center;
    background-color: #F1FDFF;
    /*border: 1px solid #00000040;
    */box-shadow: 0px 2px 4px 0px #00000040;
    padding: 30px 8px;
    width: 100%;
    border-radius: var(--border-radius-md);
    -webkit-border-radius: var(--border-radius-md);
    -moz-border-radius: var(--border-radius-md);
    -ms-border-radius: var(--border-radius-md);
    -o-border-radius: var(--border-radius-md);
}
.front-u-db .tab-content-wrap .tabs-card .sp {
    font-size: 18px;
}
.front-u-db .tab-content-wrap .tabs-card {
    border: 0;
    height: 0%;
}
.front-u-db .tab-content-wrap .tabs-card .sp {
    font-weight: var(--font-600);
    color: var(--color-495057);
}
.front-u-db .tab-content-wrap .tabs-card .lb {
    color: var(--color-495057);
    font-size: 14px;
}
.front-u-db .tab-content-wrap .tabs-card .lb {
    font-weight: var(--font-500);
}
.front-u-db .tab-content-wrap .tabs-card ul.nav [class*="col-"] {
    margin-bottom: 20px;
}
.front-u-db .tab-content-wrap .tabs-card ul {
    padding-left: 20px;
    padding-right: 20px;
    justify-content: center;
}
.front-u-db .card.sh {
    box-shadow: 0px 2px 4px 0px #00000040;
    border: transparent;
}
.front-u-db .card-body .f-icon {
    width: 25px;
    height: 25px;
    background-color: var(--bg-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    padding: 15px;
    margin-right: 10px;
}
.front-u-db .card-body .fx-wrap {
    display: flex;
    align-items: center;
}
.front-u-db .card-body  .fx-wrap.mt {
    margin-top: 15px;
}
.front-u-db .card-body hr {
    border: 1px dashed rgba(106, 113, 133, 0.3);
    opacity: 1;
}
.front-u-db .title {
    font-weight: var(--font-600);
    font-size: 18px;
}
.front-u-db .both {
    /* display: flex; */
}
.front-u-db .both .left {
    background-color: #F6F6F6;
    padding: 0 20px;
}
.front-u-db .both .left .title {
    text-align: center;
    padding: 10px 20px;
    border-bottom: 1px dashed rgba(106, 113, 133, 0.3);
}
.front-u-db .btn-primary {
    background-color: var(--bg-blue);
    border-color: var(--bg-blue);
    border-radius: var(--border-radius-md);
    -webkit-border-radius: var(--border-radius-md);
    -moz-border-radius: var(--border-radius-md);
    -ms-border-radius: var(--border-radius-md);
    -o-border-radius: var(--border-radius-md);
    padding: 9px 25px;
    font-size: var(--sm-font-size);
}
.front-u-db .btn-primary:hover {
    background-color: transparent;
    color: var(--bg-blue);

}
.front-u-db .btn-primary:active {
    background-color: var(--bg-blue);
    border-color: var(--bg-blue);
    color: var(--secondary-color);
}
.front-u-db .fx-wrap-mt {
    padding-bottom: 15px;
}
.front-u-db .card.mt {
    margin-top: 40px;
}
.front-u-db .rd-none {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.front-u-db .card-body .fx-wrap .lb {
    font-weight: var(--font-600);
}
.front-u-db .card-body .fx-wrap .sp {
    font-size: 14px;
}
.front-u-db .card-body .fx-wrap .sp.ps {
    padding-left: 5px;
}
.front-u-db .card-body .fx-wrap .lb span {
    font-size: 12px;
}
.front-u-db .card-body .fx-wrap-mt .col:last-child .fx-wrap {
    align-items: flex-start;
}
.front-u-db .card.ht {
    height: 90%;
}
.front-u-db .pdf-card .card-footer {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: transparent;
    border-top: 0;
}
.front-u-db .map-graph .card {
    box-shadow: none;
    background-color: #F6F6F6;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    margin: 30px 20px 30px 0;
}
.front-u-db .map-graph .blocks {
    background-color: var(--secondary-color);
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    box-shadow: 0px 2px 4px 0px #00000040;
}
.front-u-db .map-graph .blocks.px {
    padding-left: 0;
    padding-right: 0;
}
.front-u-db .map-graph .blocks:nth-of-type(2){
    border-radius: var(--rounded-border-radius);
    -webkit-border-radius: var(--rounded-border-radius);
    -moz-border-radius: var(--rounded-border-radius);
    -ms-border-radius: var(--rounded-border-radius);
    -o-border-radius: var(--rounded-border-radius);
}
.front-u-db .map-graph .pppac-tab-state {
    color: var(--bg-blue);
}
.front-u-db .map-graph .pppac-tab-state,
.front-u-db .map-graph .card-subtitle {
    text-align: center;

}
.front-u-db .map-graph .blocks .blocks-inner {
    padding-left: 1rem;
    padding-right: 1rem;
}
.front-u-db .tab-content {
    margin-bottom: 40px;
}
.front-u-db .map-graph .card-title {
    font-size: var(--md-font-size);
    margin-bottom: 0;
    font-weight: var(--font-weight-bold);
}
.front-u-db .map-graph {
    margin-bottom: 30px;
}
.front-u-db .tabs-card .nav-item .nav-link.active,
.front-u-db .tabs-card .nav-item .nav-link.active,
.front-u-db .tabs-card .nav-item .nav-link:active {
    background-color: var(--bg-blue);
    color: #fff;
}
.front-u-db .both .right {
    display: grid;
    grid-gap: 10px;
}
.front-u-db .tabs-card .nav-item .nav-link.active .sp, .front-u-db .tabs-card .nav-item .nav-link.active .lb {
    color: #fff;
}

 /* front-u-db End */
 .ta-dashboard {
    color: #000;
    font-weight: 600;
    padding-top: 40px;
    background: linear-gradient(162.81deg, #FFFFFF 49.15%, #D9D9D9 92.57%);

 }
 .ta-dashboard .main-heading {
    margin-bottom: 25px;
 }
 .ta-dashboard .main-heading h1,
  .ta-dashboard .main-heading h2 {
    color: #222;
    font-size: 32px;
 }
 .ta-dashboard .lg-heading {
    font-size: 24px;
    color: #042833;
    margin-bottom: 20px;
    font-weight: 500;
 }
 .ta-dashboard .dash-wrap {
    background: linear-gradient(311.93deg, #0B9CCA 24.94%, #08434B 75.06%);
 }
 .ta-dashboard .dash-wrap {
    padding-top: 30px;
    padding-bottom: 50px;
    box-shadow: 0px 4px 4px 0px #00000040;

}
.ta-dashboard .dash-wrap .card {
    text-align: center;
}
.ta-dashboard .dash-wrap .card-header img {
    height: 35px;
}
.ta-dashboard .dash-wrap .card-header {
    background-color: transparent;
    border-bottom: 0;
    padding-top: 20px;
}
.ta-dashboard .dash-wrap .card {
    height: 100%;
    box-shadow: 0px 4px 4px 0px #00000040;
}
.ta-dashboard .dash-wrap .card:hover {
    background-color: #C8EDF9;
}
.ta-dashboard .dash-wrap a:hover {
    color: inherit;
}
.ta-dashboard .dash-wrap .card-footer {
    background-color: transparent;
    border-top: 0;
    padding-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
    color: #222222;
}
.ta-dashboard .dash-wrap .card-body {
    padding-bottom: 0;
}
.ta-dashboard .dash-wrap .lg-heading {
    color: #fff;
}
.ta-dashboard .top-btn-wrap .btn {
    background-color: #CFCCCC;
    border-color: #CFCCCC;
    color: rgba(0, 0, 0, 65);
    margin-bottom: 20px;
    padding: 6px 13px;
    font-weight: 400;
    font-size: 14px;
}
.ta-dashboard .top-btn-wrap .btn:hover {
   background-color: #0E6581;
   color: #fff;
}
.ta-dashboard .plane-wrap .card-body, .ta-dashboard .clr-wrap .card-body {
    background-color: #0E6581;
    color: #fff;
    text-align: center;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    font-weight: 500;
    font-size: 18px;
}
.ta-dashboard .plane-wrap .card-body {
    display: grid;
    align-items: center;
    justify-content: center;
}
.ta-dashboard .plane-wrap .card {
    height: 100%;
}
.ta-dashboard .plane-wrap .card-footer,
.ta-dashboard .clr-wrap .card-footer {
    background-color: transparent;
    padding-bottom: 15px;
}
.ta-dashboard .plane-wrap .card,
.ta-dashboard .clr-wrap .card {
    border: 0;
    /* box-shadow: 0px 8px 16px 0px #3232470F; */
    /* box-shadow: 0px 8px 8px 0px #32324714; */
    box-shadow: 0px 8px 8px 0px #32324721;
}
.ta-dashboard .fx-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}
.ta-dashboard .plane-wrap .card .mt:first-child,
.ta-dashboard .clr-wrap .card .mt:first-child {
    margin-top: 10px;
}
.ta-dashboard .plane-wrap .card .mt,
.ta-dashboard .clr-wrap .card .mt {
    margin-top: 15px;
}
.ta-dashboard .plane-wrap {
    position: relative;
}
.ta-dashboard .plane-wrap .left-shape {
    position: absolute;
    left: 0;
    top: 0;
    /* width: 100%;
    height: 100%; */
}
.ta-dashboard .plane-wrap .left-shape img {
    max-width: 100%;
    height: 340px;
}
.ta-dashboard .fx-wrap .f-icon img {
    height: 20px;
}
.ta-dashboard .fx-wrap .f-icon {
    width: 26px;
    text-align: center;
}
.ta-dashboard .plane-wrap {
    padding-top: 30px;
    padding-bottom: 50px;
}
.ta-dashboard .clr-wrap {
    padding-top: 30px;
    padding-bottom: 50px;
    position: relative;
    background: #0B9CCA3B;

}
.ta-dashboard .clr-wrap .right-shape {
    position: absolute;
    right: 0;
    top: 50px;
}
.ta-dashboard .clr-wrap .right-shape img {
    max-width: 100%;
    height: 550px;
}
.ta-dashboard .lb,
.ta-dashboard .sp {
    font-size: 14px;
}
.ta-dashboard .card .inner table thead {
    background-color: #0E6581;
    color: #fff;
}
.ta-dashboard .card .inner table thead tr th,
.ta-dashboard .card .inner table tbody tr td {
    text-align: center;
}
.ta-dashboard .card .inner table tbody tr td {
    padding: 18px 25px;
}
.ta-dashboard .card .inner table thead tr th {
    vertical-align: middle;
}
.ta-dashboard .card .inner table tbody tr td:first-child {
    width: 25%;
}
.ta-dashboard .table-card .first-td-left tbody tr td:first-child  {
    text-align: left;
}
.ta-dashboard .card .inner table {
    border: 1px solid #0000000F;
    box-shadow: 0px 8px 8px 0px #32324721;

}
.ta-dashboard .table-card .card {
    box-shadow: 0px 1px 4px 0px #00000040;
    border: 1px solid #F2F2F212;
    padding: 0;

}
.ta-dashboard .table-card .card .inner hr {
    border: 1.5px solid #00000040;
    box-shadow: 0px 1px 4px 0px #00000040;
    opacity: .6;

}
.ta-dashboard .table-card .card hr {
    border: 1px solid #00000040;
    /* box-shadow: 0px 1px 4px 0px #00000040; */
    opacity: .5;

}
.ta-dashboard .table-card .card .inner {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 10px;
}
.ta-dashboard .table-card {
    padding-top: 30px;
    padding-bottom: 50px;
}
.ta-dashboard .table-card .table-wrap {
    margin-top: 30px;
}
.ta-dashboard .table-card .card .inner .lg-heading {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;

}
.ta-dashboard .table-card .card .inner:last-child {
    margin-bottom: 20px;
}
.ta-dashboard .table-card table>tbody>tr:nth-of-type(odd)>* {
   background-color: #F7F7F7;
   box-shadow: none;
}   
.ta-dashboard .table-card table tbody{
   border-color:  #F2F2F2;
}
.ta-dashboard .table-card table thead tr th:first-child {
    border-radius: 10px 0 0 0;
    -webkit-border-radius: 10px 0 0 0;
    -moz-border-radius: 10px 0 0 0;
    -ms-border-radius: 10px 0 0 0;
    -o-border-radius: 10px 0 0 0;
}
.ta-dashboard .table-card table thead tr th:last-child {
    border-radius: 0 10px 0 0;
    -webkit-border-radius: 0 10px 0 0;
    -moz-border-radius: 0 10px 0 0;
    -ms-border-radius: 0 10px 0 0;
    -o-border-radius: 0 10px 0 0;
}
/*  */
.floating-chat {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    /* color: white; */
    position: fixed;
    bottom: 90px;
    right: 35px;
    width: 40px;
    height: 40px;
    transform: translateY(70px);
    transition: all 250ms ease-out;
    border-radius: 50%;
    opacity: 0;
    /* background: -moz-linear-gradient(-45deg, #324585 0, #2f4799 25%, #213987 50%, #1c378d 75%, #1c378f 100%);
    background: -webkit-linear-gradient(-45deg, #324585 0, #2f4799 25%, #213987 50%, #1c378d 75%, #1c378f 100%); */
    background-color: #fff;
    border: 1px solid rgb(47 71 153 / 19%);
    background-repeat: no-repeat;
    z-index: 9;
    background-attachment: fixed;
}
.floating-chat.enter:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    opacity: .9;
}
.floating-chat.enter {
    transform: translateY(0);
    opacity: 1;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 2px rgba(0, 0, 0, 0.14);
}
.floating-chat.expand {
    width: 20%;
    max-height: 400px;
    height: 400px;
    border-radius: 5px;
    cursor: auto;
    opacity: 1;
}
.floating-chat :focus {
    outline: 0;
    box-shadow: 0 0 3pt 2pt rgba(14, 200, 121, 0.3);
}
.floating-chat button {
    background: transparent;
    border: 0;
    /* color: white; */
    text-transform: uppercase;
    border-radius: 3px;
    cursor: pointer;
}
.floating-chat .chat {
    display: flex;
    flex-direction: column;
    position: absolute;
    opacity: 0;
    width: 1px;
    height: 1px;
    border-radius: 50%;
    transition: all 250ms ease-out;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.floating-chat .chat.enter {
    opacity: 1;
    border-radius: 0;
    margin: 10px;
    width: auto;
    height: auto;
}
.floating-chat .chat .header {
    flex-shrink: 0;
    padding-bottom: 10px;
    display: flex;
    background: transparent;
}
.floating-chat .chat .header .title {
    flex-grow: 1;
    flex-shrink: 1;
    padding: 0 5px;
    color: #222222;
}
.floating-chat .chat .header button {
    flex-shrink: 0;
}
.floating-chat .chat .messages {
    padding: 10px 0;
    margin: 0;
    list-style: none;
    overflow-y: scroll;
    overflow-x: hidden;
    flex-grow: 1;
    border-radius: 4px;
    background: transparent;
}
.floating-chat .chat .messages::-webkit-scrollbar {
    width: 5px;
}
.floating-chat .chat .messages::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: rgba(25, 147, 147, 0.1);
}
.floating-chat .chat .messages::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: rgba(25, 147, 147, 0.2);
}
.floating-chat .chat .messages li {
    position: relative;
    clear: both;
    display: inline-block;
    padding: 14px;
    margin: 0 0 20px 0;
    font-size: 14px;
    border-radius: 10px;
    background-color: rgba(25, 147, 147, 0.2);
    word-wrap: break-word;
    max-width: 81%;
}
.wa-time {
    display: block;
    font-size: 70%;

}
.wa-time {
    text-align: right;
}

.floating-chat .chat .messages li:before {
    position: absolute;
    top: 0;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    content: '';
    background-size: cover;
}
.floating-chat .chat .messages li:after {
    position: absolute;
    top: 10px;
    content: '';
    width: 0;
    height: 0;
    border-top: 10px solid rgba(25, 147, 147, 0.2);
}
.floating-chat .chat .messages li.other {
    /* animation: show-chat-odd 0.15s 1 ease-in;
    -moz-animation: show-chat-odd 0.15s 1 ease-in;
    -webkit-animation: show-chat-odd 0.15s 1 ease-in; */
    float: right;
    /* margin-right: 45px; */
    margin-right: 15px;
    color: #03061d;
}
.floating-chat .chat .messages li.other:before {
    right: -45px;
}
.floating-chat .chat .messages li.other:after {
    border-right: 10px solid transparent;
    right: -10px;
}
.floating-chat .chat .messages li.self {
    /* animation: show-chat-even 0.15s 1 ease-in;
    -moz-animation: show-chat-even 0.15s 1 ease-in;
    -webkit-animation: show-chat-even 0.15s 1 ease-in; */
    float: left;
    /* margin-left: 45px; */
    margin-left: 10px;
    color: #0ec879;
}
.floating-chat .chat .messages li.self:before {
    left: -45px;
}
.floating-chat .chat .messages li.self:after {
    border-left: 10px solid transparent;
    left: -10px;
}
.floating-chat .chat .footer {
    flex-shrink: 0;
    display: flex;
    padding-top: 10px;
    max-height: 90px;
    background: transparent;
    font-size: 15px;
}
.floating-chat .chat .footer .text-box {
    border-radius: 3px;
    background: rgba(25, 147, 147, 0.2);
    min-height: 100%;
    width: 100%;
    margin-right: 5px;
    color: #0ec879;
    overflow-y: auto;
    padding: 2px 5px;
    border: 0;
}
.floating-chat .chat .footer .text-box::-webkit-scrollbar {
    width: 5px;
}
.floating-chat .chat .footer .text-box::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: rgba(25, 147, 147, 0.1);
}
.floating-chat .chat .footer .text-box::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: rgba(25, 147, 147, 0.2);
}
.floating-chat .s-icon i::before {
    rotate: 45deg;
}
.floating-chat .s-icon i {
    margin-right: 3px;
}
.front-u-db .tab-wrap.inner {
    margin-top: 20px;
}
@keyframes show-chat-even {
    0% {
        margin-left: -480px;
   }
    100% {
        margin-left: 0;
   }
}
@-moz-keyframes show-chat-even {
    0% {
        margin-left: -480px;
   }
    100% {
        margin-left: 0;
   }
}
@-webkit-keyframes show-chat-even {
    0% {
        margin-left: -480px;
   }
    100% {
        margin-left: 0;
   }
}
@keyframes show-chat-odd {
    0% {
        margin-right: -480px;
   }
    100% {
        margin-right: 0;
   }
}
@-moz-keyframes show-chat-odd {
    0% {
        margin-right: -480px;
   }
    100% {
        margin-right: 0;
   }
}
@-webkit-keyframes show-chat-odd {
    0% {
        margin-right: -480px;
   }
    100% {
        margin-right: 0;
   }
}
.floating-chat.expand #unseencount {
    display: none;
}
.floating-chat sup {
    font-size: 12px;
    /* color: var(--background-red); */
    font-weight: var(--font-weight-black);
}

.floating-chat .ft {
    font-size: 12px;
}