:root {
    --primary: #2d63b1;
    --primaryHover: #5CE1E6;
    --secondaryHover: #2d63b1;
    --textLink: #48cae4;
    --primaryBlue: #03045e;
    --secondaryBlue: #023e8a;
}
a, button, input{
    transition: .2s;
}
/* scroll bar design */
::-webkit-scrollbar {
    width: 5px !important;
}
/* Track */
::-webkit-scrollbar-track {
    border-radius: 10px !important;
    box-shadow: inset 0 0 5px var(--gray);
}
/* Handle */
::-webkit-scrollbar-thumb {
    border-radius: 10px !important;
    background: var(--primary) !important;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: var(--primary) !important;
}
label {
  color: #676a6c;
}
.btn-medium {
    padding: 10px !important;
    border-radius: 5px !important;
}
/* end of scroll bar */
.h-100vh{
    height: 100vh;
}
.all-caps {
    text-transform: uppercase;
}
.lowercase{
    text-transform: capitalize;
}
.f-12 {
    font-size: 12px;
}
.f-16 {
    font-size: 16px;
}
.f-18 {
    font-size: 18px;
}
.m-t-10{
    margin-top: 10px;
}
.m-t-20{
    margin-top: 20px;
}
.m-t-40{
    margin-top: 40px;
}
.m-t-50{
    margin-top: 50px;
}
.d-block{
    display: block;
}
.d-none{
    display: none !important;
}
.d-block{
    display: block !important;
}
.bg-primary{
    background: var(--primary) !important;
}
.profile-widget p.m-t-10.text-muted {
    padding: 2px 5px;
}
.logo img.logo-lg {
    width: 170px;
    height: unset;
}
.logo img.logo-sm {
    height: 51px;
}
.bg-facebook{
    color: #fff;
    background: #3b5998;
}
.bg-twitter{
    color: #fff;
    background: #1da1f2;
}
.bg-instagram{
    color: #fff;
    background: #c32aa3;
}
.bg-linkedin{
    color: #fff;
    background: #0a66c2;
}
.bg-pinterest{
    color: #fff;
    background: #bd081c;
}
.bg-youtube{
    color: #fff;
    background: #ff0000;
}
.bg-calendar{
    color: #fff;
    background: #0a66c2;
}
.bg-vimeo{
    color: #fff;
    background: #1ab7ea;
}
.bg-nft{
    color: #fff;
    background: #fba300;
}
.bg-tickets{
    color: #fff;
    background: #bd5c08;
}
.bg-race-results{
    color: #fff;
    background: var(--tertiary);
}
.bg-news{
    color: #fff;
    background: #960a0c;
}
.bg-podcast{
    color: #fff;
    background: #32037f;
}
.bg-dribble{
    color: #fff;
    background: #ea4c89;
}
.bg-discord{
    color: #fff;
    background: #5865f2;
}
.bg-track-pass{
    color: #fff;
    background: var(--tertiary);
}
.bg-ebay{
    color: #fff;
    background: #c3003a;
}
.bg-whatnot{
    color: #fff;
    background: #fff351;
}
.bg-etsy{
    color: #fff;
    background: #F1641E;
}
.bg-store{
    color: #fff;
    background: #12833a;
}
.bg-instagram{
    color: #fff;
    background: #c32aa3;
}

.text-facebook{
    color: #1877f2;
}
.text-twitter{
    color: #1da1f2;
}
.text-instagram{
    color: #c32aa3;
}
.text-linkedin{
    color: #0a66c2;
}
.text-instagram{
    color: #c32aa3;
}
.text-gmail{
    color: #ea4335;
}
.text-pinterest{
    color: #bd081c;
}
.text-whatsapp{
    color: #25d366;
}
.text-email{
    color: #ffb30f;
}
.responsive-img img {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;height: 100%;
    width: auto !important;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: unset !important;
}
.checkbox label::after {
    margin-left: -22px;
}
.checkbox input[type="checkbox"]:checked + label::after {
    content: "\f299";
    font: normal normal normal 14px / 1 'Material Design Iconic Font';
    font-weight: bold;
    width: -webkit-fill-available;
}

/* Login UI */
.widget-bg-color-icon .bg-icon {
    height: 80px;
    width: 80px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-border-radius: 50%;
    background-clip: padding-box;
}
.widget-bg-color-icon .bg-icon-warning {
    background-color: rgba(255, 189, 74, 0.2);
    border: 1px solid #ffbd4a;
}
.widget-bg-color-icon .bg-icon i {
    font-size: 32px;
    line-height: 80px;
}
span.badge {
    text-transform: capitalize;
    padding: 5px 10px;
    border-radius: 5px;
}
.login-reg-container {
    display: flex;
    align-items: stretch;
    justify-content: center;
    width: 100%;
}
.login-reg-container .login-reg-wrapper {
    display: flex;
    align-items: stretch;
    justify-content: center;
    width: 100%;
}
.login-reg-container .login-bg-image {
    background-image: url(../images/login-bg.png);
    width: 50%;
    background-position: left;
    background-attachment: fixed;
    background-size: contain;
    background-repeat: no-repeat;
}
.login-reg-container .login-content-wrapper {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow: auto;
    padding: 50px 10px;
}
.login-reg-container .login-content-wrapper .card-box {
    width: 80%;
    padding: 50px;
}
.login-reg-container .register-content-wrapper .card-box{
    width: 100%;
    padding: 40px 10px;
}
/* Close Login UI */
.form-group .form-control {
    margin-bottom: 10px;
}
.form-control {
    appearance: none;
    padding: 16px !important;
    height: unset !important;
    font-size: 14px !important;
    border-radius: 10px !important;
    border: 1px solid #eee;
    line-height: unset !important;
}
.dataTables_filter .form-control,
.dataTables_length .form-control {
    padding: 10px 16px !important;
}
.show-pass-grp {
    position: relative;
}
.show-hide-pass {
    position: absolute;
    top: 39px;
    right: 18px;
    font-size: 20px;
    color: #b3b3b3;
}
.modal-dialog.gcash-payment-list-modal {
    width: 70%;
}
.form-control:focus {
    border: 1px solid #2d63b1;
}
.btn{
    transition: .2s;
    border-radius: 10px !important;
    padding: 15px 20px;
}
.btn-primary {
    background-color: #2d63b1 !important;
    border: 1px solid #2d63b1 !important;
}
.btn-primary:hover {
    background-color: #5CE1E6 !important;
    border: 1px solid #5CE1E6 !important;
}
.reg-pay-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px !important;
    font-size: 14px;
    width: 100%;
}
.reg-pay-btn img {
    width: 90px;
}
.gcash-payment-bg {
    width: 38rem;
    height: 60rem;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
    border: 1px solid #0457e6;
    border-radius: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.parsley-errors-list.filled {
    display: block;
    margin: 0;
    margin-bottom: 10px;
}
.inline-form-req .parsley-errors-list.filled,
.tor-panel-table .parsley-errors-list.filled {
    display: none;
}
.user-details-side{
    padding: 0;
}
.user-details-side .card-box {
    padding: 20px 0px;
    border: 0;
    padding-bottom: 0;
    margin: 0;
}
.user-details-side .widget-box-two {
    margin: 0;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    padding: 20px 0;
    background: var(--primary);
    margin-top: 15px;
}
.p-role {
    font-size: 20px;
}
.user-side-img {
    width: 130px;
    height: 130px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    display: inline-block;
    padding: 10px;
    background-color: #eee;
    border: 2px solid #bababa;
    border-radius: 50%;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.total-earnings-text span {
    font-size: 13px;
}
.total-earnings-text b {
    font-size: 18px;
}
.copy-code-grp {
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    margin-top: 8px;
}
.copy-code-btn {
    line-height: 1;
    color: #fff;
    background: #68a0ef;
    font-size: 12px;
    padding: 10px;
    display: inline-block;
    width: 50%;
    border-right: 1px solid #eee;
}
.copy-code-btn:last-of-type{
    border: 0;
}
.copy-code-btn:hover,
.copy-code-btn:focus {
    color: #fff;
    background: var(--primary);
}

/* Weather UI */
.weather-card-box {
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 8px;
    background: rgb(50, 160, 247);
    background: linear-gradient(141deg, rgba(50, 160, 247, 1) 0%, rgba(73, 198, 244, 1) 100%);
}
.search-weather-form {
    background: #1c5984;
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 10px;
    color: #fff;
    border-radius: 50px;
    position: absolute;
}
.search-weather-form input#weather-location {
    background: transparent;
    border: 0;
    color: #fff;
    outline: 0;
    width: 100%;
}
.search-weather-form i {
    color: #fff;
}
.weather-content {
    margin-top: 6px;
    padding: 20px 0 5px 0;
}
.weather-content ul {
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 2px;
}
.weather-content ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
}
.weather-content ul li .w-icon {
    font-size: 60px;
    line-height: 1;
    margin-bottom: 20px;
}
.weather-content ul h3.w-data {
    font-size: 60px;
    line-height: 1;
    font-weight: 700;
    margin: 0;
}
.weather-other-content {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
}
.dashboard-welcome h5 {
    text-transform: uppercase;
    font-size: 18px;
    color: #5182a5;
}
.dashboard-welcome h3 {
    font-size: 30px;
    margin: 0;
    line-height: 1;
    margin-bottom: 5px;
}
.weather-other-content .w-list {
    width: 25%;
}
.weather-other-content .w-list h6 {
    line-height: 1;
    margin: 0;
}
.weather-other-content .w-list span {
    font-size: 40px;
}
.news-card-box {
    width: 100%;
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.news-wrapper{
    display: flex;
    flex-wrap: wrap;
}
.news-wrapper .col-sm-3{
    float: none
}
.news-wrapper .card-box {
    padding: 0;
}
.card-contents {
    padding: 10px 15px;
}
.card-contents h4 {
    font-size: 17px;
    color: #7c7a78;
}
.card-contents h4:hover {
    color: var(--primaryHover);
}
.bg-primary.bg-profile {
    height: 130px;
}
.profile-widget.text-center .responsive-img.user-side-img {
    margin-top: -60px;
}
.acc-img {
    position: relative;
    width: 170px;
    height: 170px;
    overflow: hidden;
    background: #eee;
    cursor: pointer;
    border: 2px solid #f1f1f1;
    margin: 0 auto;
}
.acc-img img{
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    height: 100%;
    width: auto !important;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.cust-mod-edit-prof {
    position: absolute;
    right: 5px;
    bottom: 5px;
    background: #ff9b28;
    border-radius: 50%;
    font-size: 15px;
    line-height: 1;
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
i.upload-icon {
    position: absolute;
    right: 0;
    left: 0;
    height: 100%;
    top: 45px;
    width: 100%;
    opacity: 0;
    font-size: 70px;
    color: #ffffff;
    cursor: pointer;
}
.input-img {
    position: absolute;
    right: 0;
    left: 0;
    height: 100%;
    top: 0;
    width: 100%;
    opacity: 0;
    cursor: pointer;
}
.acc-img:hover {
    border: 2px dashed #8f9090;
    opacity: 0.5;
}
.acc-img:hover > i.fa.upload-icon {
    opacity: 1;
}
.widget-panel {
    padding: 30px 20px;
    padding-left: 30px;
    border-radius: 4px;
    position: relative;
}
.widget-panel i {
    position: absolute;
    right: 0px;
    bottom: 0px;
    top: 0px;
    line-height: 60px;
    background: rgba(244, 248, 251, 0.6) !important;
    font-size: 48px;
    padding: 30px 40px;
}
.weather-card-box-admin .weather-content {
    margin-top: 20px;
    padding: 19px 0 19px 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.admin-dashboard-weather-widget .weather-content ul h3.w-data,
.admin-dashboard-weather-widget .weather-content ul li .w-icon {
    font-size: 50px;
}
.clickable-widget .card-box {
    transition: .2s;
}
.clickable-widget .card-box:hover {
    border: 2px solid var(--secondaryHover);
}
.clickable-widget .for-approval-badge {
    position: absolute;
    bottom: 22px;
    background: #e2ab3b;
    padding: 2px 15px;
    font-size: 12px;
    border-top-right-radius: 5px;
    color: #fff;
}
.dataTables_filter input.form-control.input-sm {
    padding: 8px 10px;
}
.dt-buttons a.btn {
    margin-right: 5px;
}
.tdp-details {
    display: flex;
    flex-direction: column;
}
td.tdp-details h6 {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    text-transform: capitalize;
}
td.tdp-details h6 a {
    color: #676a6c;
}
td.tdp-details .btn {
    font-size: 11px;
    width: 100px;
    padding: 2px !important;
    margin-top: 5px;
}
.tdp-title-content {
    width: 300px;
    word-wrap: break-word;
    text-overflow: clip;
    white-space: pre-wrap;
    overflow: hidden;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    vertical-align: middle;
}
.btn.btn-xs {
    border-radius: 4px !important;
    padding: 4px 5px !important;
}
.cus-sw-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.cus-sw-header i {
    font-size: 100px;
    line-height: 1;
    color: #f09f29;
}
.panel-primary > .panel-heading {
    background-color: #2d63b1;
}
.cus-sw-header h3 {
    margin: 5px;
    font-weight: 500;
    font-size: 26px;
}
.cus-sw-subtext {
    margin-top: 10px !important;
    font-size: 17px !important;
    font-weight: 500 !important;
}
.cus-sw-subtext b{
    color: #d75529;
    font-size: 24px;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
    box-shadow: unset;
    background-color: #4fc55b;
    border: 0;
    left: 6px;
    top: 16px !important;
}
.my-earnings-summary h2 {
    line-height: 1;
    margin: 0;
}
.nav.profile-top-bar {
    display: flex;
    align-items: center;
}
.user-img-top-circle {
    background-size: contain;
    border: 1px solid #bababa;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
}
.nav.profile-top-bar .dropdown-toggle.menu-right-item.profile {
    height: 70px;
    display: flex;
    align-items: center;
}
.error-wrapper {
    background: #ffecec;
    padding: 10px 20px;
    border-left: 5px solid #d21d1d;
    color: #d21d1d;
    margin-bottom: 30px;
}
.error-wrapper h6 {
    font-size: 16px;
}
.error-wrapper .error-lists {
    display: flex;
    margin: 0;
    line-height: 1;
    flex-direction: column;
    gap: 5px;
}
.error-wrapper .error-lists p {
    display: flex;
}
.error-wrapper .error-lists p {
    display: list-item;
    margin: 0;
    margin-left: 20px;
}
/* Newsfeed UI */
.newsfeed-wrapper {
    height: 90rem;
    overflow: auto;
    padding-right: 5px;
}
h5.nf-title {
    font-size: 16px;
}
.newsfeed-wrapper ul.newsfeed-content li.newsfeed-item {
    border: 1px solid #eee;
    border-radius: 10px;
    position: relative;
    margin-bottom: 10px;
}
.newsfeed-wrapper ul.newsfeed-content {
    list-style-type: none;
    padding: 0;
    margin: 10px 0;
}
.newsfeed-wrapper ul.newsfeed-content li.newsfeed-item {
    border: 1px solid #eee;
    border-radius: 10px;
    position: relative;
    margin-bottom: 10px;
}
.newsfeed-user-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    cursor: pointer;
}
.newsfeed-description {
    padding: 15px 20px;
    font-size: 14px;
    padding-bottom: 0;
    text-align: left;
}
.nf-tags {
    padding: 15px 20px;
    font-size: 14px;
    padding-bottom: 0;
    text-align: left;
}
.nf-user-details {
    display: flex;
    align-items: center;
    justify-content: left;
    width: 75%;
}
.nf-profile-img {
    border-radius: 50%;
    overflow: hidden;
    width: 50px;
    border: 2px solid #eee;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    height: 50px;
    background-color: #fff;
}
.nf-user-details .nf-details {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    width: 85%;
}
.nf-user-details span.nf-user-name {
    font-weight: 600;
    color: #272727;
    font-size: 14px;
    line-height: 1.2;
    text-align: left;
}
.nf-user-details span.nf-user-add {
    font-size: 12px;
    line-height: 1.2;
    text-align: left;
}
.feeds-option-menu {
    width: 15%;
    text-align: right;
    position: relative;
}
.feeds-menu-icon {
    color: #272727;
}
.feeds-option-menu ul {
    margin: 0;
    list-style-type: none;
    background: #fff;
    border: 1px solid #eee;
    position: absolute;
    display: none;
    flex-direction: column;
    right: -20px;
    width: 100%;
    text-align: left;
    padding: 0;
    z-index: 9;
}
.feeds-option-menu ul li {
    width: 100%;
}
.newsfeed-description {
    padding: 15px 20px;
    font-size: 14px;
    padding-bottom: 0;
    text-align: left;
    padding-top: 0;
}
.hidden-copy-input {
    height: 0;
    margin: 0 auto;
    line-height: 0;
    position: relative;
    display: flex;
    opacity: 0;
}
.newsfeed-buttons ul.newsfeed-buttons-lists.newsfeed-buttons-lists {
    list-style-type: none;
    padding: 0;
    margin: 10px 20px;
    display: flex;
    place-content: space-between;
    text-align: center;
    font-size: 14px;
}
ul.newsfeed-buttons-lists li.nf-btns a.ns-feed-actbtn:hover,
.newsfeed-buttons ul.newsfeed-buttons-lists li.nf-btns a.ns-feed-actbtn.active {
    color: #2d63b1 !important;
}
.newsfeed-buttons ul.newsfeed-buttons-lists li.nf-btns {
    width: 33.33333%;
}
.newsfeed-buttons ul.newsfeed-buttons-lists li.nf-btns a.ns-feed-actbtn {
    font-weight: 600;
    color: #404040;
    text-align: center;
    padding: 10px 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: .2s;
    padding-bottom: 10px;
    position: relative;
    justify-content: center;
    box-shadow: unset;
}
.newsfeed-buttons ul.newsfeed-buttons-lists li.nf-btns i {
    font-size: 20px;
}
.newsfeed-buttons ul.newsfeed-buttons-lists li.nf-comment-btn,
.newsfeed-buttons ul.newsfeed-buttons-lists li.nf-share-btn,
.newsfeed-buttons ul.newsfeed-buttons-lists li.nf-like-btn {
    justify-content: center;
}
.newsfeed-buttons ul.newsfeed-buttons-lists li.nf-btns span {
    margin-left: 8px;
    transition: .2s;
}
.newsfeed-images ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.newsfeed-images ul li {
    padding: 0;
    margin: 0;
    display: block !important;
}
.newsfeed-images ul li div.item {
    background-repeat: no-repeat;
    height: 70rem;
    width: 100%;
    background-position: top;
    background-size: cover;
    margin-bottom: 15px;
}
.newsfeed-images .newsfeed-slider-images .owl-nav {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    height: 0;
    padding: 0 10px;
}
.newsfeed-images .newsfeed-slider-images button.owl-prev span,
.newsfeed-images .newsfeed-slider-images button.owl-next span {
    border-radius: 50%;
    padding: 0px 15px 6px 15px;
    font-size: 35px;
    color: #ffffff;
    line-height: 1;
    background: #00000099;
    display: block;
    transition: .2s;
}
.newsfeed-images .newsfeed-slider-images button.owl-prev.disabled,
.newsfeed-images .newsfeed-slider-images button.owl-next.disabled {
    visibility: hidden;
}
.newsfeed-images .newsfeed-slider-images button.owl-prev span:hover, .newsfeed-images .newsfeed-slider-images button.owl-next span:hover {
    background: #000000bf;
}
.newsfeed-images .newsfeed-slider-images .owl-dots {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.owl-dots button.owl-dot {
    margin: 0 2px;
}
.newsfeed-images .newsfeed-slider-images .owl-dots .owl-dot span {
    display: block;
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 50%;
    transition: .2s;
    border: 3px solid #fff;
    margin: 0 1px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #ffffff;
    border: 3px solid #2d63b1;
    height: 16px;
    width: 16px;
}
.active, .collapsible-content:hover {
    color: #2b8cbe;
    transition-duration: 0.2s;
}
.newsfeed-comments ul.nf-comments-lists {
    list-style-type: none;
    margin: 0;
    padding: 15px 20px;
    border-top: 1px solid #eee;
    padding-bottom: 0;
}
li.nf-comment-item {
    margin-bottom: 10px;
    display: flex !important;
    justify-content: space-between;
}
ul.nf-comments-lists li.nf-comment-item p {
    margin: 0 0px 0px 0;
    line-height: 1;
    font-size: 13px;
}
ul.nf-comments-lists li.nf-comment-item b {
    color: #404040;
}
ul.nf-comments-lists li.nf-comment-item small {
    color: #aeaeae;
    font-size: 11px;
    padding: 0;
    margin: 0;
}
.newsfeed-buttons .dropdown-menu li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.newsfeed-buttons .dropdown-menu li a i {
    margin-right: 10px;
    font-size: 16px !important;
}
.tbl-post-tags {
    width: 200px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.btn-group .dropdown-backdrop {
    display: none;
}
.gallery-images-item {
    background-attachment: scroll;
    background-size: cover;
    height: 200px;
    width: 100%;
    border: 1px solid #eee;
    border-radius: 10px;
    margin-bottom: 10px;
    background-position: center;
    position: relative;
}
.gal-rem-btn {
    position: absolute;
    right: 5px;
    background: #ab1e1e;
    line-height: 1;
    font-size: 10px;
    padding: 7px;
    border-radius: 50%;
    color: #fff !important;
    transition: .2s;
    top: 5px;
    opacity: .7;
}
.gal-rem-btn:hover {
    opacity: 1;
}
.nf-leave-comment {
    padding-top: 0;
}
.nf-leave-comment form {
    display: flex;
    align-items: center;
    position: relative;
}
.nf-leave-comment .nf-comment-textarea {
    padding: 20px;
    border: 0;
    border-top: 1px solid #eee;
    width: 100%;
    resize: vertical;
    font-family: inherit;
    font-size: 13px;
    color: #272727;
    outline: 0;
    position: relative;
    padding-right: 9rem;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.cancel-comment-btn {
    cursor: pointer;
    position: absolute;
    bottom: -9px;
    font-size: 11px;
    color: #f0820f;
    left: 10px;
    font-weight: 600;
    background: #fff;
    padding: 0 9px;
    transition: .2s;
}
.cancel-comment-btn:hover {
    color: #ff0b0b;
}
.nf-leave-comment button[type="submit"],
.convo-form button[type="submit"] {
    position: absolute;
    right: 10px;
    border: 0;
    background: transparent;
    color: var(--primary);
    font-size: 24px;
}
.nf-leave-comment button[type="submit"]:hover,
.convo-form button[type="submit"]:hover  {
    color: var(--secondaryBlue);
}
.newsfeed-buttons-lists i.fa.fa-spin.fa-spinner {
    font-size: 12px !important;
    left: 5px;
    position: relative;
    color: #2d63b1;
}
.comment-actbtn {
    display: flex;
    align-items: center;
    width: 150px;
    margin-top: 2px;
}
.comment-actbtn a{
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 2px;
}
.comment-actbtn a {
    font-size: 12px;
    display: flex;
    align-items: center;
    margin-right: 5px;
}
.comment-actbtn a i {
    margin-right: 3px;
}
.nf-leave-comment form .parsley-errors-list {
    display: none;
}
.parsley-errors-list li {
    font-size: 10px;
}
.cancelComEditbtn {
    position: absolute;
    left: 4px;
    font-size: 8px;
    color: #fff !important;
    line-height: 1;
    background: #ef2a2a;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cancelComEditbtn:hover{
    background: #b32b2b;
}
.comment-data span {
    word-break: break-word;
    line-height: 1.5;
}
.nf-product-detals h6 {
    font-size: 13px;
    margin-top: 20px;
    font-weight: 500;
    /* color: #da5b03; */
    color: #68a0ef;
}
.nf-product-detals h6 b{
    font-size: 20px;
}
.nf-prod-link {
    background: #68a0ef;
    color: #fff;
    border-radius: 10px;
    padding: 10px 15px;
    display: inline-block;
    line-height: 1;
    font-size: 12px;
    border-bottom-left-radius: 0;
}
.nf-prod-link:hover,
.nf-prod-link:focus{
    background: #2d63b1;
    color: #fff;
}
.newsfeed-buttons .dropdown-menu li a svg{
    margin-top: -4px;
    position: relative;
    top: 4px;
    right: 2px;
}
.bootstrap-tagsinput {
    box-shadow: none;
    padding: 12px;
    width: 100%;
    border: 1px solid #e3e3e3;
    border-radius: 10px;
}
/* Conversation UI */
.convo-container {
    border: 1px solid #eee;
    border-radius: 10px;
    position: relative;
}
.convo-header {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 15px;
    border-bottom: 1px solid #eee;
}
.responsive-img.convo-img {
    position: relative;
    width: 20px;
    height: 20px;
    overflow: hidden;
}
.convo-header-img {
    position: relative;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid #eee;
}
.main-support {
    display: flex;
    align-items: center;
}
.main-support-title-date {
    display: flex;
    flex-direction: column;
    line-height: 1;
    margin-left: 10px;
    justify-content: space-evenly;
}
.main-support-title-date p, .main-support-title-date h4 {
    margin: 0;
    line-height: 1.2;
}
.main-support-title-date p {
    font-size: 11px;
    color: #a8a8a8;
    margin: 2px 0px;
}
.conversation-wrapper ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
}
.conversation-wrapper ul li {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
}
.conversation-wrapper {
    padding: 20px;
    position: relative;
    height: 65rem;
    overflow: auto;
    padding-bottom: 70px;
}
.responsive-img.convo-img {
    position: relative;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #eee;
}
.conversation-wrapper ul li .convo-text {
    width: 70%;
    padding: 17px 20px;
    border-radius: 30px;
    position: relative;
}
.conversation-wrapper ul li.odd .convo-text {
    background: #2d63b1;
    border-top-left-radius: 0;
    margin-left: 10px;
    color: #fff;
}
.conversation-wrapper ul li.odd .convo-text a {
    color: #91eeff;
}
.conversation-wrapper ul li.even .convo-text {
    background: #eee;
    border-top-right-radius: 0;
    margin-right: 10px;
    color: #000;
}
.conversation-wrapper ul li.even {
    justify-content: flex-end !important;
}
.conversation-wrapper ul li.even .chat-item-date {
    position: absolute;
    right: 6px;
    font-size: 10px;
    color: #939393;
    top: 6px;
}
.conversation-wrapper ul li.odd .chat-item-date {
    position: absolute;
    right: 23px;
    font-size: 10px;
    color: #ededed;
    top: 6px;
}
.convo-form {
    position: relative;
}
.convo-form button[type="submit"] {
    top: 40px;
    bottom: 0;
}
.convo-form textarea.form-control {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border: 0;
    border-top: 1px solid #eee;
}
#chatSupportForm .parsley-errors-list {
    display: none;
}
.newsfeed-starting-wrapper {
    border: 1px solid #eee;
    border-radius: 20px;
    padding: 10px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.nf-strt-prof-img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 1px solid #eee;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
}
.nf-strt-left {
    display: flex;
    align-items: center;
    width: 49%;
}
.nf-strt-left h4 {
    font-size: 16px;
    margin-left: 12px;
    color: #9e9e9e;
    font-weight: 500;
}
.nf-strt-right {
    width: 49%;
    text-align: right;
}
.convo-reminder {
    background: #fff8c7;
    padding: 5px 10px;
    font-size: 12px;
}
a.list-group-item.notif-active {
    color: #555;
    background-color: #fce7e7;
}
.notifi-title {
    font-size: 15px;
    text-transform: capitalize;
    padding: 10px;
    color: #626773;
}
.newsfeed-wrapper-full-height{
    height: auto !important;
}
.feed-sort-group {
    position: fixed;
    bottom: 20px;
    right: 20px;
}
.feed-sort-group button.btn.btn-warning {
    font-size: 19px !important;
    border-radius: 50% !important;
    padding: 6px 10px !important;
}
.typewriter {
    text-align: left;
    display: flex;
    align-items: flex-start;
}
.typewriter h4 {
    overflow: hidden;
    border-right: .15em solid var(--primary);
    white-space: nowrap;
    letter-spacing: 0;
    animation: typing 3.5s steps(40, end), blink-caret .75s step-end infinite;
    text-align: left;
}
.metisMenu .menu-title {
    padding: 12px 10px !important;
    letter-spacing: .035em;
    pointer-events: none;
    cursor: default;
    font-size: 13px;
    font-weight: 600;
    padding-bottom: 6px !important;
}
/* Typing animation */
@keyframes typing {
    from {
      width: 0;
    }
    to {
      width: 100%;
    }
}

/* Blinking cursor animation */
@keyframes blink-caret {
    from,
    to {
      border-color: transparent; /* Hides the cursor */
    }
    50% {
      border-color:  var(--primary); /* Shows the cursor */
    }
}

.select2-container .select2-selection--single {
    margin-bottom: 15px;
    border: 1px solid #E3E3E3 !important;
    height: unset !important;
    padding: 8px 10px;
    border-radius: 10px;
}
.select2-container .select2-selection--single .select2-selection__arrow {
    top: 12px;
}
.select2-search--dropdown .select2-search__field {
    outline: 0;
}
span.select2-dropdown.select2-dropdown--below {
    top: -16px;
}

/* Chat UI */
.chat-list-container {
    padding: 0;
    border: 1px solid #eee;
    margin-top: 20px;
    border-radius: 10px;
    height: 100vh;
    overflow: auto;
}
.chat-user-lists-wrapper {
    display: flex;
    align-items: center;
    justify-content: start;
}
.chat-user-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #9fa0a0;
    margin-right: 10px;
    background-size: contain;
    background-repeat: no-repeat;
}
.chat-user-content {
    width: 80%;
}
.chat-list-container li {
    border-bottom: 1px solid #eee;
}
.chat-user-content h5 {
    font-size: 16px;
    line-height: 1.2;
    color: #626773;
    margin: 0;
}
.chat-user-content p {
    font-size: 12px;
    line-height: 1;
    margin: 0;
    color: #626773;
    margin-top: 5px;
}
.chat-user-content span.chat_data {
    color: #2d63b1;
    font-size: 11px;
}
.chat-list-container li.active-msg a {
    background: #effcff;
}
.view_user_info_modal{
    width: 80%;
}

/* Media Gallery */
.media-gallery {
    width: 100%;
    height: 235px;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid #eee;
    border-radius: 10px;
    background-position: center;
    transition: .2s;
    margin-bottom: 15px;
    position: relative;
}
.media-gallery:hover {
    transform: scale(1.05);
}
.media-gallery span {
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
}
.feed-show-more-btn {
    display: block;
    width: 100%;
    background: #ffffff;
    color: #676a6c;
    border-radius: 5px;
    cursor: pointer;
    transition: .2s;
    border: 1px solid #d1d1d1;
    padding: 10px;
}
.feed-show-more-btn:hover {
    background: #eee;
}
.tstm-img {
    width: 50px;
    height: 50px;
    border: 1px solid #eee;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    margin-right: 10px;
}
h4.header-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.form-group.form-repeater-grp {
    position: relative;
    padding-right: 30px;
}
.btn-add-minus {
    position: absolute;
    bottom: 27px;
    line-height: 1;
}
.switchery-retain-grp {
    padding: 20px 0;
}
.form-flex-grp span.select2.select2-container.select2-container--default {
    width: 100% !important;
}
span.tbl-img-id {
    width: 30px;
    height: 30px;
    display: block;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    border: 1px solid #eee;
}
.inline-form-req {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 600;
}
    .inline-form-req .form-control {
    width: 100px;
    padding: 5px 12px !important;
    border-radius: 5px !important;
    font-size: 15px !important;
    text-align: center;
}
.tor-panel-table .form-control.tbl-sm-input {
    width: 50px;
    font-size: 14px !important;
    padding: 5px !important;
    text-align: center;
    border-radius: 4px !important;
    margin: 0 auto !important;
    font-weight: 600;
    color: #000;
}
.panel.panel-primary.panel-fill.tor-panel-group .panel-heading {
    padding: 0;
}
.tor-panel-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 20px;
}
.tor-panel-heading h3.panel-title {
    font-size: 18px;
}
.panel.panel-primary.panel-fill.tor-panel-group .panel-body {
    padding: 0;
    padding-top: 5px;
}
.tor-panel-table {
    padding: 0;
    margin: 0;
    color: #4f5051;
}
.tor-year-title {
    text-align: center;
    padding: 5px 0 10px 0;
    margin: 0px 0 20px 0;
    font-size: 22px;
    position: relative;
    color: #4f5051;
}
.tor-year-title::after {
    content: ' ';
    position: absolute;
    height: 3px;
    width: 50px;
    background: #2d63b1;
    margin: 0 auto;
    bottom: 0;
    left: 0;
    right: 0;
}
table.table.table-hover.table.tor-panel-table td {
    padding: 3px 10px;
}
h4.req-letter-heading {
    font-size: 16px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin: 0 10px;
    margin-bottom: 20px;
    color: #2d63b1;
}
span.badge.badge-success.course-badge {
    word-wrap: break-word;
    display: flex;
    height: unset;
    width: 100%;
    white-space: break-spaces;
    line-height: 1.5;
}
.widget-inline .widget-inline-box {
    border-right: 1px solid #e3e8f1;
    padding: 20px;
    display: flex;
    flex-direction: column;
    color: #676a6c;
    transition: .3s;
}
.widget-inline .widget-inline-box h3{
    transition: .3s;
}
.widget-inline .widget-inline-box:hover h3{
    transform: scale(1.1);
}
.widget-inline .widget-inline-box p.text-muted {
    transition: .2s;
}
.widget-inline .widget-inline-box:hover p.text-muted {
    color: #000;
}

.form-control.parsley-error {
    margin: 0;
}
.notif-user-img {
    background-size: cover;
    height: 54px;
    width: 54px;
    display: flex;
    border-radius: 50%;
}
.notification-list .list-group-item.not_read {
    background: #fff7e8;
}

/* Payment Upload */

.pay-with-title {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: start;
}
.gcash-logo {
    background: #00259d;
    background-size: contain;
    background-repeat: no-repeat;
    height: 30px;
    width: 100px;
    display: flex;
    border-radius: 5px;
    border: 5px solid #00259d;
    background-position: center;
}
.maya-logo {
    background: #ffffff;
    background-size: contain;
    background-repeat: no-repeat;
    height: 40px;
    width: 100px;
    display: flex;
    border-radius: 5px;
    border: 1px solid #93c93d;
    background-position: center;
}
.gcash-qr-code-img {
    width: 200px;
    height: 300px;
    background-size: cover;
    border-radius: 20px;
    border: 1px solid #eee;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;    
}
.gcash-img-wrapper {
    display: flex;
    gap: 20px;
    align-items: start;
    justify-content: start;
}
.gcash-num {
    font-size: 16px;
    color: #00259d;
}
.gcash-num {
    font-size: 16px;
    color: #00259d;
    margin: 10px 0 10px 0;
    display: flex;
    flex-direction: column;
    align-items: start;
    text-align: left;
    justify-content: start;
}
span.gtext {
    position: absolute;
    bottom: 0;
    text-align: center;
    left: 0;
    right: 0;
    background: #00259d;
    color: #fff;
    padding: 3px 10px;
    font-size: 11px;
}
.gcash-input-field {
    position: absolute;
    inset: 0;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
}
.gcash-qr-code-img i.fa.fa-upload.upload-icon {
    position: absolute;
    z-index: 1;
    background: #37373796;
    width: 100%;
    inset: 0;
    color: #ffffff;
    font-size: 70px;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s;
    cursor: pointer;
}
.gcash-qr-code-img:hover i.fa.fa-upload.upload-icon{
    opacity: 1;
}
h6.gcash-num small {
    font-size: 20px;
    margin-top: 7px;
    margin-bottom: 10px;
    color: #1e1e1e;
    font-weight: 600;
    transition: .2s;
    cursor: pointer;
}
h6.gcash-num small:hover {
    color: #40b6f5;
}
.gcash-qr-code-img.payment-receipt-img {
    display: flex;
    height: 220px;
    width: 150px;
    border-radius: 10px;
    margin-top: 10px;
}
.modal-title{
    display: flex;
    align-items: center;
    gap: 10px;
}
.gcash-qr-code-img.payment-receipt-img span.preceipt-txt {
    position: absolute;
    background: #327bc3;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    padding: 5px;
    font-size: 12px;
}
.input-group .form-control {
    margin: 0;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.input-group {
    margin-bottom: 20px;
}
.input-group-addon {
    font-size: 20px;
}
.grading-system-wrapper {
    color: #5d5e67;
}
.grading-system-wrapper table.table.table-bordered tr, .grading-system-wrapper table.table.table-bordered th, .grading-system-wrapper table.table.table-bordered td {
    padding: 2px 10px;
    text-align: center;
    font-size: 13px;
}
.grading-system-wrapper ul {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: space-around;
    gap: 20px;
    font-weight: 600;
    font-size: 13px;
}
.grading-system-wrapper .table.table-bordered {
    margin: 0;
}
.grading-system-wrapper h6 {
    margin: 0;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
}
.grading-system-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
    padding: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 10px;
}
.sweet-alert .sa-input-error{
    top: 13px;
}
.error-wrapper .error-lists p {
    margin-bottom: 0 !important;
    line-height: 1;
    padding: 0 !important;
}
.tbl-filter-btns {
    display: flex;
    padding: 5px 0px 15px 0px;
}
.tbl-filter-btns .btn {
    border-radius: 0 !important;
    padding: 7px 15px;
    font-size: 12px;
}

/* CTA wrapper */
:root{
    --blue-900: #2d63b1;
    --blue-700: #61a6eb;
    --blue-500: #95c7f0;
    --white: #ffffff;
}
.cta-body { background: var(--blue-900); color: var(--white); display: flex; align-items: center; justify-content: center; }
.cta {
    width: 100%;
    max-width: 1100px;
    background: transparent; /* underlying blue page is the theme */
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    padding: 40px 36px;
    display: flex;
    align-items: center;
    gap: 24px;
  }

  /* Bubbles backdrop (pure CSS circles) */
  .cta::before,
  .cta::after { content: ""; position: absolute; pointer-events: none; }

  /* Create a few circular elements using multiple pseudo-elements on wrapper and an inner container */
  .bubbles {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
  }
  .bubble {
    position: absolute;
    border-radius: 50%;
    opacity: 0.08; /* subtle */
    transform: translateZ(0);
  }
  /* specific bubbles — sizes and positions */
  .bubble.b1 { width: 220px; height: 220px; left: -40px; top: -40px; background: var(--blue-700); }
  .bubble.b2 { width: 140px; height: 140px; right: -20px; top: 20px; background: var(--blue-500); }
  .bubble.b3 { width: 340px; height: 340px; right: -120px; bottom: -120px; background: var(--blue-700); opacity: 0.06; }
  .bubble.b4 { width: 90px; height: 90px; left: 80px; bottom: -20px; background: var(--blue-500); opacity: 0.09; }
  .bubble.b5 { width: 60px; height: 60px; left: 220px; top: 40px; background: var(--blue-500); opacity: 0.07; }

  /* Content layout — left text, right button */
  .cta-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative;
    z-index: 1; /* above bubbles */
  }

  .left {
    max-width: 70%;
  }

  .subtitle {
    font-size: 14px;
    letter-spacing: 0.02em;
    text-transform: none;
    margin-bottom: 8px;
    color: rgba(255,255,255,0.95);
  }

  .title {
    font-size: 28px;
    line-height: 1.05;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 6px;
  }

  .small-desc {
    font-size: 14px;
    color: rgba(255,255,255,0.9);
  }

  .right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-width: 160px;
  }
  .cta .btn { width: 100%; border: 1px solid var(--white) !important; }

  /* Keep it plain/flat — no shadows, no gradients */

  /* Responsive */
  @media (max-width: 720px) {
    .cta { padding: 28px; flex-direction: column; align-items: flex-start; gap: 16px; border-radius: 10px; }
    .left { max-width: 100%; }
    .right { width: 100%; justify-content: flex-start; }
    .btn { width: 100%; }
    .bubble.b3 { display: none; } /* tone down on small screens */
  }
