﻿@font-face {
    font-family: 'Roboto', sans-serif;
    src: url(../lib/Roboto/Roboto-Regular.ttf);
    font-weight: 400;
}
 
@font-face {
    font-family: 'Roboto', sans-serif;
    src: url(../lib/Roboto/Roboto-Medium.ttf);
    font-weight: 500;
}

@font-face {
    font-family: 'Roboto', sans-serif;
    src: url(../lib/Roboto/Roboto-Bold.ttf);
    font-weight: 700;
}

@font-face {
    font-family: 'Noto Sans JP', sans-serif;
    src: url(../lib/Noto_Sans_JP/NotoSansJP-Light.otf);
    font-weight: 300;
}

@font-face {
    font-family: 'Noto Sans JP', sans-serif;
    src: url(../lib/Noto_Sans_JP/NotoSansJP-Regular.otf);
    font-weight: 400;
}

@font-face {
    font-family: 'Noto Sans JP', sans-serif;
    src: url(../lib/Noto_Sans_JP/NotoSansJP-Medium.otf);
    font-weight: 500;
}

@font-face {
    font-family: 'Noto Sans JP', sans-serif;
    src: url(../lib/Noto_Sans_JP/NotoSansJP-Bold.otf);
    font-weight: 700;
}

@font-face {
    font-family: 'Noto Sans JP', sans-serif;
    src: url(../lib/Noto_Sans_JP/NotoSansJP-Black.otf);
    font-weight: 900;
}

:root {
    --primary: #0a3f5a;
    --text-color: #0a3f5a;
    --white: #ffffff;
    --dark: #212121;
    --primary-font: 'Roboto', sans-serif;
    --secondary-font: 'Noto Sans JP', sans-serif;
}
html,
body {
    font-size: 16px;
}

@media screen and (min-width: 991px) and (max-width: 1199px) {
    html,
    body {
        font-size: 0.9vw;
    }
}
@media screen and (min-width: 1200px) {
    html,
    body {
        font-size: 0.875vw;
    }
}
body {
    overflow: auto !important;
    padding-top: 3.75rem !important;
    /*padding-bottom: 30px !important;*/
    font-family: var(--primary-font);
}
h1, h2, h3, h4, h5 {
    font-family: var(--secondary-font);
}
.page-heading{
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    color: #000;
    margin: 0px;
}
/*#mainbodydv{
    zoom: 0.8;
}*/
/*#mainbodydv.modal-open {
    zoom: 1;
}*/
.text-primary {
    color: var(--primary) !important;
}
.sidebar-mini .main-header .logo {
    width: auto !important;
    max-width: unset;
    display: flex;
    align-items: center;
    gap: 0;
}
.sidebar-mini .main-header .logo .logo-img {
    width: 9rem;
    margin-right: 8px;
}
.logo-border {
    border-left: 1px solid #d5d5d5;
    padding-left: 8px;
}
.logo{
    max-width:200px;
}

a {
    text-decoration: none
}
.text-sm,
.elementdv .text-sm{
    font-size: 0.825rem;
}
.elementdv p {
    /*font-size: 14px;
    line-height: 21px;*/
    font-size: 0.925rem;
    line-height: 1.5;
}
.main-sidebar {
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    z-index: 1029;
    background: #fff;
    padding-top: 50px;
    height: 100%;
    width: 22rem;
}
.sidebar-mini.sidebar-collapse .main-header {
    padding-left: 0px;
    z-index: 1113;
}
.sidebar-collapse .main-sidebar{
    width: 60px;
}

.sidebar-menu li i {
    /*width: 40px !important;
    height: 40px;*/
    width: 2.35rem !important;
    height: 2.35rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f7f9fb;
    border-radius: 5px;
    color: #0f5e85;
}
.sidebar-menu li.active i {
    background: #0a3f5a;
    color: #fff;
}
.sidebar-menu li i.pull-right {
    width: 20px !important;
    height: 24px !important;
    margin: 0px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transform: rotate(-90deg);
}
.main-sidebar .sidebar-toggle:before {
    content: "\f0c9";
}
.main-sidebar .sidebar-toggle:focus,
.main-sidebar .sidebar-toggle:active {
    background: transparent;
}
.sidebar-menu > li {
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    margin: 10px auto;
    padding: 5px 8px;
    height: 40px;
}
.sidebar-menu > li.treeview{
    height: auto;
}
.sidebar-menu > li a {
    height: 40px;
    padding: 7px;
    padding-left: 0px;
    font-size: 1rem;
    display: flex;
    align-items: center;
    gap: 0.875rem;
    color: #484848;
    border-radius: 5px;
}
.sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span {
    display: block !important;
}
.main-footer {
    height: auto;
    padding-block: 0.5rem;
    background: #f8f9fb;
    color: #9d9fa2;
}
.Subscription_box {
    width: 212px;
    /*max-width: 300px;
    margin-right: 30px;*/
}

.sidebar-menu li.active i {
    background: #0a3f5a;
    border-radius: 5px;
    color: #fff;
}
.sidebar-menu li .treeview-menu li.active {
    background: transparent;
    border-radius: 5px;
    color: #0a3f5a !important;
    box-shadow: none;
    font-weight: 700;
}
.sidebar-menu > li.treeview.menu-open a {
    background: #0a3f5a;
    color: #fff;
    box-shadow: 0px 0px 8px #0a3f5a1a;
}
.sidebar-collapse .sidebar-menu > li.treeview.menu-open a {
    background: transparent;
    box-shadow: none;
}
.sidebar-menu > li.treeview.menu-open a i {
    background: #0a3f5a;
    color: #fff;
}
.sidebar-menu > li.treeview.menu-open .treeview-menu a {
    background: transparent;
    color: #484848;
    box-shadow: none;
}
.sidebar-menu li.active a {
    color: #fff;
}
.sidebar-menu .treeview-menu {
    padding-left: 15px;
    margin: 20px;
    border-left: 1px solid #e3e3e3;
}
.sidebar-menu > li.treeview {
    flex-direction: column;
    align-items: flex-start;
}
.sidebar-menu > li.treeview a{
    justify-content: space-between;
    width: 100%;
}
.sidebar-menu > li.treeview a span:nth-child(2){
    flex: 1;
}
.sidebar-collapse .sidebar-menu > li.treeview a{
    width: auto;
}
.sidebar-collapse .sidebar-menu > li {
    justify-content: flex-start;
}
.sidebar-collapse .sidebar-menu > li.treeview {
    align-items: center;
}
.sidebar-menu i {
    /*font-size: 26px;*/
    font-size: 1.75rem;
}
.sidebar-menu li > a > .pull-right-container{
    position: static;
}
.sidebar-menu .menu-open > a > .fa-angle-left, 
.sidebar-menu .menu-open > a > .pull-right-container > .fa-angle-left {
    transform: rotate(90deg);
}
.sidebar-mini .main-header .navbar {
    height: 100%;
    justify-content: flex-end;
}
.sidebar-mini.sidebar-collapse .main-sidebar{
    /*width: 60px !important;*/
    width: 3.5rem !important;
    z-index: 1112 !important;
}
.sidebar-menu li > a > .pull-right-container{
    margin-top: 0px;
}
.sidebar-mini .sidebar-menu {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}
.text-link {
    color: var(--primary) !important;
}
.text-green {
    color: #0a3f5a !important;
    font-size: 1.125rem; /*18px*/
}

.text-justify {
    text-align: justify;
}

.w-90 {
    width: 90%;
    margin: 0 auto;
}

.text-g {
    color: #0f5e85;
}

.bg-btn {
    background-color: #0f5e85;
}

.subscription h5 {
    color: #0a3f5a;
}

.subscription div img {
    width: 75%;
}
.btn {
    font-size: 0.925rem;
    padding-inline: 1.25rem;
    padding-block: 0.35rem;
}
.btn-rounded {
    border-radius: 2rem;
}
.btn-outline-primary {
    color: var(--primary);
    border: 1px solid var(--primary);
}
.btn-outline-primary:hover,
.btn-outline-primary:focus{
    background-color: var(--primary);
    border: 1px solid var(--primary);
    color: var(--white);
}

.scrolldiv{
    overflow-y:initial !important;
    height:initial !important;   
}

.subdivs {
    overflow-y: initial !important;
    height: initial !important;
}
.text-view {
    color: #0174b2;
}
.config-manage div {
    text-align: center;
    margin: 10px 0;

}
.config-manage div img {
    width: 50px;
    height: 50px;
}

.box-shadow {
    box-shadow: 0px 0px 8px 0px rgba(189,189,189,0.5) !important;
}

.recent div img {
    width: 35px;
    height: 35px;
    margin-right: 10px;
}

.video img {
    width: 30%;
    height: 60px;
    margin: 0 auto;
}

.video p {
    /*font-size: 12px;
    line-height: 18px;*/
    font-size: 0.825rem;
    line-height: 1.5;
    margin: 0 auto;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.video h6 {
    width: auto;
    margin: 0 auto;
    margin-bottom: 8px;
    text-align: left;
    /*font-size: 14px;*/
    font-size: 0.875rem;
    font-weight: 600;
}

.video {
    flex-direction: column;
}

.main-sidebar{
    overflow-x:hidden;
}

.help-center #pills-tab {
    column-gap: 1rem;
}

.help-center #pills-tab .nav-link,
.nav-tabs.tabs-sm .nav-link{
    /*font-size: 14px;*/
    color: #8e8e8e;
}
.help-center #pills-tab .nav-link,
.nav-tabs.tabs-sm .nav-link,
.nav-tabs.tabs-sm + .tab-content {
    font-size: 0.875rem;
    letter-spacing: 0.1px;
}
.nav-tabs.tabs-sm .nav-item {
    margin-inline-end: 0.875rem;
}
.help-center #pills-tab .nav-link:hover,
.help-center #pills-tab .nav-link.active {
    color: #0f5e85;
    font-weight: 600;
    position: relative;
    background: transparent;
}
.help-center #pills-tab .nav-link.active:after {
    content: "";
    display: block;
    width: 40%;
    height: 4px;
    background: #0f5e85;
    border-radius: 50px;
}
a.link-primary {
    font-size: 14px;
    font-weight: 600;
    color: #247fb1;
}

/* service page css */
/*.active img {
    width: 100px;
    height: 70px;
    margin-left: 20px;
}*/

/*input[type='radio'] {
    accent-color: green;
}*/

.box-shadow-left{
    box-shadow:-15px 10px 0px -15px #444444 !important;
}

.box-shadow-bottom {
    box-shadow: 0px 1px 8px #00000012 !important;
    position: fixed;
    max-height: 100px;
    top: 0px;
    z-index: 1030;
    width: 101%;
    background: #fff;
}
/* New styles updated */
.subdivs .row{
    padding-top: 15px;
    padding-bottom: 15px;
}
.elementdv .text-links-wrapper {
    display: flex;
    flex-wrap: wrap;
    /*gap: 15px;*/
    gap: 0.925rem;
    justify-content: flex-start;
    /*margin-top: 15px;*/
    margin-block-start: 0.925rem;
    text-align: left;
}
.elementdv .text-links-wrapper .text-center.content {
    min-height: auto;
    width: calc(33% - 0.75rem);
    padding: 0px;
    margin: 0;
}
.elementdv .text-links-wrapper .text-center.content .card-img-top {
    padding-bottom: 0.5rem;
   /* width: 56px;*/
   width: 3.5rem;
}
.elementdv .text-links-wrapper .text-center.content a div,
.service-title {
    font-size: 0.875rem;
    font-weight: 400;
    color: #484848;
}
.service-title{
    /*min-height: 48px;*/
    /*min-height: 3rem;*/
    line-height: 1.5;
}
.marketplace-image-wrapper div {
    width: 33%;
}
.marketplace-image-wrapper div img {
    height: 160px;
    width: 100%;
    object-fit: contain;
}
.recent-activity-wrapper {
    /*min-height: 245px;
    max-height: 245px;*/
    min-height: 16rem;
    max-height: 16rem;
    overflow-y: auto;
}
.recent-activity {
    gap: 1rem;
    text-align: left;
}
.recent-activity > img{
    max-width: 1.75rem;
    width: 100%;
    display: block;
    height: auto;
}
.rounded-pill {
    background: #1e6b91;
}
.video {
    gap: 18px;
}
.elementdv .text-links-wrapper .recent-activity a {
    height: auto;
    margin-top: 7px;
    font-weight: 600;
}
.elementdv .text-links-wrapper a {
    width: 165px;
    height: 80px;
}
.elementdv .text-links-wrapper a .img-thumbnail {
    padding: 0px;
    width: 100%;
    object-fit: contain;
    height: 100%;
}
.place {
    min-height: 240px;
}
.place .dropify-wrapper {
    height: 100%;
    box-shadow: 0px 0px 8px 0px rgba(189,189,189,1);
    border-radius: 8px;
}
.add-btn-wrapper{
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    gap: 15px;
    padding-top: 20px;
}
.white-box{
    height: 100%;
}
.white-box .list-inner-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.heading-with-icon {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: flex-start;
}
.heading-with-icon img {
    padding: 0px;
}
.btn-primary {
    line-height: 1.5;
    background-color: #0a3f5a;
    border-color: #2e6987;
}
.btn-primary:focus{
    color: var(--white);
}
.heading-with-icon + .text-links-wrapper{
    justify-content: center;
}
.sidebar-mini.sidebar-collapse .content-wrapper,
.sidebar-mini.sidebar-collapse .right-side, .sidebar-mini.sidebar-collapse .main-footer {
    margin-left: 3.5rem !important;
}
.innerContainer{
    width: 100% !important;
}
#nav{
    width: 100%;
    padding-left: 0px;
}
/* width */
::-webkit-scrollbar {
    width: 9px;
    height: 9px;
    border-radius: 9px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 9px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 9px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
    border-radius: 9px;
}
.content-wrapper{
    margin-bottom: 5px;
}
.modal-body .img-thumbnail {
    width: 100%;
    height: 75px;
    object-fit: contain;
}
.swal2-actions .swal2-styled.swal2-confirm {
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 3px;
    background-color: #367fa9;
    margin: 0px;
    outline: 0px;
}
.swal2-actions .swal2-styled.swal2-confirm:focus{
    box-shadow: none;
}
.swal2-modal .swal2-title {
    font-size: 20px;
    font-weight: 400;
}
.modal-content {
    border-radius: 5px;
}
.swal2-popup .swal2-actions {
    padding: 1rem;
    border-top: 1px solid #f4f4f4;
}
.swal2-container.swal2-center > .swal2-popup {
    padding-bottom: 0px;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p{
    color: #484848;
}
#htmllnk {
    display: flex;
    align-items: center;
    gap: 2px;
}
#htmllnk .html_link,
#APIAnalytichtmlink .html_link {
    color: #818181 !important;
    font-size: 14px;
}
.navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
    box-shadow: 0 0.1875em 0.75em 0 rgba(0, 0, 0, 0.12);
    top: 42px;
    margin-top: 0px;
    width: 18rem;
}
.dropdown-menu.account-dropdown,
.navbar-nav > .user-menu > .dropdown-menu {
    padding: 1rem 0;
    font-size: 1rem;
    line-height: 1.5;
}
.dropdown-menu.account-dropdown .dropdown-item,
.dropdown-menu.account-dropdown .dropdown-item:active,
.dropdown-menu.account-dropdown .dropdown-item:hover,
.dropdown-menu.account-dropdown>li>a:hover{
    background-color: transparent;
}
.dropdown-menu.account-dropdown .dropdown-item.active{
    background-color: var(--primary);
    color: var(--white);
}
.dropdown-menu.account-dropdown .dropdown-item{
    white-space: normal;
    padding-block: 0.35rem;
}
#TagSectionList .active-menu {
    background-color: #04AA6D33 !important;
    color: #04AA6D !important;
    border-radius: 0 12px 12px 0;
    font-weight: 600;
}
.search-form-wrapper {
    gap: 35px;
    margin-block: 16px;
}
.search-form-wrapper div {
    display: flex;
    flex-direction: column;
    flex: 0 0 13%;
}
.search-form-wrapper label {
    display: inline-block;
    padding-bottom: 8px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #4e4e4e !important;
    margin: 0px;
}
.search-form-wrapper select {
    border: 1px solid #b3b3b3;
    height: 40px;
    border-radius: 5px;
    padding-left: 8px;
    color: #4e4e4e !important;
    width: 100%;
}
.search-form-wrapper input {
    border: 1px solid #b3b3b3;
    height: 40px;
    border-radius: 5px;
    padding-left: 8px;
    color: #4e4e4e !important;
    background: transparent;
}
.search-form-wrapper .button-wrapper {
    justify-content: flex-end;
    flex-grow: 0;
}
.search-form-wrapper .button-wrapper button {
    width: 200px;
    margin-bottom: 2px;
}
.table.dashboard{
    background: #ffffff;
}
.table.dashboard > thead > tr > th,
.table.dashboard > tbody > tr > th,
.table.dashboard > tfoot > tr > th,
.table.dashboard > thead > tr > td,
.table.dashboard > tbody > tr > td,
.table.dashboard > tfoot > tr > td {
    border: 1px solid #c9c9c9;
}
.actions-wrapper {
    display: flex;
    gap: 12px;
}
.actions-wrapper a {
    background: #fff;
    width: 24px;
    height: 24px;
    display: flex;
    box-shadow: 0px 1px 8px #0000000f !important;
    border: 1px solid #9b9b9b38;
    border-radius: 5px;
    align-items: center;
    justify-content: center
}
.dashboard-name {
    font-size: 16px;
    font-weight: 600;
    color: #0a3f5a;

}

.add-dashboard .input-group {
    margin: 12px 0 20px 0;
    width: 60%;
}
.add-dashboard .dashboard-name {
    border: 1px solid #b3b3b3;
    border-radius: 5px !important;
    padding-left: 44px;
    color: #4e4e4e !important;
    background: #fff;
}
.add-dashboard .input-group-addon {
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 10px;
    transform: translate(0, -50%);
}
.add-dashboard .input-group-addon i{
    font-size: 24px;
    color: #0f5e85;
}
.product-logos > a{
    background: #ffffff;
}
.product-logos .content{
    display: none;
}
.carousel-indicators{
    bottom: -2rem;
}
.carousel-indicators li{
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #d7d7d7;
}
.carousel-indicators li.active {
    background-color: #0a3f5a;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: -webkit-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out;
    }
}
.user-menu .dropdown-toggle::after{
    display: none;
}
.navbar-nav{
    flex-direction: row;
}
.main-header .navbar.navbar-static-top {
    padding-inline-end: 0;
}
.announcement-carousel .carousel-item.active {
    opacity: 1;
}
.announcement-carousel .card-body {
    /*min-height: 160px;
    max-height: 160px;*/
    min-height: 13rem;
    max-height: 13rem;
    overflow: hidden;
}
.announcement-carousel h6 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 1.5;
}
.announcement-carousel p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
/*.help-center {
    min-height: 335px;
    max-height: 335px;
}*/
.api-studio-page .elementdv p{
    /*font-size: 16px;
    line-height: 24px;*/
    font-size: 1rem;
    line-height: 1.5;
}
.api-studio-page .elementdv{
    min-height: 200px;
}
.api-studio-page .elementdv .text-links-wrapper {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.api-studio-page .mb-4 {
    margin-block-end: 1.825rem !important;
}
#GetDashboardBy_ID {
    margin-bottom: 0px !important;
}
.feedback-button {
    position: fixed;
    top: auto;
    bottom: 40px;
    left: auto;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 15px;
    border-radius: 50px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
}
@media screen and (min-width:786px) {
    .video {
        width: 100%;
        flex-direction: row !important;
    }

    .subscription div img {
        width: 100%;
    }
}
@media screen and (min-width:1024px) {
    .service {
        flex-direction: column !important;
    }

    .video {
        flex-direction: row !important;
    }
}


@media screen and (min-width:1440px) {
    .service {
        flex-direction: row !important;
    }

    .video {
        flex-direction: row !important;
    }

    .subscription div:nth-child(2) {
        gap: 33px;
        margin-left: 1px;
    }
    .marketplace-image-wrapper div {
        width: 32%;
    }
}
.scrolldiv {
    height: calc(100vh - 50px);
    overflow-y: scroll;
    overflow-x: hidden;
    margin-right: 0px;
    margin-bottom: 10px;
}
.modal-backdrop.fade.show {
    width: 100%;
    height: 100%;
    background-color: #00000094;
}
.modal-backdrop.fade.show + .modal-backdrop.fade.show{
    display: none;
}
.modal-open .modal-backdrop.show {
    display: none !important;
}
#sharefeedback.modal.show .modal-dialog {
    position: absolute;
    width: 100%;
    max-width: 700px;
    border: 15px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
#feedbacksubmit.modal.show .modal-dialog {
    position: absolute;
    width: 100%;
    max-width: 400px;
    border: 15px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
#feedbackvalidation.modal.show .modal-dialog {
    position: absolute;
    width: calc( 100% - 1rem );
    max-width: 400px;
    border: 15px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
#ratingvalidation.modal.show .modal-dialog {
    position: absolute;
    width: calc( 100% - 1rem );
    max-width: 400px;
    border: 15px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
#messagevalidation.modal.show .modal-dialog {
    position: absolute;
    width: calc( 100% - 1rem );
    max-width: 400px;
    border: 15px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
#messagesubmit.modal.show .modal-dialog {
    position: absolute;
    width: calc( 100% - 1rem );
    max-width: 400px;
    border: 15px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
#sharefeedback .modal-content,
#feedbacksubmit .modal-content {
    border-radius: 15px;
    overflow: hidden;
}
#sharefeedback .modal-header,
#feedbacksubmit .modal-header {
    background: #003D5D;
    border-radius: 0;
}
#sharefeedback .modal-title,
#feedbacksubmit .modal-title {
    display: flex;
    font-size: 1.35rem;
    line-height: 1.5;
    color: var(--white);
    column-gap: 1rem;
    font-weight: 700;
    align-items: center;
}
#sharefeedback .modal-title svg,
#feedbacksubmit .modal-title svg{
    width: 1.5rem;
    height: 1.5rem;
}
#sharefeedback .modal-header .close {
    color: var(--white);
    opacity: 1;
}
#sharefeedback .modal-body,
#feedbacksubmit .modal-body {
    /*padding: 32px;*/
    padding: 2.25rem;
}
#sharefeedback .ratings {
    margin-right: 10px;
}
#sharefeedback .ratings i {
    color: #cecece;
    font-size: 32px;
}
#sharefeedback .rating-color {
    color: #fbc634 !important;
}
#sharefeedback .title {
    margin-top: 0.75rem;
    margin-bottom: 1rem;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 19px;
    color: #222222;
}
#sharefeedback textarea {
    width: 100%;
    height: 12rem;
    padding:10px;
    font-size: 1rem;
}
#sharefeedback textarea:focus-visible {
    outline-color: #838181;
}
#sharefeedback .modal-footer,
#feedbacksubmit .modal-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    border-top: 0px;
}
.feedback-successful-wrapper{
    gap: 12px;
}
.faq-page-wrapper {
    padding: 32px;
}
.search-form-wrapper{
    width: 50%;
}
.page-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #222222;
    margin-top: 16px;
}
.form-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    color: #333333;
}
.search-form-wrapper form {
    display: flex;
    gap: 3%;
    align-items: center;
}
.search-form-wrapper form select{
    width: 30%;
}
.search-form-wrapper form input{
    width: 50%;
}
.search-form-wrapper form input[type="submit"] {
    width: 14%;
    color: #fff !important;
}
.faq-page-wrapper .accordion .card {
    background: #FFFFFF;
    border: 1px solid #D9E3EE;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    width: 100%;   
    display: inline-block;
    vertical-align: text-top;
    margin-right: 24px;
    margin-bottom: 24px;
}
.faq-page-wrapper .accordion .cardmainpage {
    background: #FFFFFF;
    border: 1px solid #D9E3EE;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    width: 100%;
    display: block;
    vertical-align: text-top;
    margin-right: 24px;
    margin-bottom: 24px;
}
.faq-page-wrapper .accordion>.card .card-header{
    padding: 0px;
    background: transparent;
}
.faq-page-wrapper .accordion > .card .card-header .btn {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    display: flex;
    align-items: center;
    gap: 8px;
}
.questiontext{
    color:black !important;
}
.button-primary {
    background: #0A3F5A !important;
    border-radius: 4px;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5;
    color: var(--white) !important;
    min-width: 120px;
}
.button-secondary {
    background: #FFFFFF !important;
    border: 1px solid #0A3F5A;
    border-radius: 4px;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5;
    color: #0A3F5A !important;
    min-width: 120px;
}
.fw-bolder {
    text-align: left;
    font-size: 36px;
    font-weight: 600;
    padding-top: 5px;
}

.stats-info {
    text-align: left;
    font-size: 18px;
    margin-bottom: 4px;
    margin-top: 6px;
}
.mt-custom{
    margin-top: 30px;
}
.pl-10{
    padding-left: 10px;
}
.custom-radius{
    border-radius: 8px !important;
}
.agDivStyle {
    height: 600px;
}
.ui-widget-header {
    background-color: #223856;
    color: #fff;
    border-radius: 1rem 1rem 0 0;
}
.ui-dialog {
    padding:0px;
}
.ui-dialog .ui-dialog-titlebar {
    padding: 0.6rem 1rem;
}
.ag-theme-fresh .ag-header {
    background: #EDF2F8;
    color: black;
}

.ag-body-container .ag-cell,
.ag-theme-fresh .ag-ltr .ag-cell-last-left-pinned,
.ag-pinned-left-header .ag-header-cell,
.ag-pinned-left-cols-container .ag-cell {
    border-bottom:none;
}
.ag-theme-fresh .ag-cell-no-focus,
.ag-theme-fresh .ag-cell {
    border-right:none;
}
.ag-theme-fresh .ag-ltr .ag-cell-last-left-pinned {
    border-right:0px;
}
.ag-theme-fresh .ag-cell {
    padding-block:8px;
}
.ag-theme-fresh .ag-row-hover {
    color: #fff !important;
    background-color: #223856 !important;
}
.ag-cell {
    color:unset;
}
.ag-theme-fresh .ag-root {
    border: none;
}
.ag-theme-fresh .ag-tool-panel {
    border-right:none;
    border-top:none;
}
.ag-theme-fresh .ag-header {
    border-bottom:none;
    border:none;
}
.ag-theme-fresh .ag-header-cell {
    border-right:none;
}
.white-box,
.card .fw-bolder {
    cursor: pointer;
}
#confirmdialog {
    padding-block-start: 1.5rem;
}
.ui-dialog .ui-dialog-titlebar-close {
    background: transparent !important;
    border: none;
    color: #fff;
}
.ag-theme-fresh .ag-header-cell-label {
    font-weight:700;
    vertical-align:middle;
}
.search-form-wrapper div {
    padding-bottom:20px;
    flex-grow: 1;
}
.ui-dialog .ui-dialog-titlebar-close:after {
    content: '\2716';
    position: absolute;
    top: 0px;
    right: 6px;
    color: #fff;
    font-size: 1rem;
    display: inline-block;
    text-indent: 0;
    font-weight:600;
}
.ui-dialog-titlebar.ui-corner-all.ui-widget-header.ui-helper-clearfix.ui-draggable-handle button:focus {
    outline:none;
}
.ag-theme-fresh .ag-body {
    background-color:#fff;
}
.ui-widget.ui-widget-content {
    border: none;
    border-radius: 1rem;
}
.ui-dialog .ui-dialog-buttonpane {
    border-radius: 0 0 1rem 1rem;
}
.ag-row-focus:focus {
    border: none;
}

#TestDivForAG .ag-paging-page-summary-panel button {
    border: 0;
}

#TestDivForAG {
    position: relative;
}

#TestDivForAG .ag-paging-row-summary-panel {
    position: absolute;
    top: 588px;
    left: 40%;
    font-size: 15px;
}

    #TestDivForAG .ag-paging-page-summary-panel {
        position: absolute;
        top: 586px;
        left: 50%;
        font-size: 15px;
    }

#TestDivForAG .ag-paging-page-summary-panel .ag-paging-button:after {
    font-size: 16px;
}

    #TestDivForAG .ag-paging-panel .ui-icon {
        background-color: #D9E3EE;
        border-radius: 5px;
        cursor: pointer;
        padding: 9px 9px;
        margin-left: 5px
    }
.feedback-button {
    position: fixed;
    top: auto;
    bottom: 40%;
    left: auto;
    right: 0px !important;
    border-radius: 8px 0px 0px 8px;
    /*height: 180px;
    width: 44px;*/
    height: 10rem;
    width: 3rem;
    line-height: 1.5;
    font-size: 0.875rem;
}
.ui-widget.ui-widget-content:has(#AgGridParent) {
    top: 60px !important;
}
.ui-widget-overlay.ui-front {
    z-index:1250 !important;
}
.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-draggable.ui-resizable {
    z-index:1300 !important;
}
/*.box-shadow.rounded.Subscription_box {
    cursor:none;
}*/
/*.tab-content .subdivs {
    overflow-x: auto;
}*/
.tab-cards {
    padding: 0.5rem 1.25rem;
    display: flex;
    height: 100%;
    border-radius: 8px 8px 0 0;
    border: 1px solid #dbe0ec;
    border-bottom: 4px solid transparent;
}
.tab-cards:hover {
    background:#fff;
}
.tab-cards-img {
    width: 100%;
    height: auto;
    margin: 0px auto;
    display: flex;
    margin: 0px auto;
    align-items: center;
    justify-content: center;
    border:none !important;
    padding: 0;
    max-width: 11rem;
}
.img-thumbnail {
    background:none;
    border:none;
}
.sub-title {
    font-size: 1.125rem;
    font-weight: 600;
}
.card-shadow {
    box-shadow: 0 0 8px 0 rgba(194,198,204,0.5);
    border: 0;
    border-radius: 0.5rem;
}
.main .nav-item .img-thumbnail {
    width: 100%;
    min-width: 6rem;
    max-width: 11rem;
    aspect-ratio: 5 / 1;
}

#rowTab .nav-item {
    width: 224px;
}
.main .tab-cards {
    position: relative;
}
.nav-tabs .nav-item .badge {
    position: absolute;
    top: 0.425rem;
    right: 0.5rem;
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 50%;
    line-height: 1.5;
    padding: 0;
    display: block;
}
.badge-muted {
    background-color: #b3b3b3;
}

.nav > li > a:hover {
    background-color:transparent;
}
/*.tab-cards-wrapper {
    padding-inline: 15px;
    border: 1px solid #d5d5d5;
    border-radius: 8px;
}*/
/*.tab-cards-nav-wrapper {
    margin-block:20px;
}*/
li a.tab-cards.active {
    background-color: var(--white);
    border-color: transparent;
    position: relative;
    z-index: 100;
    /*top: 1px;*/
    box-shadow: 0px 0px 8px 0px rgba(10, 63, 90, 15%);
    border-bottom: 4px solid var(--primary);
}
.nav-tabs {
    border: none;
}
.tab-card-width {
    min-width: 140px;
    max-width: 140px;
    margin-inline: 30px;
}
.nav-tabs .nav-item {
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 1.825rem;
    flex-grow: 0;
}

.redirect-link {
    font-weight: bold;
    font-size: 0.875rem;
    color: #0a3f5a;
}
.redirect-link:hover {
    text-decoration: underline;
    color: #0a3f5a;
}
.arrow-style {
    font-size: 30px;
    font-weight: bold;
}

/*Tabs UI*/
.tab-content-scroll {
    max-height: 9rem;
    overflow-y: auto;
    padding-inline-end: 0.75rem;
}
.tab-content-scroll .video:first-child{
    margin-top: 0.5rem !important;
}
/* Modal UI*/
.modal-header {
    background-color: var(--primary);
    color: var(--white);
    padding-block: 0.75rem;
}
.modal-title {
    font-size: 1rem;
    font-weight: 500;
}
.modal .close {
    opacity: 1;
    color: var(--white);
}
.modal-dialog.modal-dialog-scrollable {
    margin-block: 3.25rem;
}
.subelement-content .white-box a {
    display: block;
    padding: 0.25rem 1rem;
}
.modal-dialog .Subscription_box {
    width: 100%;
}
.modal-dialog .Subscription_box.box-shadow{
    box-shadow: none !important;
}
.modal-dialog .card-img-top {
    margin-block-end: 1rem;
    max-width: 5rem;
}
.modal-dialog .subelement-content .content {
    min-height: auto;
}
.subelement-content input[type=checkbox] {
    min-width: 1rem;
    min-height: 1rem;
}
.row-gap-2 {
    row-gap: 2rem;
}
.gap-2 {
    gap: 0.75rem;
}
.gap-3 {
    gap: 1rem;
}
.gap-4 {
    gap: 1.5rem;
}
.form-control:not(select) {
    border-radius: 0.35rem;
}
/* Tabs UI */
/*.sharefeedback-modal,*/
sharefeedback-modal .nav-link {
    font-size: 1.125rem;
    line-height: 1.5;
}
.nav-tabs {
    border-bottom: none;
}
.nav-tabs .nav-link {
    color: #666666;
    position: relative;
    font-size: 1rem;
    padding-block: 0.5rem;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover{
    color: var(--primary);
    border-color: transparent;
}
.nav-tabs .nav-link.active{
    font-weight: 700;
}
.nav-tabs .nav-link.active::after,
.nav-tabs .nav-link:hover::after{
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 40%;
    height: 4px;
    background: #0f5e85;
    border-radius: 50px;
}