/******************** Open Sans Font ********************/
@font-face {
    font-family: 'OpenSans';
    src: url('../../assets/fonts/OpenSans.eot');
    src: url('../../assets/fonts/OpenSans.eot?#iefix') format('embedded-opentype'),
    url('../../assets/fonts/OpenSans.woff') format('woff'),
    url('../../assets/fonts/OpenSans.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-Semibold';
    src: url('../../assets/fonts/OpenSans-Semibold.ttf');
    src: url('../../assets/fonts/OpenSans-Semibold.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'OpenSans-Light';
    src: url('../../assets/fonts/OpenSans-Light.ttf');
    src: url('../../assets/fonts/OpenSans-Light.ttf') format('truetype');
    font-weight: normal;
}

/******************** Open Sans Font ********************/

/******************** Museo Sans Font ********************/
@font-face {
    font-family: 'MuseoSansRounded-100';
    src: url('../../assets/fonts/MuseoSansRounded-100.eot');
    src: url('../../assets/fonts/MuseoSansRounded-100.eot?#iefix') format('embedded-opentype'),
    url('../../assets/fonts/MuseoSansRounded-100.woff') format('woff'),
    url('../../assets/fonts/MuseoSansRounded-100.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'MuseoSansRounded-300';
    src: url('../../assets/fonts/MuseoSansRounded-300.eot');
    src: url('../../assets/fonts/MuseoSansRounded-300.eot?#iefix') format('embedded-opentype'),
    url('../../assets/fonts/MuseoSansRounded-300.woff') format('woff'),
    url('../../assets/fonts/MuseoSansRounded-300.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'MuseoSansRounded-500';
    src: url('../../assets/fonts/MuseoSansRounded-500.eot');
    src: url('../../assets/fonts/MuseoSansRounded-500.eot?#iefix') format('embedded-opentype'),
    url('../../assets/fonts/MuseoSansRounded-500.woff') format('woff'),
    url('../../assets/fonts/MuseoSansRounded-500.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/******************** Museo Sans Font ********************/

/******************** BizBrain Custom Icon ********************/
@font-face {
    font-family: 'bizbrain';
    src: url('../../assets/fonts/bizbrain.eot?');
    src: url('../../assets/fonts/bizbrain.eot?#iefix') format('embedded-opentype'),
    url('../../assets/fonts/bizbrain.ttf?') format('truetype'),
    url('../../assets/fonts/bizbrain.woff?') format('woff'),
    url('../../assets/fonts/bizbrain.svg?#bizbrain') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bizbrain';
    src: url('../../assets/fonts/bizbrain.eot?fuidyn');
    src: url('../../assets/fonts/bizbrain.eot?fuidyn#iefix') format('embedded-opentype'),
    url('../../assets/fonts/bizbrain.ttf?fuidyn') format('truetype'),
    url('../../assets/fonts/bizbrain.woff?fuidyn') format('woff'),
    url('../../assets/fonts/bizbrain.svg?fuidyn#bizbrain') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="biz-"], [class*=" biz-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'bizbrain' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.biz-authentication:before {
    content: "\e900";
}

.biz-connectly-community:before {
    content: "\e901";
}

.biz-connectly-pro:before {
    content: "\e902";
}

.biz-connector:before {
    content: "\e903";
}

.biz-data-warehouse:before {
    content: "\e904";
}

.biz-events:before {
    content: "\e905";
}

.biz-group:before {
    content: "\e906";
}

.biz-home:before {
    content: "\e907";
}

.biz-menu-toggle:before {
    content: "\e908";
}

.biz-meracrm:before {
    content: "\e909";
}

.biz-metrics:before {
    content: "\e90a";
}

.biz-org:before {
    content: "\e90b";
}

.biz-overview:before {
    content: "\e90c";
}

.biz-permission:before {
    content: "\e90d";
}

.biz-pipe:before {
    content: "\e90e";
}

.biz-product:before {
    content: "\e90f";
}

.biz-setting:before {
    content: "\e910";
}

.biz-subscribe-organization:before {
    content: "\e911";
}

.biz-subscription:before {
    content: "\e912";
}

.biz-theme:before {
    content: "\e913";
}

.biz-user:before {
    content: "\e914";
}

/******************** BizBrain Custom Icon ********************/

/******************** Body, Navbar & Custom Scroll ********************/

.biz-menu-toggle {
    font-size: 57px;
    top: -10px;
    margin-left: -10px;
    position: relative;
}

.logo-block {
    margin-left: 22px;
    top: -19px;
}

body {
    font-family: 'MuseoSansRounded-300' !important;
}

body .ui-widget, body .ui-widget .ui-widget {
    font-family: 'MuseoSansRounded-300' !important;
}

::-webkit-scrollbar {
    width: 5px !important;
    height: 10px;
}

::-webkit-scrollbar-track {
    border-radius: 0px;
}

::-webkit-scrollbar-thumb {
    background-color: #999;
    border-radius: 0px;
}

::-webkit-scrollbar-track:vertical {
    height: 12px !important;
}

::-webkit-scrollbar-thumb:vertical {
    height: 12px !important;
}

/******************** Body, Navbar & Custom Scroll ********************/

/******************** Custom alignments, Padding and Margin ********************/

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

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

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

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.p-0 {
    padding: 0 !important;
}

.p-t-0 {
    padding-top: 0 !important;
}

.p-l-0 {
    padding-left: 0 !important;
}

.p-b-0 {
    padding-bottom: 0 !important;
}

.p-r-0 {
    padding-right: 0 !important;
}

.p-r-5 {
    padding-right: 5px !important;
}

.p-10 {
    padding: 10px !important;
}

.p-15 {
    padding: 15px !important;
}

.p-20 {
    padding: 1.2em !important;
}

.p-b-20 {
    padding-bottom: 20px !important;
}

.p-r-30 {
    padding-right: 30px !important;
}

.p-r-0 {
    padding-right: 0 !important;
}

.p-l-30 {
    padding-left: 30px !important;
}

.p-r-36 {
    padding-right: 36px !important; /*  This is for input fields  */
}

.m-0 {
    margin: 0px !important;
}

.m-t-0 {
    margin-top: 0px;
}

.m-t-10 {
    margin-top: 10px !important;
}

.m-t-15 {
    margin-top: 15px !important;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-26 {
    margin-top: 26px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-t-79 {
    margin-top: 79px; /* This is for Breadcrumb */
}

.m-t--10 {
    margin-top: -10px;
}

.m-r-10 {
    margin-right: 10px !important;
}

.m-t--15 {
    margin-top: -15px;
}

.m-l-20 {
    margin-left: 20px;
}

.m-l-30 {
    margin-left: 30px;
}

.m-b-5 {
    margin-bottom: 5px !important;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-b-15 {
    margin-bottom: 15px !important;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.m-b-30 {
    margin-bottom: 30px !important;
}

.max-width-1600 {
    max-width: 1600px !important;
}

/******************** Custom alignments, Padding and Margin ********************/

/******************** Custom Tab Design ********************/

.custom-tab-container {
    width: 100%;
}

body .custom-tab-container .ui-tabview .ui-tabview-panel {
    padding: 0;
}

body .custom-tab-container .ui-tabview .ui-tabview-nav > li.ui-state-default a {
    cursor: pointer;
}

body .custom-tab-container .ui-tabview .ui-tabview-nav {
    background-color: transparent;
}

body .custom-tab-container .ui-widget-content {
    background-color: transparent;
}

body .custom-tab-container .ui-tabview.ui-tabview-top > .ui-tabview-nav {
    border-bottom: 2px solid #f2f2f2;
    /*margin-bottom: 20px;*/
}

body .custom-tab-container .ui-tabview .ui-tabview-nav > li.ui-state-active {
    background-color: transparent;
}

body .custom-tab-container .ui-widget-header {
    color: transparent;
}

body .custom-tab-container .ui-tabview .ui-tabview-nav > li:not(.ui-state-active):not(.ui-state-disabled):hover {
    background-color: transparent;
}

body .custom-tab-container .ui-widget-content {
    border: 0;
}

body .custom-tab-container .ui-tabview .ui-tabview-nav > li > a {
    padding: 0.625em 1.3em;
}

/******************** Custom Tab Design ********************/

.vertical-border {
    height: 71vh;
    background: #f1f1f1;
    width: 2px;
    margin-left: 38px;
}

.metric-data-modal-body {
    height: calc(100vh - 260px);
    overflow: auto;
}

.metric-card {
    -webkit-box-shadow: 0 1px 3px 0 rgba(123, 123, 123, 0.33);
    box-shadow: 0 1px 3px 0 rgba(123, 123, 123, 0.33);
    padding: 25px 30px;
    background-color: #ffffff;
    overflow: hidden;
    transition: fade 0.3s;
    border-radius: 2px;
    height: 100%;
}

.metric-card.active {
    background: #efefef;
}

.card-details {
    cursor: pointer;
    text-align: left;
}

.card-details span {
    font-size: 38px;
    height: 100%;
    font-family: 'MuseoSansRounded-300';
}

.card-details p {
    font-size: 14px;
    margin: 0;
}

.loader3 {
    display: inline-block;
    position: absolute;
    top: 32%;
    left: 45%;
    margin: 0;
    font-size: 24px;
    cursor: pointer;
}

/******* second loader *******/
.loader--second {
    height: 20px;
    cursor: pointer;
}

.loader--second .line {
    opacity: 1;
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    margin-left: 1px;
    margin-right: 1px;
    background-color: black;
    -webkit-animation: secondAnimation 1s ease-out infinite;
    animation: secondAnimation 1s ease-out infinite;
}

.loader--second .line:nth-child(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.loader--second .line:nth-child(2) {
    -webkit-animation-delay: 0.15s;
    animation-delay: 0.15s;
}

.loader--second .line:nth-child(3) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

@-webkit-keyframes secondAnimation {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    20% {
        -webkit-transform: scale(1.3, 1.3);
        transform: scale(1.3, 1.3);
    }
    60% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes secondAnimation {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    20% {
        -webkit-transform: scale(1.3, 1.3);
        transform: scale(1.3, 1.3);
    }
    60% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/******* second loader *******/

/******* third loader *******/
.ball-loader {
    width: 44px;
    height: 20px;
    cursor: pointer;
}

.ball-loader-ball {
    will-change: transform;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color: #333;
    position: absolute;
    -webkit-animation: grow 1s ease-in-out infinite alternate;
    animation: grow 1s ease-in-out infinite alternate;
}

.ball-loader-ball.ball1 {
    left: 0;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

.ball-loader-ball.ball2 {
    left: 50%;
    -webkit-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
    -webkit-animation-delay: 0.33s;
    animation-delay: 0.33s;
}

.ball-loader-ball.ball3 {
    right: 0;
    -webkit-animation-delay: 0.66s;
    animation-delay: 0.66s;
}

@-webkit-keyframes grow {
    to {
        -webkit-transform: translateX(-50%) scale(0);
        transform: translateX(-50%) scale(0);
    }
}

@keyframes grow {
    to {
        -webkit-transform: translateX(-50%) scale(0);
        transform: translateX(-50%) scale(0);
    }
}

/******* third loader *******/

/******* fourth loader *******/

.sixth-loader{
    width:16px;
    height:16px;
    cursor: pointer;
}
.sixth-loader .circle{
    width:100%;
    height:100%;
    border-radius:50%;
    background-image:-webkit-linear-gradient(left top, #E3F2FD , blue);
    -webkit-animation-name: spin;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}

.eight-loader{
    width:16px;
    height:16px;
    cursor: pointer;
}
.eight-loader .circle{
    width:100%;
    height:100%;
    border-radius:50%;
    background-image:-webkit-linear-gradient(left top, #E3F2FD , red);
    -webkit-animation-name: spin;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}

.twel-loader{
    width:16px;
    height:16px;
    cursor: pointer;
}
.twel-loader .circle{
    width:100%;
    height:100%;
    border-radius:50%;
    background-image:-webkit-linear-gradient(left top, #29b8e5 , #E3F2FD);
    -webkit-animation-name: spin;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}

.ten-loader{
    width:16px;
    height:16px;
    cursor: pointer;
}
.ten-loader .circle{
    width:100%;
    height:100%;
    border-radius:50%;
    background-image:-webkit-linear-gradient(left top, #E3F2FD , black);
    -webkit-animation-name: spin;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}

.loader-7 {
    position: relative;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background-color: green;
    border-radius: 3px;
    float: left;
    top: 15px;
    left: 10px;
    margin-right: 5px;
    cursor: pointer;
}
.loader-7:after {
    content: '';
    position: absolute;
    border-radius: 3px;
    top: 50%;
    left: 50%;
    border: 0px solid white;
    transform: translate(-50%, -50%);
    animation: loading 1000ms ease-out forwards infinite;
}
@keyframes loading {
    0% {
        border: 0px solid white;
    }
    20% {
        border: 8px solid white;
        width: 0%;
        height: 0%;
    }
    100% {
        border: 8px solid white;
        width: 100%;
        height: 100%;
    }
}




@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg) !important; }
    to { -webkit-transform: rotate(360deg) !important; }
}
/******* fourth loader *******/


.main-card-title {
    font-family: 'MuseoSansRounded-100';
}

.main-card-title span {
    font-family: 'MuseoSansRounded-300';
}

.component-title {
    font-family: 'MuseoSansRounded-100';
    font-size: 18px;
}

.table-title-small {
    font-size: 16px !important;
}

.component-title span {
    font-family: 'MuseoSansRounded-300';
}

.connector-list-block {
    margin-left: -7px;
    margin-right: -7px;
}

.add-snap-time {
    text-align: right !important;
}

.main-menu-block {
    display: flex;
}

.menu-right-block {
    position: absolute;
    right: 10px;
    top: 9px;
    color: #cddcdc;
}

.active-menuitem-routerlink {
    color: #fff;
}

.active-dropdown-menuitem-routerlink {
    background-color: #f2f2f2;
}

.active-sub-menuitem-routerlink {
    background-color: #f2f2f2;
}

input:focus, textarea:focus, select:focus {
    outline: 0 !important;
}

:focus {
    outline: 0 !important;
}

/******************** Footer Double Button ********************/

.footer-btns {
    float: right;
    margin-right: -3px;
}

body .footer-btns .ui-button, body .ui-datepicker-buttonpane > button {
    margin-left: 12px;
}

/******************** Footer Double Button ********************/

body .ui-dialog .ui-dialog-content {
    padding: 20px;
    overflow: visible !important;
}

.layout-container .layout-menu.layout-menu-dark ul.ultima-menu li a {
    cursor: pointer;
}

.ui-datatable .ui-datatable-thead > tr > th, .ui-datatable .ui-datatable-tfoot > tr > td, .ui-datatable .ui-datatable-data > tr > td {
    border-width: 0 !important;
}

body .ui-datatable .ui-datatable-thead > tr th {
    vertical-align: top;
}

.ui-widget-content {
    border-right: 0 !important;
    border-left: 0 !important;
}

/********************Custom Breadcrumb********************/
.static-breadcrumb {
    list-style-type: none;
    display: flex;
    margin: 0;
    padding-left: 0;
}

.static-breadcrumb li a {
    color: #333;
    cursor: pointer;
}

.static-breadcrumb-list-name:after {
    content: "►";
    position: relative;
    left: 4px;
    top: 0px;
    margin: 0 12px 0 6px;
    font-size: 10px;
    color: #e31344;
}

.breadcrumb-overflow {
    padding: 26px 22px 12px !important
}

.breadcrumb-overflow .static-breadcrumb-list-name-overflow:after {
    content: "►";
    position: relative;
    left: 4px;
    top: -7px;
    margin: 0 12px 0 6px;
    font-size: 10px;
}

.breadcrumb-overflow .static-breadcrumb-list-name span {
    display: inline-block;
    max-width: 15em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

/******************** Custom Breadcrumb ********************/

.tab-view-block {
    padding-left: 0 !important;
}

body .tab-view-block .ui-widget-content {
    border-top: 0;
    border-bottom: 0;
}

body .tab-view-block .ui-tabview.ui-tabview-top > .ui-tabview-nav {
    border-bottom: 2px solid #f2f2f2;
}

.pinMenuItem {
    padding-left: 32px !important;
}

.pinMenuItem span {
    font-size: 15px !important;
    font-family: 'MuseoSansRounded-300' !important;
}

.pinMenuItem i {
    font-size: 1.400em !important;
}

.layout-container .ultima-menu li ul li a i:first-child {
    font-size: 1.400em;
}

.connector-table-block {
    padding-bottom: 10px;
    width: 100%;
    overflow: hidden;
}

.component-title {
    display: inline-block;
    margin-top: 8px;
}

.heading-overflow {
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    display: inline-block;
    overflow: hidden;
}

.add-component-icon .fa {
    color: #333 !important;
}

.add-component-icon .ui-button.ui-button-icon-only:hover {
    background-color: #e8e8e8 !important;
    height: 36px !important;
    width: 36px !important;
}

.all-cache-reports-data {
    border-bottom: 1px solid #f2f2f2;
}

.w-100 {
    width: 100%;
}

.inner-title {
    font-size: 16px;
    display: table;
    margin-top: 10px;
    margin-bottom: 20px;
}

.field-titlebar-block {
    font-size: 13px;
    display: block;
}

.field-desc-block {
    font-size: 15px;
    word-break: break-all;
}

.field-main-title {
    font-size: 22px;
    word-break: break-all;
}

body .paginator-block .ui-paginator {
    background-color: transparent;
}

body .paginator-block .ui-widget-header {
    border: 0;
    float: right;
    padding: 15px;
    background-color: currentColor;
    border: 0;
}

.metrics-view-data-title {
    font-size: 18px;
    margin-bottom: 15px;
    display: block;
}

.metrics-view-data {
    margin-bottom: 30px;
}

.metrics-view-data:last-child {
    margin-bottom: 0px;
}

.metrics-view-data table {
    width: 100%;
}

.metrics-view-data table thead tr th {
    text-align: left;
    padding: 8px;
}

.metrics-view-data table tbody tr td {
    padding: 8px;
}

.fix-menu-scroll {
    overflow-y: auto;
    height: calc(100vh - 108px);
    overflow-x: hidden;
}

.overlay-menu-scroll {
    overflow-y: auto;
    height: 100%;
    overflow-x: hidden;
}

.main-menu-icon-big {
    display: inline-block;
    width: 98%;
    margin-bottom: 10px;
}

.main-menu-icon-big a {
    display: inline-flex;
    width: 100%;
    height: 68px;
}

.main-menu-icon-big i {
    font-size: 42px;
    padding: 14px;
}

.main-menu-icon-big span {
    font-size: 20px;
    margin-top: 24px;
    margin-left: 1px;
}

.second-level-menu {
    margin-left: -24px;
    margin-right: -24px;
    padding: 24px 22px 20px;
    position: fixed;
    width: 100%;
    background: #f7f7f7;
    z-index: 99;
    box-sizing: border-box;
}

.layout-container .layout-main {
    padding: 54px 16px 10px 16px;
}

/******************** Card ********************/
.card {
    padding: 0;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
    display: inline-block;
    width: 100%;
}

.card.card-w-title {
    padding-bottom: 0;
    margin-bottom: 0;
    max-width: 1600px !important;
}

/******************** Card ********************/
.Gray-Color {
    color: #999 !important;
}

body .ui-datatable .ui-datatable-thead > tr th {
    text-align: left;
    font-family: 'MuseoSansRounded-500';
    font-size: 15px;
    padding-top: 16px;
    padding-bottom: 16px;
}

body .ui-datatable .ui-datatable-data > tr:first-child {
    border: 2px solid #f5f5f5;
}

body .ui-datatable .ui-datatable-data tr.ui-datatable-even {
    background-color: transparent !important;
    border-top-color: #f6f6f6 !important;
    border-bottom: none !important;
    border-right: none !important;
    border-left: none !important;
    height: 48px;
}

body .ui-datatable .ui-datatable-data tr.ui-datatable-odd {
    background-color: #f9f9f9;
    border-top-color: #f6f6f6 !important;
    border-bottom: none !important;
    border-right: none !important;
    border-left: none !important;
    height: 48px;
}

body .ui-datatable .ui-datatable-thead > tr th:first-child {
    width: 200px;
}

body .view-metrics-card .ui-datatable .ui-datatable-thead > tr th:first-child {
    width: 100px;
}

body .view-metrics-card .ui-datatable .ui-datatable-thead > tr th:last-child {
    width: 80px;
}

body .ui-datatable .ui-datatable-thead > tr th:last-child {
    text-align: right;
    width: 130px;
}
body .bz-proapp-table .ui-datatable .ui-datatable-thead > tr th:last-child {
    text-align: right;
    width: 210px;
}

body .metric-datatable .ui-datatable .ui-datatable-thead > tr th:last-child {
    width: 150px;
}

body .ui-datatable .ui-datatable-data tr td:last-child {
    text-align: right;
}

.ui-g-1, .ui-g-2, .ui-g-3, .ui-g-4, .ui-g-5, .ui-g-6, .ui-g-7, .ui-g-8, .ui-g-9, .ui-g-10, .ui-g-11, .ui-g-12 {
    padding: 1.2em;
}

body .ui-datatable .ui-datatable-data tr td {
    padding: 4px 1em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

body .ui-widget-content {
    font-size: 14px;
}

.mat-list .mat-list-item .mat-list-item-content, .mat-nav-list .mat-list-item .mat-list-item-content {
    padding: 0 19px !important;
}

.ui-radiobutton, .ui-radiobutton-label {
    color: #555;
    font-size: 14px;
    vertical-align: initial;
}

/******************** Header fab Button ********************/
.header-action-btn-right {
    position: fixed;
    top: 74px;
    right: 20px;
}

.header-add-btn {
    margin: 5px;
    display: inline-block;
}

.header-add-btn button {
    background: #e8e8e8;
    border: 0;
    font-size: 16px;
    cursor: pointer;
    padding: 0;
    border-radius: 100%;
    height: 40px;
    width: 40px;
}

.header-add-btn button:hover {
    /*background: rgba(0, 0, 0, 0.12);
    transition: 0.2s;*/
    background: #5a6363;
    transition: 0.2s;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    color: #fff;
}

/******************** Header fab Button ********************/
.layout-container.menu-layout-static .layout-main {
    margin-left: 70px;
}

.layout-container.menu-layout-static .layout-main.fix-menu-pinned {
    margin-left: 300px;
}

.layout-container .topbar {
    height: 64px;
}

.layout-container .layout-menu {
    top: 64px;
    box-shadow: none;
}

.layout-container .layout-menu.fix-menu-pinned {
    width: 300px;
    overflow: hidden;
}

.layout-container .ultima-menu li ul.sub-menu {
    overflow: visible;
}

.layout-container .ultima-menu li ul.sub-menu .sub-menu-item {
    overflow: hidden;
    cursor: pointer;
}

.layout-container .layout-menu > .nano > .nano-content ul.ultima-menu.ultima-main-menu {
    margin-top: 0px;
    padding-bottom: 0px;
}

.nano {
    overflow: visible !important;
}

.layout-container .layout-menu > .nano > .nano-content.menu-scroll-content {
    overflow: visible !important;
    overflow-x: visible !important;
    margin-right: 0 !important;
}

.nano > .nano-content {
    overflow: visible !important;
    overflow-x: visible !important;
}

.nano > .nano-content:focus {
    outline: 0 !important;
}

.sidebar-bottom-fixed-menu-icon {
    position: absolute;
    bottom: 10px;
    left: 24px;
    cursor: pointer;
    color: #fff;
}

.logout {
    cursor: pointer !important;
}

.layout-container .topbar .topbar-right {
    overflow: hidden;
}

.layout-container .ultima-menu {
    /*
    margin-top: 10px;
    */
    margin-bottom: 10px;
}

.layout-container.menu-layout-static .layout-menu {
    margin-left: 0;
    top: 64px;
    height: inherit;
}

.layout-container .ultima-menu li a i:first-child {
    margin-right: 1em;
}

.ultima-main-menu > li > a > i {
    float: none !important;
    position: absolute;
    margin-left: 2px;
}

.layout-container .ultima-menu > li > a {
    font-family: 'MuseoSansRounded-500' !important;
}

.layout-container .ultima-menu li a {
    padding: 0.7em 1.4em;
    cursor: pointer;
}

.ultima-main-menu > li > a:nth-child(1):hover {
    background-color: transparent !important;
}

.layout-container .topbar .topbar-right {
    padding: 9px;
}

.layout-container .topbar-items > li .topbar-icon {
    font-size: 36px;
}

/*.layout-container .ultima-menu {
    margin-top: 8px;
}*/

body .ui-datatable .ui-datatable-thead > tr th.ui-sortable-column:not(.ui-state-active):hover {
    background-color: transparent;
}

body .ui-datatable .ui-datatable-thead > tr th.ui-state-active, body .ui-datatable .ui-datatable-thead > tr th.ui-state-highlight {
    background-color: transparent;
    border-top-color: transparent;
}

body .remember-checkbox .ui-chkbox .ui-chkbox-box {
    width: 1em;
    height: 1em;
}

.floating-btn {
    position: fixed;
    right: 40px;
    bottom: 40px;
}

.remember-checkbox {
    /* margin-bottom: 35px;*/
}

.ui-chkbox-label {
    font-size: 14px !important;
    margin-top: -1px;
    cursor: pointer;
}

body .ui-chkbox .ui-chkbox-box .ui-chkbox-icon {
    font-size: 1em;
    margin-left: 0px;
    margin-top: -1px;
}



.ui-datatable-emptymessage {
    text-align: center !important;
}

body .ui-datatable .ui-datatable-data tr {
    border: 1px solid #f6f6f6;
}

body .ui-datatable .ui-datatable-data.ui-datatable-hoverable-rows > tr.ui-widget-content:not(.ui-state-highlight):hover {
    background-color: #f5f5f5 !important;
    color: #444;
}

body .ui-button.ui-button-icon-only, body .ui-datepicker-buttonpane > button.ui-button-icon-only {
    width: 1.8em;
    height: 100%;

}

body .ui-button.ui-button-icon-only {
    background-color: transparent !important;
    box-shadow: none;
    height: 32px;
    width: 32px;
}

body .ui-widget-content .fa {
    color: #333;
}

body .table-action-btn .ui-button, body .ui-datepicker-buttonpane > button {
    background-color: transparent !important;
    box-shadow: none;
}

body .table-action-btn .ui-button:enabled:not(:focus):hover, body .ui-datepicker-buttonpane > button:enabled:not(:focus):hover {
    background-color: #f5f5f5;
}

.remember-checkbox .fa-check {
    margin-top: -2px !important;
    margin-left: -1px !important;
}

body .ui-dropdown.ui-state-focus .ui-dropdown-label {
    padding-bottom: 4px;
}

body label.ui-inputtext {
    padding: 2px 36px 5px 2px;
    height: 31px;
}

body input.ui-inputtext {
    padding: 2px 36px 5px 2px;
    height: 32px;
}

body .ui-inputtext:focus, body .ui-inputtext.ui-state-focus {
    padding-bottom: 5px !important;
    border-radius: 0px;
}

input:focus,
textarea:focus {
    /* sizes for the 2 images (focus state) */
    background-size: 100% 2px, 100% 1px;
    outline: none;
}

.confirmation-yes-btn {
    color: #ff6366 !important;
}

.table-action-btn .ui-icon-delete {
    color: #ff6366 !important;
}

.icon-tab{
    font-size: 17px !important;
    color: #666666;
    margin-right: 10px !important;
}

.icon-add{
    font-size: 20px !important;
    color: #666666;
    margin-right: 10px !important;
}

.icon-check{
    font-size: 20px !important;
    color: #666666;
    margin-right: 10px !important;
}

.icon-setting{
    font-size: 25px !important;
    color: #666666;
    margin-right: 10px !important;
}


.icon-red{
    font-size: 17px !important;
    color: #ff6366 !important;
    margin-right: 10px !important;
}

/*.pi-pi-pencil{*/
    /*color: #666666 !important;*/
    /*font-size: 20px !important;*/
    /*padding: 0 0 !important;*/
/*}*/

/*.pi-pi-trash{*/
    /*color: #ff6366 !important;*/
    /*font-size: 20px !important;*/
/*}*/

/*.pi-pi-plus{*/
    /*color: #666666 !important;*/
    /*font-size: 20px !important;*/
/*}*/

/*.pi-minus {*/
    /*color: #FFFFFF !important;*/
    /*font-size: 10px !important;*/
    /*padding-top: 2px;*/
    /*width: 14px !important;*/
    /*height: 14px !important;*/
    /*background-color: #333333;*/
    /*border-radius: 50px;*/
/*}*/

/*.pi-pi-ban{*/
    /*color: #666666 !important;*/
    /*font-size: 20px !important;*/
/*}*/

/*.pi-pi-info{*/
    /*color: #999999 !important;*/
    /*width: 20px !important;*/
    /*height: 20px !important;*/
    /*margin-left: -30px !important;*/
    /*padding: 0px 0 !important;*/
    /*border-radius: 50px !important;*/
    /*border: 2px solid #999999 !important;*/
/*}*/


/*.fa-check{
    color: #ff6366 !important;
}*/

.table-action-btn .fa {
    font-size: 17px;
}

.layout-container .topbar-items > li > a {
    display: inline-block;
}

.floating-btn button {
    -webkit-box-shadow: 0 1px 2.5px 0 rgba(0, 0, 0, 0.26), 0 1px 5px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 1px 2.5px 0 rgba(0, 0, 0, 0.26), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.floating-btn .fa {
    margin-top: 14px;
    position: relative;
    left: -3px;
    top: -1px;
}

.selectedBlock img {
    opacity: 0.2;
}

.checkbox-block {
    float: left;
    margin-right: 20px;
}

.card h1:first-child {
    margin-top: 0em;
    display: inline-block;
    padding: 16px;
    padding-bottom: 0;
    font-size: 1.8em;
    line-height: 32px;
    margin-bottom: 8px;
}

.card h2 {
    margin-top: 0em;
    display: inline-block;
    padding: 0px;
    padding-bottom: 0;
    font-size: 1.8em;
    height: 30px;
    margin-bottom: 0;
}

body .md-inputfield label {
    left: 0;
}

.info-detail {
    /*display: table-cell !important;*/
    width: 100%;
}

.info-icon {
    position: relative;
    float: right;
    font-size: 14px;
    color: #999999;
    margin-top: -30px;
    height: 30px !important;
}


body .info-icon .ui-button, body .ui-datepicker-buttonpane > button {
    background-color: transparent;
    box-shadow: none;
}

.info-icon .fa {
    font-size: 20px;
}

.field-container .ui-g-3, .field-container .ui-g-4, .field-container .ui-g-6, .field-container .ui-g-8, .field-container .ui-g-12 {
    padding-bottom: 35px;
}

.dropdown-height {
    max-height: 74px;
}

.dropdown-height-75 {
    max-height: 75px;
}

.proapp-textarea-height textarea {
    height: 107px;
    max-width: 100%;
}

.connector-textarea-height textarea {
    height: 60px;
    max-width: 100%
}

body .md-inputfield input:focus ~ label, body .md-inputfield input.ui-state-filled ~ label, body .md-inputfield .ui-inputwrapper-focus ~ label, body .md-inputfield .ui-inputwrapper-filled ~ label {
    top: -22px !important;
}

body .ui-dropdown .ui-dropdown-trigger {
    background-color: #fff;
}

.header-right-action {
    position: absolute;
    top: 19px;
    right: 17px;
    display: flex;
}

.pinicon {
    display: none !important;
}

.piniconDisplay {
    position: absolute;
    right: 28px;
}

.piniconDisplay .ui-icon-bookmark:before {
    color: #9aabab;
}

.sub-menu-item:hover .pinicon {
    display: inline-block !important;
    position: absolute;
    right: 28px;

}

.layout-container .ultima-menu li.active-menuitem > a i {
    -webkit-transform: rotate(-0deg);
    -moz-transform: rotate(-0deg);
    -o-transform: rotate(-0deg);
    -ms-transform: rotate(-0deg);
    transform: rotate(-0deg) !important;
}

.layout-container .ultima-menu li a i:first-child {
    float: none;
}

body .ui-tabview .ui-tabview-nav > li {
    transition: width .5s ease, background-color .5s ease;
}

body .ui-tabview .ui-tabview-nav > li .ui-tabview-title:hover {
    color: #333;
}

body .ui-tabview .ui-tabview-nav > li.ui-state-active a span {
    color: #333;
}

.capitalizeText {
    text-transform: capitalize;
}

.profile-block {
    display: inline-block;
    text-align: right;
    margin-top: -10px;
    margin-right: 20px;
}

.profile-block span {
    font-size: 12px;
}

.view-btn {
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
}

.main-container {
    position: relative;
    display: table;
    margin-left: 10px;
}

.connecter-logo {
    display: inline-block;
}

.field-wrap {
    vertical-align: top;
    width: 100%;
    display: table-cell;
}

#connecterAvtar {
    height: 182px;
    width: 180px;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #e8e8e8;
    text-align: center;
    border-radius: 4px;
    background-position: center;
    position: relative;
    padding: 5px;
    box-sizing: border-box;
}

#connecterAvtar1 {
    height: 182px;
    width: 180px;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #e8e8e8;
    text-align: center;
    border-radius: 4px;
    background-position: center;
    position: relative;
    padding: 5px;
    box-sizing: border-box;
}

#connecterAvtar2 {
    height: 182px;
    width: 180px;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #e8e8e8;
    text-align: center;
    border-radius: 4px;
    background-position: center;
    position: relative;
    padding: 5px;
    box-sizing: border-box;
}

#connecterAvtar img {
    background-size: cover;
    background-position: center;
    vertical-align: middle;
    display: block;
    height: auto;
    max-height: 160px;
    max-width: 100%;
    width: 100%;
    min-height: 170px;
    text-indent: -999px;
}

#connecterAvtarText {
    top: 54%;
    position: relative;
}

#connecterAvtar .ui-icon-file-upload {
    position: absolute;
    top: 36%;
    left: 44%;
}

#connecterAvtar:hover {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}

#connecterAvtar1:hover {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}

#connecterAvtar2:hover {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}

#connecterAvtarRemove {
    position: absolute;
    top: 67px;
    color: white;
    left: 75px;
    font-size: 40px;
    line-height: 0;
    display: none;
}

body .ui-dialog .ui-dialog-titlebar .ui-dialog-title {
    overflow: hidden !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    z-index: 1;
    width: 100%;
    margin-top: 0;
    position: relative;
    top: 1px;
}

.ui-dialog .ui-dialog-titlebar-close {
    float: right;
    padding: .125em;
    cursor: pointer;
    display: table;
    margin-left: 20px;
}

body .ui-dialog .ui-dialog-titlebar {
    padding: 5px 20px 5px;
    color: #fff;
    margin-top: -1px;
    font-family: 'MuseoSansRounded-500';
    font-size: 20px;
}

.ui-confirmdialog .fa-check {
    color: #ff6366 !important;
}

body .ui-widget-content {
    border-bottom: 0;
    border-radius: 3px;
    /*
    border: 1px solid #e8e8e8;
    */
}

body .ui-dialog.ui-shadow {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}

body .ui-widget-overlay {
    background-color: #58575c;
    opacity: .6;
}

.ui-growl-item-container.ui-state-highlight.ui-growl-message-success {
    opacity: 0.7;
}

.ui-growl-item-container.ui-state-highlight.ui-corner-all.ui-shadow.ui-growl-message-error {
    background-color: #596363;
}

body .ui-growl > .ui-growl-item-container.ui-growl-message-info {
    background-color: #596363;
}

body .date-control-block .ui-inputtext {
    padding: 2px 2px 10px 0px;
}

.ui-dropdown {
    width: 100% !important;
}

.connector-metric-second-group {
    margin-top: 9px;
}

.view-metric-modal-drpdwn {
    width: 185px !important;
}

/******************** Connector Card Design ********************/
.connector-card {
    border: 2px solid #f5f5f5;
    text-align: center;
    border-radius: 4px;
    margin-bottom: 2px;
    min-height: 390px;
    position: relative;
}

.connector-card:hover {
    border: 2px solid #ecf0f1;
    transition: 0.2s;
    -webkit-box-shadow: 0px 0px 20px 0px rgb(226, 226, 226);
    -moz-box-shadow: 0px 0px 20px 0px rgb(226, 226, 226);
    box-shadow: 0px 0px 20px 0px rgb(226, 226, 226);
}

.connector-card-header {
    height: 120px;
    background-color: #F7F9F9;
    padding: 15px;
}

.connector-card-small-logo {
    height: 40px;
    width: 40px;
    border-radius: 100%;
    background-color: #ffffff;
}

.connector-small-logo {
    height: 28px;
    width: 28px;
    margin-top: 6px;
}

.connector-card-center {
    height: 50px;
    background-color: #ECF0F1;
}

.connector-card-big-logo {
    height: 150px;
    width: 150px;
    border-radius: 100%;
    border: 5px solid #EFF3F4;
    background-color: #ffffff;
    margin-top: -130px;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    cursor: pointer;
    display: inline-block;
    box-sizing: border-box;

}

.connector-card-big-logo img {
    width: 100%;
    height: 100%;
    text-indent: -999px;
}

.connector-card-title {
    margin-top: 34px;
}

.connector-title {
    font-size: 22px !important;
    line-height: 38px;
    height: 109px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    padding: 0 10px;
    cursor: pointer;
}

.cont-icon-hover {
    visibility: hidden;
    position: absolute;
    top: 5px;
    right: 6px;
    transform: translateX(20px);
}

.connector-card:hover .cont-icon-hover {
    visibility: visible;
    transition: 0.2s;
    transform: translateX(-0px);
}

/******************** Connector Card Design ********************/

.connector-metric-card > .ui-g {
    margin: -7px -7px 10px -7px !important;
}

.organization-metric-card > .ui-g {
    margin: -7px -7px 10px -7px !important;
}

.view-metrics-detail {
    width: 992px !important;
}

.filter-block {
    border: 2px solid #f2f2f2;
    display: inline-block;
    width: 100%;
    padding: 26px 10px 10px;
    margin-bottom: 10px;
}

.data-blocks {
    text-align: left;
    margin-bottom: 20px;
    max-width: 40em !important;
    overflow: hidden;
}

.connectly-pro-left-border {
    border-left: 2px solid #EFF3F4;
    padding-left: 20px !important;
}

.connectly-card-details {
    cursor: pointer;
    text-align: left;
    border-bottom: 1px solid #f2f2f2;
    padding: 25px 20px 10px;
    border-radius: 3px;
    background-color: #fff;
}

.connectly-card-details:last-child {
    margin-bottom: 0;
    border: none;
}

.connectly-card-details span {
    font-size: 20px;
    height: 100%;
    font-family: 'MuseoSansRounded-300';
}

.connectly-card-details p {
    font-size: 14px;
    color: #999999;
    margin-top: 20px;
    margin-bottom: 15px;
}

.connectly-group-header {
    margin: 15px 10px;
}

h4.connectly-group-header {
    color: #666;
    font-size: 16px;
    font-size: 16px;
}

.connectly-theme-update-btn > button {
    margin-right: 8px;
}

.connectly-theme-update-btn {
    margin-right: 6px !important;
    margin-top: -46px !important;
    visibility: hidden;
}

h1.main-card-title {
    margin-top: 0 !important;
}

.connectly-group-detail {
    overflow: hidden;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
    /* margin: 10px 5px;*/
    border-radius: 3px;
    position: relative;
    padding: 5px;
}

.connectly-group-detail-img {
    height: 120px;
    width: 100%;
    background-color: #fafafa;
    overflow: hidden;
    transition: all ease .6s;
}

.connectly-group-detail-img img {
    height: 120px;
    width: 100%;
    object-fit: cover;
    object-position: top;
    transition: all ease .6s;
    transition: all ease .6s;
}

.connectly-group-detail-img img[alt] {
    border: transparent !important;
}

.connectly-group-header {
    margin: 8px 8px 3px;
    font-size: 1em !important;
}

h4.connectly-group-header {
    color: #666;
    font-size: 16px;
    font-size: 16px;
}

.connectly-theme-update-btn > button {
    margin-right: 8px;
    margin: 0 5px !important;
}

body .connectly-theme-update-btn .ui-button .fa {
    color: #666;
}

body .proapps-common-detail .ui-button .fa {
    color: #666;
}

.connectly-theme-update-btn {
    top: 50px;
    right: -2px;
    position: absolute;
    visibility: hidden;
    transform: translateX(20px);
    background-color: rgba(255, 255, 255, 0.6);
    border-bottom-left-radius: 3px;
}

.connectly-group-detail:hover .connectly-theme-update-btn {
    visibility: visible;
    transition: 0.2s;
    transform: translateX(-0px);
    margin: 5px;
}

.connectly-group-detail:hover {
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.33);
    transition-delay: 0.1s;
}

.connectly-default-theme {
    bottom: 40px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    height: 30px;
    width: calc(100% - 16px);
    position: absolute;
    padding: 3px;
}

.connectly-default-theme h3 {
    margin-top: 3px;
    font-size: 16px;
}

.connectly-group-detail img:hover {
    transition: all ease .6s;
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
}

body .custom-profile-image-block .custom-profile-image button.member-profile-edit-button {
    font-size: 14px;
    height: 36px;
    width: 30px;
}

body .custom-profile-image-block .custom-profile-image button.member-profile-edit-button span {
    color: #666;
}

/******************** Group Theme Popup ********************/

body .connectly-group-theme-modal {
    height: calc(100vh - 200px);
    max-height: fit-content;
    overflow: auto;
}

body .connectly-group-theme-modal .connectly-group-theme-selection-block {
    box-sizing: border-box;
    height: 245px;
}

body .connectly-group-theme-modal .connectly-group-theme-selection-block .connectly-group-theme-images {
    margin: 5px;
    height: 235px !important;
    width: 235px !important;
    box-sizing: border-box;
    padding: 8px;
    position: relative;
}

body .connectly-group-theme-modal .connectly-group-theme-selection-block .connectly-group-theme-images:hover {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.33);
    opacity: 0.8;
    background-color: #f0f0f0;
    border-radius: 3px;
}

body .connectly-group-theme-modal .connectly-group-theme-selection-block .connectly-group-theme-images:hover .group-theme-select {
    opacity: 1;
}

body .connectly-group-theme-modal .connectly-group-theme-selection-block .connectly-group-theme-images:focus {
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.33);
    opacity: 0.3;
}

body .connectly-group-theme-modal .connectly-group-theme-selection-block .connectly-group-theme-images:focus .group-theme-selected {
    opacity: 1;
}

body .connectly-group-theme-modal .connectly-group-theme-selection-block .connectly-group-theme-images img {
    object-fit: cover;
    object-position: top;
    border-radius: 3px;
}

body .connectly-group-theme-modal .connectly-group-theme-selection-block .connectly-group-theme-images .connectly-group-theme-name {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.6);
    margin-top: -42px;
    width: 219px;
    text-align: center;
    position: relative;
    border-radius: 3px;
}

body .connectly-group-theme-modal .connectly-group-theme-selection-block .connectly-group-theme-images .connectly-group-theme-name h3 {
    padding: 5px;
    margin: 0;
}

body .connectly-group-theme-modal .connectly-group-theme-selection-block .connectly-group-theme-images .group-theme-select {
    position: absolute;
    top: 42%;
    left: 78px;
    background-color: #ffffff;
    height: 40px;
    border-radius: 25px;
    padding: 8px 20px;
    opacity: 0;
    cursor: pointer;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
}

body .connectly-group-theme-modal .connectly-group-theme-selection-block .connectly-group-theme-images .group-theme-selected {
    position: absolute;
    top: 42%;
    left: 59px;
    background-color: #ffffff;
    height: 40px;
    border-radius: 25px;
    padding: 2px 20px 4px 12px;
    opacity: 0;
    cursor: pointer;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
}

body .connectly-group-theme-modal .connectly-group-theme-selection-block .connectly-group-theme-images .group-theme-selected button {
    margin: 0;
}

body .connectly-group-theme-modal .connectly-group-theme-selection-block .selectedBlock .connectly-group-theme-images .group-theme-selected {
    opacity: 1;
}

body .connectly-group-theme-modal .connectly-group-theme-selection-block .selectedBlock .connectly-group-theme-images img {
    opacity: 0.6;
}

body .connectly-group-theme-modal .connectly-group-theme-selection-block .selectedBlock .connectly-group-theme-images {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.33);
    background-color: #f0f0f0;
    border-radius: 3px;
}

body .connectly-group-theme-update {
    float: right;
    margin-top: 12px;
}

/******************** Group Theme Popup ********************/

.organization-services-add-button {
    float: right;
}

.group-brnading-block {
    border-bottom: 1px solid #ededed;
    margin-left: -14px;
    width: 102.5% !important;
    background-color: #fff;
}

.header-group-logo {
    float: left;
    margin-left: 12px;
}

.header-group-logo1 {
    display: inline-block;
    margin-left: 12px;
}

.header-group-name {
    float: left;
    margin-left: 20px;
    margin-top: 0px;
    font-size: 18px;
    font-weight: 400;
}

.header-group-name1 {
    display: inline-block;
    margin-left: 20px;
    font-size: 18px;
    font-weight: 400;
    vertical-align: middle;
    margin-top: -30px;
}

.header-group-action {
    float: right;
}

.group-thumbnail {
    height: 40px;
    width: 40px;
}

.group-thumbnail img {
    overflow: hidden;
    border-radius: 50%;
}

.split-button {
    float: right;
}

.loaderBlock {
    background: #f7f7f7;
    top: 0% !important;
    right: 0;
    left: 0;
    position: absolute;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.choose-file-decoration {
    background-image: none !important;
}

.role-add-btn {
    float: right;
    margin: 15px;
    background: #e8e8e8;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    cursor: pointer;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.role-add-btn button {
    background: none;
    border: 0;
    text-align: center;
    vertical-align: bottom;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    top: 6px;
}

.connectly-pro-app-menu .ui-menu .ui-menu-list li.ui-widget-header {
    background-color: #ecf0f1;
    color: #333;
    margin: 0;
}

.connectly-pro-app-menu .ui-widget-content {
    padding: 0;
    border: none;
}

.connectly-pro-app-menu .ui-menu {
    width: 100%;
}

.metadata-checkbox {
    margin-top: 20px;
}

.cancel-reset-modal {
    float: right;
    height: 50px;
}

.cancel-reset-modal span {
    color: #9da5a5 !important;
    font-size: 32px;
}

.custom-modal-header {
    margin: 0 !important;
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 330px;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
}

body .cancel-reset-modal .ui-button.ui-button-icon-only {
    height: 50px;
}

.common-form-group .ui-radiobutton-label {
    margin-right: 8px;
    margin-top: 3px;
}

body .common-form-group .ui-radiobutton .ui-radiobutton-box .fa-circle {
    margin: 0;
}

.common-form-check-box .fa {
    color: #fff !important;
}

.common-form-check-box .checkbox-styled {
    margin-top: 3px;
}

.common-form-message {
    color: red;
    margin-bottom: 0px;
}

.common-form-message2 {
    color: red;
    bottom: 22px;
    /*position: absolute;*/
}

.alert-message {
    margin-top: -60px;
    float: left;
}

.alert-message span ul li {
    color: red;
}

.connectly-proapps-left-border {
    border-left: 2px solid #EFF3F4;
    padding-left: 20px !important;
}

body .common-detail-image-upload {
    border: 2px solid #f4f4f4;
    overflow: hidden;
    padding: 10px;
}

body .common-detail-image-upload #connecterAvtar, body .common-detail-image-upload #connecterAvtar1 {
    margin-top: 6px;
}

body .members-tab .ui-datatable .ui-datatable-thead > tr th:last-child {
    width: 200px;
}

body .members-tab {
    min-height: 221px;
    position: relative;
}

body .sub-group-branding {
    padding: 18px 20px 0 20px !important;
    margin-bottom: 10px !important;
}

body .subgroup-brnading-block {
    /*border-bottom: 1px solid #ededed;*/
    padding-bottom: 2px !important;
    margin-left: -16px;
    margin-top: -19px;
    width: 102.5% !important;
}

body .header-subgroup-logo {
    float: left;
    margin-left: 12px;
}

body .header-subgroup-name {
    float: left;
    margin-left: 20px;
    margin-top: -2px;
}

body .header-subgroup-action {
    float: right;
}

body .header-subgroup-name h1 {
    font-size: 16px !important;
    padding: 9px 0 0 !important;
}

body .subgroup-thumbnail img {
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
}

body .subgroup-thumbnail {
    margin-top: 2px;
}

body .group-brnading-block .header-edit-btn-right {
    margin-right: 12px;
    float: right;
}

body .group-brnading-block .header-edit-btn-right .header-add-btn button span, body .subgroup-brnading-block .header-edit-btn-right .header-add-btn button span {
    color: #666;
}

body .subgroup-brnading-block .header-close-btn-right {
    margin-right: 4px;
    float: right;
    margin-top: 2px;
}

body .proapps-apps-img1 {
    text-align: center;
    margin-left: 30px;
}

body .proapps-apps-img1 img {
    border-radius: 100%;
}

body .proapps-apps-img2 {
    text-align: center;
    margin-top: 154px;
}

body .proapps-apps-img2 img {
    border-radius: 100%;
}

body .proapp-list-block .ui-datatable .ui-column-filter {
    position: absolute;
    top: -40px;
    width: 280px;
    right: 20px;
}

body .subgroup-list-block .ui-datatable .ui-column-filter {
    position: absolute;
    top: -40px;
    width: 280px;
    right: 20px;
}

body .proapps-form-block .ui-dropdown-panel .ui-dropdown-filter-container {
    background-color: #fff;
    margin-top: 1px;
    padding: 10px 10px 0;
}

body .proapps-form-block .ui-dropdown-panel .ui-dropdown-filter-container input {
    color: #333;
}

body .organization-user-detail .ui-datatable .ui-datatable-data tr.ui-datatable-odd, body .organization-user-detail .ui-datatable .ui-datatable-data tr.ui-datatable-even {
    border-top-color: #f6f6f6 !important;
    border-bottom: none !important;
    border-right: none !important;
    border-left: none !important;
}

body .organization-user-detail .ui-datatable .ui-datatable-data > tr:first-child:hover {
    background-color: #f5f5f5 !important;
    color: #444;
}

body .view-connector-title button {
    margin-left: 10px;
    top: -6px;
}

body .view-connector-title button span {
    font-size: 20px !important;
    margin-top: -12px !important;
}

body .card-inline-divider {
    height: 1px;
    background-color: #efefef;
    width: 97%;
    clear: both;
    margin: 10px 0 20px !important;
}

/*

#overviewImageAvtar, #imageUrlAvtar {
    height: 170px;
    width: 100%;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #f4f4f4;
    text-align: center;
    border-radius: 6px;
    background-position: center;
}

#overviewImageAvtar img, #imageUrlAvtar img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#overviewImageAvtarText, #imageUrlAvtarText {
    top: 40%;
    position: relative;
}
*/

body .custom-profile-fill-block {
    height: auto;
    width: 100%;
    text-align: center;
}

body .custom-profile-fill-block > div {
    padding: 0 0 10px;
}

body .custom-profile-fill-block .upload-profile-image-block {
    margin: auto;
    height: 140px;
    width: 250px;
    border: 1px solid #e8e8e8;
    padding: 7px;
    box-sizing: border-box;
    display: table;
    border-radius: 3px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

body .custom-profile-fill-block .upload-profile-image-block div span {
    position: absolute;
    top: 45%;
    left: 45%;
    color: #666;
}

body .custom-profile-fill-block .upload-profile-image-block:hover {
    box-sizing: border-box;
    transition: 0.2s;
    -webkit-box-shadow: 0px 0px 20px 0px rgb(226, 226, 226);
    -moz-box-shadow: 0px 0px 20px 0px rgb(226, 226, 226);
    box-shadow: 0px 0px 20px 0px rgb(226, 226, 226);
}

body .custom-profile-fill-block .upload-profile-image-block:hover .upload-profile-image-text {
    font-size: 16.4px;
    transition: 0.2s;
}

body .custom-profile-fill-block .upload-profile-image-block:hover img.upload-profile-image-text {
    transform: scale(1);
    transition: 0.3s;
}

body .custom-profile-fill-block .upload-profile-image-block:hover span.remove-profile-image {
    transition: 0.3s;
    visibility: visible;
    transform: translate(0px, 0px);
}

body .custom-profile-fill-block .upload-profile-image-block:hover span.edit-profile-image {
    transition: 0.3s;
    visibility: visible;
    transform: translate(0px, 0px);
}

body .custom-profile-fill-block .upload-profile-image-block .upload-profile-image-text {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    transform: scale(0.96);
    transition: 0.3s;
    object-fit: cover;
}

body .custom-profile-fill-block .upload-profile-image-block .remove-profile-image {
    height: 30px;
    width: 30px;
    top: 7px;
    right: 7px;
    visibility: hidden;
    position: absolute;
    transform: translate(20px, -20px);
    z-index: 999;
}

body .custom-profile-fill-block .upload-profile-image-block .remove-profile-image button span {
    color: #ff6366;
}

body .custom-profile-fill-block .upload-profile-image-block .edit-profile-image {
    height: 30px;
    width: 30px;
    top: 7px;
    right: 7px;
    visibility: hidden;
    position: absolute;
    transform: translate(20px, -20px);
    z-index: 999;
}

body .custom-profile-fill-block .upload-profile-image-block .edit-profile-image button span {
    color: #333;
}

/******************** Second Level Breadcrumb & Fab Button ********************/
body .second-level-menu-second {
    margin-left: -22px;
    margin-right: -24px;
    padding: 10px 22px 16px;
    position: relative;
    width: 100%;
    background: #f7f7f7;
    box-sizing: border-box;
}

body .second-level-menu-second .header-action-btn-right {
    position: absolute;
    top: -3px;
    right: -24px;
}

body .second-level-menu-second .header-action-btn-right .header-add-btn .fa {
    margin: 3px auto;
}

/******************** Second Level Breadcrumb & Fab Button ********************/
.header-search {
    float: right;
    margin: 15px 20px 5px;
    width: 200px;
}

body .default-custom-inputfield-label {
    position: absolute;
    opacity: 0;
    transition: 0.3s ease all;
}

body .custom-inputfield-label {
    font-size: 12px;
    margin-top: -22px;
    position: absolute;
    color: #596363;
    transition: 0.3s ease all;
    opacity: 1;
}

.custom-loader-position {
    position: relative;
    margin-top: 50px;
}

/******************** This is for custom Modal Design ********************/
body .member-modal .member-modal-content {
    width: calc(100% - 80px);
    float: left;
}

body .member-modal .member-modal-button {
    float: right;
    width: 80px;
}

body .member-modal .member-modal-button button {
    float: right;
}

body .member-modal .member-modal-content .ui-multiselect.ui-widget.ui-state-default.ui-corner-all, body .member-modal .member-modal-content .ui-dropdown.ui-widget.ui-state-default.ui-corner-all {
    width: 100% !important;
    height: 32px;
}

body .member-modal .member-modal-content .ui-multiselect-panel.ui-widget {
    width: 100%;
}

body .member-modal .custom-modal-content {
}

body .member-modal .custom-modal-button {
    float: right;
}

body .member-modal .member-modal-content .view-metric-modal-drpdwn .ui-dropdown.ui-widget.ui-state-default.ui-corner-all {
    width: 320px !important;
}

/******************** This is for custom Modal Design ********************/

/******************** This is for custom Radio Button ********************/
body .ui-radiobutton .ui-radiobutton-box {
    height: 18px;
    width: 18px;
}

body .ui-radiobutton .ui-radiobutton-box .ui-radiobutton-icon {
    margin-top: -1px !important;
    margin-left: -1px !important;
    font-size: 16px;
}

/******************** This is for custom Radio Button ********************/

/******************** This is for Tooltip ********************/
body .ui-tooltip {
    display: block !important;
}

body .ui-tooltip .ui-tooltip-text {
    background-color: #ecf0f1;
    padding: 6px 12px;
}

/******************** This is for Tooltip ********************/

/******************** This is for Editable Text ********************/
body .group-overview-edit {
    padding: 0 20px 0 0;
}

body .group-overview-edit .input-last-field {
    border: 1px solid #e8e8e8;
}

body .group-overview-edit .input-last-field .custom-check-button {
    float: right;
}

body .group-overview-edit .input-last-field input, body .group-overview-edit .input-last-field .dropdown-height-75 {
    width: 82%;
    display: inline-block;
}

body .view-member-container .ui-button, body .ui-datepicker-buttonpane > button {
    transition: none !important;
}

body .view-member-container .ui-icon-check, body .view-member-container .ui-button-icon-left {
    color: #666 !important;
}

body .data-blocks .table-action-btn {
    font-size: 13px;
    color: #999;
}

/******************** This is for Editable Text ********************/

/******************** Connectly Proaaps Apps Tab UI ********************/
body .proapps-common-detail {
    position: relative;
}

body .proapps-common-detail .proapps-common-detail-image {
    min-width: 150px;
    height: 170px;
    float: left;
    background-color: #F7F9F9;
    text-align: center;
    padding: 25px 20px;
    box-sizing: border-box;
}

body .proapps-common-detail .proapps-common-detail-image .proaaps-app-image {
    padding: 10px;
    border: 5px solid #ECF0F1;
    border-radius: 50%;
    background-color: #fff;
}

body .proapps-common-detail .proapps-common-detail-app-button {
    position: absolute;
    top: 5px;
    right: 5px;
    visibility: hidden;
    transform: translateX(10px);
    transition: 0.1s;
}

body .proapps-common-detail:hover .proapps-common-detail-app-button {
    visibility: visible;
    transition: 0.2s;
    transform: translateX(-0px);
    z-index: 9999;
}

body .proapps-common-detail .proapps-common-detail-block {
    display: flex;
    padding: 10px;
}

body .proapps-common-detail .proapps-common-detail-block .proapp-common-detail-app-version {
    width: 100%;
    position: relative;
}

body .proapps-common-detail .proapps-common-detail-block .proapp-common-detail-app-version p {
    padding: 14px 10px;
    margin: 0;
    height: 50px;
    box-sizing: border-box;
}

body .proapps-common-detail .proapps-common-detail-block .proapp-common-detail-app-version .proapps-version-detail-block {
    padding: 14px 10px;
    margin: 0;
    height: 50px;
    box-sizing: border-box;
}

body .proapps-common-detail .proapps-common-detail-block .proapp-common-detail-app-version .proapps-version-detail-loader {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
}

body .proapps-common-detail .proapps-common-detail-block .proapp-common-detail-app-version .proapp-version-detail-bg {
    background-color: #f9f9f9;
}

body .proapps-common-detail .proapps-common-detail-block .proapp-common-detail-app-version .proapps-version-detail {
    color: #999;
    font-size: 14px;
}

body .proapps-common-detail .proapps-common-detail-block .proapp-common-detail-app-version .proapps-version-detail button > span {
    font-size: 18px;
    margin-top: -14px;
}

body .ios-form-detail .ui-inputtext {
    border-bottom: 1px solid #f8f8f8 !important;
    border-radius: 0 !important;
}

/******************** Connectly Proaaps Apps Tab UI ********************/

/******************** Other Code ********************/
.card-overflow-500 {
    max-height: 500px;
    overflow-y: scroll;
}

.custom-remember-checkbox {
    margin-bottom: 35px;
}

.login-screen-error ul {
    text-align: left;
    padding: 0;
    margin-bottom: 60px;
    color: red;
}

/******************** Other Code ********************/

/******************** Build Management Overview Screen ********************/
body .custom-build-management-block {

}

body .custom-build-management-block .card.card-w-title {
    border-left: 6px solid #ecf0f1;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

body .custom-build-management-block .custom-build-management-title {
    position: relative;
    padding-left: 10px;
}

body .custom-build-management-block .custom-build-management-title img {
    display: inline-block;
    padding: 10px;
}

body .custom-build-management-block .custom-build-management-title h3 {
    display: inline-block;
    position: absolute;
    font-size: 22px;
    font-weight: 600;
    padding: 14px 0 14px 6px;
    margin: 0;
}

body .custom-build-management-block .custom-build-management-app-generate-block {

}

body .custom-build-management-block .custom-build-management-app-generate-block .custom-build-management-app-type-title {
    position: relative;
}

body .custom-build-management-block .custom-build-management-app-generate-block .custom-build-management-app-type-title .build-management-productio {
    display: inline-block;
    padding: 17px 14px 17px 20px;
    font-size: 24px;
    margin: 0;
}

body .custom-build-management-block .custom-build-management-app-generate-block .custom-build-management-app-type-title h2 {
    display: inline-block;
    font-size: 22px;
}

body .custom-build-management-block .custom-build-management-app-generate-block .custom-build-management-app-type-title p {
    display: inline-block;
    position: absolute;
    top: 32%;
    left: 45%;
    margin: 0;
    font-size: 24px;
}

body .custom-build-management-block .custom-build-management-app-generate-block .custom-build-management-app-type-title button {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    margin: 12px 20px;
}

body .custom-build-management-block .custom-build-management-app-generate-block .custom-build-management-app-type-detail {
    margin: 0 20px;
}

body .custom-build-management-block .custom-build-management-app-generate-block .custom-build-management-app-type-detail p {
    margin: 0;
    padding: 0 42px 10px;
    color: #999;
}

body .custom-build-management-block .custom-build-management-app-generate-block .custom-build-management-app-type-detail .border-bottom {
    border-bottom: 1px solid #e8e8e8;
}

/******************** Build Management Overview Screen ********************/

body .a11 {
height: 50vh;
    overflow-y: auto !important;
}

body .a11 .a12 {
    position: relative;
    overflow: hidden;
}

body .a112 {
    padding: 10px 0;
}

body .a11 .a12 .a22 {
    display: inline-block;
}

body .a11 .a12 .a22 h3 {
    margin: 12px;
}

body .a11 .a12 .a33 {
    display: none;
}

body .a45 {
    display: none;
}

body .a11 .a12:hover .a45 {
    display: block;
    background-color: #f5f5f5;
    height: 48px;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: -2;
}

body .a11 .selectedVersion .a12:hover .a33 {
    display: none;
}

body .a11 .selectedVersion .a55 {
    left: -100%;
    height: 48px;
    width: 100%;
    position: absolute;
    top: 0;
    background-color: #e8e8e8;
    -webkit-animation: slide 0.5s forwards;
    -webkit-animation-delay: 0s;
    animation: slide 0.5s forwards;
    animation-delay: 0s;
    z-index: -1;
}

body .a112:last-child {
    border: none;
}

@-webkit-keyframes slide {
    100% {
        left: 0;
    }
}

@keyframes slide {
    100% {
        left: 0;
    }
}

body .a11 .a12:hover .a33 {
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 6px;
    padding: 12px 6px;

}

body .a11 .a12 .a44 {
    display: none;
}

body .a11 .selectedVersion .a12 .a44 {
    display: inline;
    position: absolute;
    top: 0;
    right: 6px;
    padding: 6px;
}

body .b11 {
    border-bottom: 1px solid #e8e8e8;
}

body .b11:last-child {
    border: none;
}

/******************** Simple Loader ********************/

.simple-loader {
    height: 14px;
    width: 14px;
    border: 4px solid #E31344;
    border-right-color: transparent;
    border-radius: 50%;
    animation: rotate 1s infinite linear;
    transform: translate(-50%, -50%);
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.height-30 {
    height: 30px !important;
}

/******************** Simple Loader ********************/

.custom-dot {
    height: 12px;
    border-radius: 50%;
    width: 12px;
    background-color: #fff;
    cursor: pointer;
}

.provisioning-stage span {
    float: left;
}

.proapps-lable, .proapps-lable-active {
    float: left;
    margin-top: 5px;
    margin-left: 8px;
}

.proapp-1 {
    float: left;
    padding: 2px;
    height: 20px;
    border-radius: 3px;
    margin: 6px 6px 6px 0;
    background-color: #999;
}

.proapp-1 .fa-check {
    color: #999 !important;
    font-size: 16px;
}

.proapp-active {
    float: left;
    padding: 2px;
    height: 20px;
    border-radius: 3px;
    margin: 6px 6px 6px 0;
    background-color: green !important;
}

.proapp-active .fa-check {
    color: #fff !important;
    font-size: 16px;
}

body .ui-overlaypanel .ui-overlaypanel-close {
    background: #e8e8e8 !important;
}

body .ui-overlaypanel .ui-overlaypanel-close:hover {
    background: #586263 !important;
}

body .ui-overlaypanel .ui-overlaypanel-close span:hover {
    color: #fff !important;
}

.process-stage-model {
    /* height: 60px;*/
}

.process-stage-model .process-stage-provisioning {
    float: left;
}

.process-stage-model .process-stage {
    float: right;
}

body .custom-input-switch .ui-inputswitch.ui-widget-content {
    border-radius: 10px !important;
    height: 17px !important;
}

@media screen and (max-width: 768px) and (min-width: 0px) {
    .connector-list-block .ui-g-3 {
        width: 100% !important;
    }

    /*.ui-datatable table{*/
    /*table-layout:inherit !important;*/
    /*}*/
    /*.ui-datatable-tablewrapper{*/
    /*width: 100%;*/
    /*max-width:100%;*/
    /*}*/
    .connectly-pro-left-border {
        border-left: none;
        padding-left: 0px !important;
        border-top: 2px solid #EFF3F4;
    }
}

@media screen and (max-width: 1024px) and (min-width: 0px) {
    .connectly-proapps-left-border {
        border: 0;
        padding: 0;
    }
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
    .connector-list-block .ui-g-3 {
        width: 50% !important;
    }

    .max-width.ui-g-6 {
        width: 60%;
    }

    .connectly-card-details {
        padding: 15px 10px 5px;
    }
}

@media screen and (max-width: 1300px) and (min-width: 1024px) {
    body .billing-sku-datatable .ui-datatable .ui-datatable-thead > tr th:first-child {
        width: 124px;
    }

    body .billing-sku-datatable .ui-datatable .ui-datatable-thead > tr th:last-child {
        width: 80px;
    }

    body .billing-sku-datatable .ui-datatable .ui-datatable-thead > tr th:nth-child(2) {
        width: 150px;
    }
}

@media screen and (max-width: 1441px) and (min-width: 1300px) {
    body .billing-sku-datatable .ui-datatable .ui-datatable-thead > tr th:first-child {
        width: 170px;
    }

    body .billing-sku-datatable .ui-datatable .ui-datatable-thead > tr th:nth-child(2) {
        width: 150px;
    }
}

@media screen and (max-width: 1441px) {
    body .vertical-alignment-helper .connectly-proapps-left-border {
        border: none;
        padding: 0 !important;
    }

    .add-component-icon {
        display: inline-block;
        margin-left: 20px;
        margin-top: 4px;
    }
}

@media screen and (min-width: 1441px) {
    .add-component-icon {
        display: inline-block;
        float: right;
        margin-top: 4px;
    }

    .connectly-group-detail-img {
        height: 200px;
    }

    .connectly-group-detail-img img {
        height: 200px;
    }

    .connectly-card-details {
        padding: 32px 20px 15px;
    }

    .connectly-card-details p {
        margin-top: 25px;
        margin-bottom: 14px;
    }

}

@media screen and (max-width: 1700px) and (min-width: 1500px) {
    .max-width.ui-g-12 {
        width: 50%;
    }

    .max-width-5 {
        width: 40%;
    }

    .max-width-4 {
        width: 36%;
    }

    .connector-list-block .ui-g-3 {
        width: 25% !important;
    }

    .max-width.ui-g-6 {
        width: 50%;
    }

    body .billing-sku-datatable .ui-datatable .ui-datatable-thead > tr th:first-child {
        width: 230px;
    }

    body .billing-sku-datatable .ui-datatable .ui-datatable-thead > tr th:nth-child(2) {
        width: 170px;
    }
}

@media screen and (max-width: 2000px) and (min-width: 1700px) {
    .ui-md-2 {
        width: 9% !important;
    }

    .ui-md-3 {
        width: 20% !important;
    }

    .max-width.ui-g-12 {
        width: 45%;
    }

    .max-width-5 {
        width: 30%;
    }

    .metric-card-width.ui-g-2 {
        width: 9%;
    }

    .max-width-4 {
        width: 22% !important;
    }

    .connector-list-block .ui-g-3 {
        width: 25% !important;
    }

    .max-width.ui-g-6 {
        width: 35%;
    }

    .connectly-group-theme-images {
        width: 25% !important;
    }
}

@media screen and (max-width: 2300px) and (min-width: 2000px) {
    .ui-md-3 {
        width: 15% !important;
    }

    .max-width.ui-g-12 {
        width: 38%;
    }

    .max-width-5 {
        width: 25%;
    }

    .metric-card-width.ui-g-2 {
        width: 10%;
    }

    .max-width-4 {
        width: 20% !important;
    }

    .ui-md-2 {
        width: 9% !important;
    }

    .connector-list-block .ui-g-3 {
        width: 20% !important;
    }

    .max-width.ui-g-6 {
        width: 30%;
    }

    .connectly-group-theme-images {
        width: 25% !important;
    }

}

@media screen and (max-width: 2600px) and (min-width: 2300px) {
    .ui-md-3 {
        width: 12% !important;
    }

    .max-width.ui-g-12 {
        width: 32%;
    }

    .max-width-5 {
        width: 25%;
    }

    .metric-card-width.ui-g-2 {
        width: 8%;
    }

    .max-width-4 {
        width: 16% !important;
    }

    .ui-md-2 {
        width: 8% !important;
    }

    .max-width.ui-g-6 {
        width: 25%;
    }

    .connectly-group-theme-images {
        width: 25% !important;
    }
}

@media screen and (max-width: 3000px) and (min-width: 2600px) {
    .ui-md-3 {
        width: 14% !important;
    }

    .max-width.ui-g-12 {
        width: 28%;
    }

    .max-width-5 {
        width: 25%;
    }

    .metric-card-width.ui-g-2 {
        width: 8%;
    }

    .max-width-4 {
        width: 18% !important;
    }

    .ui-md-2 {
        width: 7% !important;
    }

    .max-width.ui-g-6 {
        width: 25%;
    }

    .connectly-group-theme-images {
        width: 25% !important;
    }
}


