h1,
h2,
h3,
h4,
h5,
h6,
label,
li a,
td .btn,
td .btn-sm,
button,
button#dropdownMenu1 {
    text-transform: uppercase;
}

li a[role="option"],
button.dropdown-toggle {
    text-transform: capitalize;
}

.radio label {
    line-height: 1.8;
}

.disabled {
    pointer-events: none;
}

.d-grid {
    display: -ms-grid;
    display: grid;
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.justify-content-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.justify-content-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}

.justify-content-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}

.justify-content-flex-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

/* DataTable */
.table-loading {
    padding: 1em;
    text-align: center;
}

.table > thead > tr > th {
    font-weight: 400 !important;
}
/* DataTable */

/* Angular Material */
.mat-form-field {
    float: right;
}

.mat-form-field-label {
    text-transform: none;
}

/* Mat Table */
table {
    border-collapse: separate;
}

th.mat-header-cell,
td.mat-cell,
td.mat-footer-cell {
    padding: 8px !important;
}

/* Responsive Mat Table */
.responsive-container {
    min-width: 100%;
    overflow: auto;
}

td.mat-column-star {
    width: 20px;
    padding-right: 8px;
}

.mat-table-sticky:last-child {
    border-left: 1px solid rgba(0, 0, 0, 0.12);
}
/* Responsive Mat Table */
/* Mat Table */
/* Angular Material */
/***********/

.ui-button-secondary {
    color: #ffffff !important;
    background-color: #888888 !important;
    border: 1px solid #888888 !important;
}

.modal {
    opacity: 1 !important;
}

.tooltip {
    opacity: 1 !important;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
}

/* .ngb-datepicker {
    border: 1px solid #dfdfdf;
    border-radius: .25rem;
    display: inline-block;  
  } */

/* ngb-datepicker {
    position: absolute;
    background-color: white;
}
    .ngb-dp-header {
        background-color: rgba(52,104,191,1);
    }

    select {
        background-color: rgba(52,104,191,1);
        color: white;
    } */

.grn {
    color: #43a77e !important;
}
.prl {
    color: #8b70ca !important;
}
.blu {
    color: #60788e !important;
}
.pnk {
    color: #c1487ab8 !important;
}
.rd {
    color: #e80f0fb8 !important;
}
.bold {
    font-weight: bold !important;
}

.grnborder {
    border: 1px solid #43a77e !important;
}
.prlborder {
    border: 1px solid #8b70ca !important;
}
.bluborder {
    border: 1px solid #60788e !important;
}
.orgborder {
    border: 1px solid #ffa534 !important;
}
.pnkborder {
    border: 1px solid #c1487ab8 !important;
}
.rdborder {
    border: 1px solid #e80f0fb8 !important;
}
.whborder {
    border: 1px solid #fff !important;
}

.grnbg {
    background-color: #43a77e !important;
}
.prlbg {
    background-color: #8b70ca !important;
}
.blubg {
    background-color: #60788e !important;
}
.pnkbg {
    background-color: #c1487ab8 !important;
}
.rdbg {
    background-color: #e80f0fb8 !important;
}
.whbg {
    background-color: #fff !important;
}

.lnh24 {
    line-height: 24px !important;
}

.w50px {
    width: 50px !important;
}
.w100px {
    width: 100px !important;
}
.w100 {
    width: 100% !important;
}
.w150px {
    width: 150px !important;
}
.w200px {
    width: 200px !important;
}
.w350px {
    width: 350px !important;
}
.h200 {
    height: 200px !important;
}
.h350 {
    height: 350px !important;
}
.h400 {
    height: 400px !important;
}
.h450 {
    height: 450px !important;
}
.h500 {
    height: 500px !important;
}
.ct-label {
    width: 60px !important;
}
.fs24 {
    font-size: 24px !important;
}
.fs20 {
    font-size: 20px !important;
}
.fnt18 {
    font-size: 18px !important;
}
.fnt16 {
    font-size: 16px !important;
}
.fnt14 {
    font-size: 14px !important;
}
.pd0 {
    padding: 0px !important;
}
.pd5 {
    padding: 5px !important;
}
.pdb50 {
    padding-bottom: 50px !important;
}
.pdr0 {
    padding-right: 0px !important;
}
.pdr5 {
    padding-right: 5px !important;
}
.ml-5 {
    margin-left: -5px !important;
}
.ml-15 {
    margin-left: -15px !important;
}
.ml-30 {
    margin-left: -30px !important;
}
.ml5 {
    margin-left: 5px !important;
}
.ml10 {
    margin-left: 10px !important;
}
.ml15 {
    margin-left: 15px !important;
}
.ml25 {
    margin-left: 25px !important;
}
.mr-10 {
    margin-right: -10px !important;
}
.mr0 {
    margin-right: 0px !important;
}
.mr10 {
    margin-right: 10px !important;
}
.mr20 {
    margin-right: 20px !important;
}
.mt0 {
    margin-top: 0px !important;
}
.mt10 {
    margin-top: 10px !important;
}
.mt20 {
    margin-top: 20px !important;
}
.mb5 {
    margin-bottom: 5px !important;
}
.mb10 {
    margin-bottom: 10px !important;
}
.mb15 {
    margin-bottom: 15px !important;
}
.mt-15 {
    margin-top: -15px !important;
}

.bgLightGray {
    background-color: #f5f5f5;
}
.bgWhite {
    background-color: #fff;
}

.shadowNone {
    box-shadow: none !important;
}

.btnazure {
    background: linear-gradient(to bottom, #d9dbce 0%, rgba(217, 219, 206, 0.7) 100%);
    border-color: #d9dbce !important;
    color: #f5f5f5;
    border: none !important;
}
.btngreen {
    background: linear-gradient(to bottom, #839379 0%, rgba(131, 147, 121, 0.7) 100%);
    border-color: #839379 !important;
    color: #f5f5f5;
    border: none !important;
}
.btnorange {
    background: linear-gradient(to bottom, #ffa534 0%, rgba(255, 165, 52, 0.7) 100%);
    border-color: #ffa534 !important;
    color: #f5f5f5;
    border: none !important;
}
.btnred {
    background: linear-gradient(to bottom, #fc724e 0%, rgba(252, 114, 78, 0.7) 100%);
    border-color: #fc724e !important;
    color: #f5f5f5;
    border: none !important;
}
.btnpurple {
    background: linear-gradient(to bottom, #0b5089 0%, rgba(11, 80, 137, 0.7) 100%);
    border-color: #0b5089 !important;
    color: #f5f5f5;
    border: none !important;
}
.btnblack {
    opacity: 0.33;
    background-color: #000000;
    border-color: #000000 !important;
    color: #f5f5f5;
    border: none !important;
}
.btnGridPadding {
    padding: 2px 8px !important;
}

.flex-container {
    display: flex;
    justify-content: space-around;
}

.cover-flow-wrapper {
    height: 200px;
    margin-left: -5px;
}

.cover-flow-wrapper div {
    background-color: #000000;
}
.cover-flow-title {
    color: #ffffff !important;
    height: 30px;
    padding: 5px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}
.apexcharts-toolbar {
    opacity: 1;
    border: 0;
}
.text-white {
    color: #ffffff !important;
}
.clsCountry > .btn-default {
    color: #333 !important;
    background-color: #fff !important;
    border-color: #ccc !important;
}
.packageTitle {
    color: #ffffff !important;
}
.packagePrice {
    color: #ffff00 !important;
    text-align: center;
}
.contractContainer {
    overflow: scroll;
    overflow-x: hidden;
    height: auto;
    max-height: 75vh;
    width: 100%;
}
.contractFrame {
    overflow-y: hidden;
    width: 100%;
    height: 2000px;
}
.calendarInput {
    width: 100%;
    border: 1px solid #e3e3e3 !important;
    border-radius: 4px;
    height: 40px;
}

.dataTables_empty {
    display: none;
}

.primeng_modal {
    width: 50vw;
}

.checkbox input[type="checkbox"]:checked + label::after {
    color: #768da5 !important;
}

.spnBtn {
    cursor: pointer;
}

.ui-button.ui-state-default.ui-button-secondary,
.ui-buttonset.ui-button-secondary > .ui-button.ui-state-default {
    color: #ffffff !important;
    background-color: #888888 !important;
    border: 1px solid #888888 !important;
}

.ui-button.ui-state-default.ui-button-secondary:hover,
.ui-buttonset.ui-button-secondary > .ui-button.ui-state-default:hover {
    color: #ffffff !important;
    background-color: #848484 !important;
    border: 1px solid #848484 !important;
}

.tooltip-inner {
    max-width: 100% !important;
    z-index: 999999999 !important;
}

.grdInlineIcon {
    font-size: medium;
    font-weight: 600;
}

.privacyCard {
    box-shadow: 0 25px 30px -13px rgba(40, 40, 40, 0.4) !important;
    border-radius: 5px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    transform: translate3d(0, 0, 0) !important;
}

.paymentTab {
    border-radius: 5px;
    border: 1px solid #f5f5f5;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
    height: 50px;
    margin-left: 0px;
    background-color: #fff;
}

.paymentTab.active {
    border: 1px solid #ffa534;
}

.btn-info.btn-fill {
    background-color: #4c7292 !important;
    border-color: #4c7292 !important;
}

.no-sort::after {
    display: none !important;
}
.no-sort {
    pointer-events: none !important;
    cursor: default !important;
}

.sidebar .user a,
.bootstrap-navbar .user a {
    color: #ffffff;
    padding: 8px 25px !important;
    display: block;
    white-space: normal !important;
}

.sidebar .user .info .caret,
.bootstrap-navbar .user .info .caret {
    right: 0px !important;
}

.sidebar .logo-img img {
    max-height: 48px !important;
}

.ui-carousel-items-container .ui-carousel-item {
    overflow: hidden !important;
}
.carousel-demo .ui-carousel .ui-carousel-content .ui-carousel-item .car-details > .p-grid {
    border: 1px solid #b3c2ca;
    border-radius: 3px;
    margin: 0.3em;
    text-align: center;
    padding: 2em 0 2.25em 0;
}
.carousel-demo .ui-carousel .ui-carousel-content .ui-carousel-item .car-data .car-title {
    font-weight: 700;
    font-size: 20px;
    margin-top: 24px;
}
.carousel-demo .ui-carousel .ui-carousel-content .ui-carousel-item .car-data .car-subtitle {
    margin: 0.25em 0 2em 0;
}
.carousel-demo .ui-carousel .ui-carousel-content .ui-carousel-item .car-data button {
    margin-left: 0.5em;
}
.carousel-demo .ui-carousel .ui-carousel-content .ui-carousel-item .car-data button:first-child {
    margin-left: 0;
}
.carousel-demo .ui-carousel.custom-carousel .ui-carousel-dot-icon {
    width: 16px !important;
    height: 16px !important;
    border-radius: 50%;
}
.carousel-demo
    .ui-carousel.ui-carousel-horizontal
    .ui-carousel-content
    .ui-carousel-item.ui-carousel-item-start
    .car-details
    > .p-grid {
    margin-left: 0.6em;
}
.carousel-demo
    .ui-carousel.ui-carousel-horizontal
    .ui-carousel-content
    .ui-carousel-item.ui-carousel-item-end
    .car-details
    > .p-grid {
    margin-right: 0.6em;
}
.imgLast {
    border: 1px solid #948f8f;
    border-radius: 7px;
    margin-bottom: 0.57em;
}

.padding10 {
    padding: 10px;
}
.listAlbumCover {
    width: 100px;
    height: 100px;
    border-radius: 7px;
}
.listVideoCover {
    width: 100px;
    height: 71px;
    border-radius: 7px;
}
.detailAlbumCover {
    border-radius: 7px;
    width: 150px;
    height: 150px;
}
.detailVideoCover {
    border-radius: 7px;
    width: 180px;
    height: 130px;
}
.selectedContract {
    border: 3px solid #000000 !important;
}

.card .card-badge {
    position: absolute;
    top: -17px;
    left: 1px;
    padding: 5px;
    background: #000000;
    color: white;
    transform: rotate(-24deg);
    border-radius: 4px;
}
.borderBlue {
    border-color: #447df7 !important;
}
.moveRow {
    cursor: move;
}

.dropup .dropdown-menu:before {
    display: none !important;
}

.dgUpload {
    background-color: #fff !important;
    border-radius: 10px !important;
}
.dgUpload .ui-dialog-titlebar {
    border-radius: 10px !important;
    border: none !important;
    background-color: #fff !important;
    text-align: center !important;
}
.dgUpload .ui-widget-content {
    background-color: #fff !important;
}
.dgUpload .ui-dialog {
    border-radius: 10px !important;
}
.dgUpload .ui-dialog-content {
    border-radius: 10px !important;
    border: none !important;
    text-align: center !important;
}

.displayinline {
    display: inline;
}

.displayblock {
    display: block;
}

.d-none {
    display: none;
}

.d-tablerow {
    display: table-row;
}

audio {
    width: 100%;
    max-width: 200px;
    box-shadow: none !important;
    border-radius: 90px;
    transform: none !important;
    border: 1px solid #eaeaea !important;
}

.text-left {
    text-align: left !important;
}

.sidebar .logo .simple-text {
    text-transform: none !important;
}

.sidebar .logo {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.sidebar .logo:before,
.bootstrap-navbar .logo:before {
    background: none;
    display: none;
}

.fixed-plugin .badge-black {
    background-color: #000 !important;
}

.ui-carousel-dots-container {
    display: none !important;
}

.usernameTitle {
    line-height: 10px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    white-space: nowrap;
    position: relative;
    transform: translate3d(0px, 0, 0);
    display: block;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
    margin: 5px 15px 0px;
    color: #ffffff;
    opacity: 0.86;
}

.leftmenu {
    overflow: hidden !important;
}

.inBtnPd {
    padding: 10px 0px 0px 5px !important;
}

.nofiticationPanel {
    border-radius: 5px !important;
    position: absolute !important;
    right: 30px !important;
    top: 10px !important;
    width: 65% !important;
    left: auto !important;
    padding-left: 50px !important;
}

.wizardSelect {
    background-color: white !important;
    color:black !important;
    border-color: white !important;
}

.royalty-first-footer-row {
    font-weight: bold !important;
  }

  .header-align-right {
    text-align: right !important;
    justify-content: flex-end;
  }
