/*@import 'https://fonts.googleapis.com/css?family=Titillium+Web:400,700';*/

.pc-table {
    display: table;
    height: 100%;
    width: 100%;
    position: relative;
}

.pc-cell {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    width: 100%;
    text-align: center;
}


/*------
# Pincode
----*/

#pincode {
    align-items: center;
    display: flex;
    flex-flow: column nowrap;
    height: 100%;
    justify-content: center;
}

#pc_numbers {
    max-width: 300px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    display: block;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    transition: all 1s ease-out;
    opacity: 1;
}

/*#pc_numbers.hide {
    opacity: 0.3;
}*/

#pincode button {
    width: 70px;
    height: 70px;
    margin-bottom: 10px;
    background-color: #fff;
    border: 0;
    /*color: #fff;*/
    font-size: 25px;
    line-height: 50px;
    border-radius: 100%;
    opacity: 1;
    outline: 0;
    border: 1px solid #32cd32;
}

#pincode button:active {
    background-color: #6fdc6f;
    outline: 0;
}

#fields {
    max-width: 200px;
    padding: 0 20px;
    margin: 15px auto 30px;
    position: relative;
    display: block;
}

#fields .numberfield {
    text-align: center;
}

#fields .numberfield span {
    height: 12px;
    width: 12px;
    border: 1px solid #32cd32;
    background-color: transparent;
    border-radius: 100%;
    position: relative;
    display: inline-block;
    text-align: center;
}

#fields .numberfield.active span {
    background-color: #32cd32;
}

/*#fields .numberfield.right span {
    background-color: #272a2f;
    border-color: #272a2f;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}*/


/*------
# Toast Grid
----*/

.grid {
    list-style: none;
    margin-left: -20px;
}

.grid__col--1-of-3,
.grid__col--2-of-6,
.grid__col--4-of-12 {
    width: 33.33333%;
}

.grid__col--1-of-4,
.grid__col--2-of-8,
.grid__col--3-of-12 {
    width: 25%;
}

.grid__col {
    box-sizing: border-box;
    display: inline-block;
    margin-right: -.25em;
    min-height: 1px;
    padding-left: 20px;
    vertical-align: top;
}

.miss {
    -webkit-animation: miss .8s ease-out 1;
    animation: miss .8s ease-out 1;
}

@-webkit-keyframes miss {
    10%, 90% {
        transform: translate3d(-5px, 0, 0);
    }
    20%, 80% {
        transform: translate3d(5px, 0, 0);
    }
    30%, 50%, 70% {
        transform: translate3d(-10px, 0, 0);
    }
    40%, 60% {
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes miss {
    10%, 90% {
        transform: translate3d(-5px, 0, 0);
    }
    20%, 80% {
        transform: translate3d(5px, 0, 0);
    }
    30%, 50%, 70% {
        transform: translate3d(-10px, 0, 0);
    }
    40%, 60% {
        transform: translate3d(10px, 0, 0);
    }
}

.pc-footer {
    margin-top: 20px;
    color: #5A5A5A;
}

/* asterisk masking bcoz we used type="tel" for numpad which accept by phonegap/cordova */
input[type="tel"].custom-pincode {
    -webkit-text-security: disc;
}

.custom-dialog-title {
    text-align: center;
    font-size: 16px
}

.custom-dialog-content {
    margin-top: 10px;
    border-top: 2px solid #32CD32;
    padding: 0 10px;
    padding-top: 10px;
}

/* MAIN MENU */

.custom-btn-main {
    margin: 0 auto;
    height: 60px;
    margin-bottom: 20px;
    border-radius: 5px;
    max-width: 500px;
}

.custom-btn-main:before {
    content: '';
    width: 150px;
    height: 150px;
    background: #fff;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    position: absolute;
    top: -2px;
    right: -94px;
    opacity: 0.1;
}

.custom-btn-text-br {
    position: absolute;
    bottom: 0px;
    right: 25px;
    font-size: 2.1vmax;
}

.custom-img-btn {
    height: auto;
    width: 50px;
    position: absolute;
    left: 30px;
    bottom: 4px;
    filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.2));
}

.custom-gradient-blue {
    color: #fff;
    background: rgb(85,129,241);
    background: -moz-linear-gradient(90deg, rgba(85,129,241,1) 0%, rgba(17,83,252,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(85,129,241,1) 0%, rgba(17,83,252,1) 100%);
    background: linear-gradient(90deg, rgba(85,129,241,1) 0%, rgba(17,83,252,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5581f1",endColorstr="#1153fc",GradientType=1);
}

.custom-gradient-green {
    color: #fff;
    background: rgb(50,205,50);
    background: -moz-linear-gradient(90deg, rgba(50,205,50,1) 0%, rgba(18,159,18,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(50,205,50,1) 0%, rgba(18,159,18,1) 100%);
    background: linear-gradient(90deg, rgba(50,205,50,1) 0%, rgba(18,159,18,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#32cd32",endColorstr="#129f12",GradientType=1);
}

.custom-gradient-orange {
    color: #fff;
    background: rgb(255,203,82);
    background: -moz-linear-gradient(90deg, rgba(255,203,82,1) 0%, rgba(255,123,2,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255,203,82,1) 0%, rgba(255,123,2,1) 100%);
    background: linear-gradient(90deg, rgba(255,203,82,1) 0%, rgba(255,123,2,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffcb52",endColorstr="#ff7b02",GradientType=1);
}

.custom-gradient-violet {
    color: #fff;
    background: rgb(193,101,221);
    background: -moz-linear-gradient(90deg, rgba(193,101,221,1) 0%, rgba(92,39,254,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(193,101,221,1) 0%, rgba(92,39,254,1) 100%);
    background: linear-gradient(90deg, rgba(193,101,221,1) 0%, rgba(92,39,254,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c165dd",endColorstr="#5c27fe",GradientType=1)
}

.background-shape {
    width: 170px;
    height: 170px;
    background: #ff7b02;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    position: absolute;
    bottom: 110px;
    right: -25px;
    opacity: 0.1;
}

/*CHAT BOX / VIDEO */

.custom-chat-box {
    height: 75vh;
    max-width: 400px;
    right: 0;
    left: auto;
    -moz-border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
    border: solid 1px #A9A9A9;
}

.custom-icon-upload > input
{
    display: none;
}

.custom-icon-upload i
{
    width: 30px;
    cursor: pointer;
    font-size: 20px;
    margin-left: 5px;
    color: #454545;
}

div.custom-remote-playerlist {
    width: auto;
    height: 70vh;
    background: #5b5b5b;
    position: relative;
    border-radius: 10px
}

div.custom-local-player {
    width: 28vh;
    height: 21vh;
    position: absolute;
    bottom: 10px;
    left: 20px;
    border-radius: 10px;
    z-index:10;
}

div.custom-show-images {
    cursor: pointer;
    position: absolute;
    bottom: 12px;
    right: 0px;
    border-radius: 10px;
    z-index: 10;
    color: #FFA500;
}

@media screen and (min-width: 700px) {

    div.custom-local-player {
        width: 33vh;
        height: 25vh;
        position: absolute;
        bottom: 10px;
        left: 20px;
        border-radius: 10px;
        z-index:10;
    }

}

.custom-local-player div video {
    border-radius: 10px;
}

.custom-local-player div {
    border-radius: 10px
}

.custom-remote-playerlist div {
    border-radius: 10px
}

.custom-remote-playerlist div video {
    border-radius: 10px
}

/*SUBSCRIPTION*/

div.subscription-card-expandable {
    height: 8rem;
    box-shadow:none !important;
}

div.subscription-plans {
    display: flex;
    justify-content: space-evenly;
    margin-right: 30px;
    line-height: 18px;
    margin-top: 5px;
}

span.custom-plan-price {
    font-size: 32px;
    font-weight: bold
}

div.custom-plan-month{
    font-size: 12px;
    text-align: center
}

div.inclusion-list ul li{
    margin-bottom: 2px;
}

div.inclusion-list ul li::before {
    content: "\2022";
    color: #32cd32;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

div.inclusion-list div.block-title {
    margin:10px;
    font-size:20px;
    margin-top: 15px;
}

.custom-card {
    max-width: 650px;
    margin: auto;
}

.custom-card-scroll {
    max-width: 650px;
    margin: 0 auto;
    margin-bottom: 30px;
    margin-top: 15px;
}

a.tab-link.tab-active-orange {
    color: #ff7b02;
    outline: none;
}

.custom-center-div-content {
    display: flex;
    justify-content: center;
}

.custom-div-background-lightgray {
    margin: 10px;
    background: #f3f3f3;
    padding: 10px;
    border-radius: 5px;
}

.custom-title-name {
    font-size: 16px;
    font-weight: bold;
}

.custom-sub-title-name {
    font-size: 12px;
    color: #858585;
}

.mp-amaphil-fee {
    color:#ff7b02;
    font-size: 25px;
    font-weight: bold;
}

.mp-amaphil-fee:first-letter {
    font-size: 16px;
}

.mp-title-header {
    background: #ffcb52;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    font-size: 18px;
}

.custom-list-orange .list ul li .item-media span.material-icons {
    background-color: #ff7b02;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    color: #fff;
    font-size: 16px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.custom-list-orange .list ul li .item-inner {
    margin-left: 10px;
}

.custom-dashboard-icon {
    display: inline-flex;
    font-size: 4vh;
    color: #90EE90;
}

.custom-dashboard-number-count {
    color: #006400;
    font-size: 4vh;
    font-weight: bold;
}

.custom-dashboard-title-name {
    font-size: 1.8vh;
    color: #858585;
}

.custom-block-title-redorange {
    font-size: 20px;
    margin: 25px 0px 4px 5px;
    color: #ff4500;
}

.show__when_report {
    margin-right: 6px;
    padding: 3px 0;
}

.custom-dashboard-number-count-orange {
    color: #ff7b02;
    font-size: 4vh;
    font-weight: bold;
}

.custom-dashboard-icon-orange {
    display: inline-flex;
    font-size: 4vh;
    color: #ffcb52;
}

span.custom-dialog-label {
    font-size: 12px;
    color: #ff7b02;
}

div.custom-dialog-input-field input.dialog-input {
    margin: 0px;
}

div.custom-dialog-input-field .input {
    margin: 10px;
}

span.material-icons span.custom-badge-alignment {
    position: absolute;
    left: 49px;
    top: 8px;
    border: 1px white solid;
}

.custom-treeview-s1 {
    background: #eee;
    padding: 5px;
    border-radius: 5px;
    margin: 10px 0;
}

i.custom-orange-icon {
    color: #ff7b02 !important;
}

.custom-nav-title {
    text-align: center;
    font-size: 1.5rem;
    padding: 25px 0px;
    color: #006400;
    line-height: 10px;
}

.custom-background-header {
    position: relative;
}

.custom-background-header::before {
    position: fixed;
    left: 0px;
    right: 0;
    top: 0px;
    content: "";
    display: block;
    height: 110px;
     /*border-bottom-left-radius: 40%;
     border-bottom-right-radius: 40%;*/
    background: #32CD32;
}

.custom-background-header>div.block {
    margin-top: 10px !important;
}


.custom-main-label-green {
    color: #006400;
    font-size: 1.1rem;
}

.custom-main-icon-green {
    color: #32CD32;
    font-size: 2.5rem;
}

.custom-page-content-background {
    background: #f7f7f7;
}

.custom-sub-nav-title {
    font-size: 0.8rem;
    font-style: italic;
}

.custom-div-card {
    background: #fff;
    padding: 1px 0px;
    border-radius: 5px;
}

/* MAIN MENU ITEMS */

.custom-btn{
    height: 70px !important;
    margin-bottom: 15px;
    background-color: #FFF;
    text-transform: none;
    color: #353535;
}
.custom-btn .custom-icon {
    display: grid;
    height: 70%;
    margin: 10px 0px 0 16px;
    filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.2));
}
.custom-btn .custom-title-main-menu {
    display: block;
    font-weight: 400;
    text-align: right;
    margin-right: 3px;
    color: #fff;

}

a.col-50.tablet-33.button.button-big.custom-btn {
    line-height: 0;
}

.dv-shadow {
    background: transparent;
    width: 440px;
    height: 10px;
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    transform: rotate(-30deg);
    position: absolute;
    top: -37px;
    left: -40px;
    -webkit-box-shadow: 0 -6px 10px 0 rgba(45, 45, 45, 0.1);
    -moz-box-shadow: 0 -6px 10px 0 rgba(45, 45, 45, 0.1);
    box-shadow: 0 -6px 10px 0 rgba(45, 45, 45, 0.1);
    z-index: -1;
}

.button.button-fill.color-linear-blue{
    background: #06beb6;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #48b1bf, #06beb6);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #48b1bf, #06beb6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.button.button-fill.color-linear-violet{
    background: #9D50BB;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #6E48AA, #9D50BB);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #6E48AA, #9D50BB); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.button.button-fill.color-linear-orange{
    background: #F7971E;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #ffc02d, #F7971E);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #ffc02d, #F7971E); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.button.button-fill.color-linear-green{
    background: #129f12;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #32cd32, #129f12);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #32cd32, #129f12); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.button.button-fill.color-linear-red{
    background: #f95f54;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #FF4B2B, #f95f54);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #FF4B2B, #f95f54); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

span.custom-title-100.custom-btn-100{
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: bolder;
    font-size: 2.1vh;
    position: absolute;
    right: 10px;
    top: 30px;
    color:#fff;
}
.custom-btn-100{
    position: fixed;
    height: 75% !important;
}

.custom-plain-widget {
    line-height: 17px;
    background: #f2f2f6;
    width: 100%;
    position: relative;
    padding: 13px;
    margin-bottom: 15px;
    border-radius: 5px;

}

.custom-card-header-title-orange {
    color: #ff4500;
    font-size: 14px;
    font-weight: bolder;
    display: inline-flex;
}

.psy-availability-remarks {
    font-size: 12px;
    color: #858585;
    width:auto;
    height:40px;
    display:block;
    padding:5px;
    /*overflow-x:scroll;*/
    background: #f5f5f5;
    border-radius: 5px;
}

.sign-up-for {
    background-color: #f2f2f7;
    padding: 1px;
    position: sticky;
    bottom: 1px;
}

.sign-up-for p {
    text-align: center;
    margin: 10px;
    font-size: 20px;
    font-weight: bolder;
}

.selected-plan {
    padding: 3px;
    text-align: center;
    color: #32cd32;
    background: #fff;
    border-radius: 5px;
}

.selected-plan strong {
    font-size: 28px;
}

div.selected-plan span:first-child {
    font-size: 17px;
    padding-right: 2px;
}

.selected-plan span {
    font-size: 12px;
}

.flex-4 {
    -ms-flex: 4;
    flex: 4;
}

.flex-6 {
    -ms-flex: 6;
    flex: 6;
}

.custom-bg-with-border {
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    padding: 5px;
    background: #f2f2f2;
}

.custom-linear-red{
    background: #f95f54;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #FF4B2B, #f95f54);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #FF4B2B, #f95f54); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.sheet-radius-top-left-right {
    border-radius: 12px 12px 0px 0px;
}

.custom-sheet-height {
    height: 80%;
}

.custom-treeview-s2 {
    background: #eee;
    padding: 5px;
    border-radius: 5px;
}

/* SUBSCRIPTION PATIENT HOME */


.custom-linear-blue {
    /*background:linear-gradient(to right, #074c00, #42A341, #a0db84);
    background:linear-gradient(to right, #29bb1a, #47c646, #B8E2A3);
    background: linear-gradient(to right, #6E48AA, #9D50BB);*/
    background:linear-gradient(-120deg, #021B79, #0575E6, #205E9B);

}

.font-15 {
    font-size: 15px;
}

.premium-card {
    position: relative;
    padding: 10px;
    border-radius: 5px;
}

.premium-label {
    color: #a9a9a9;
    font-size: 12px;
}

.premium_status {
    color: #ffe4c4;
}

.premium-bg {
    clip-path: polygon(100% 0%, 100% 51%, 100% 100%, 25% 100%, 0% 50%, 25% 0%);
    background-color: #fff;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 5px;
    opacity: 0.09;
}

.premium-details {
    color: #fff;
    position: inherit;
}

.premium-title-header {
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center;
    color: #858585;
}

.premium_view_inclusions {
    border-top: solid 1px #fff;
    margin-top: 10px;
}

.premium_view_inclusions button {
    text-align: end;
    color:#fff;
    padding-top: 5px;
}

div#show_patient_picture {
    text-align: center;
    /*background: #32cd32;*/
    font-size: 14px;
    padding: 5px;
    color: #fff;
    cursor: pointer;
}

.send-attachment-btn {
    background: #32cd32 !important;
    font-size: 1rem !important;
    font-weight: bold !important;
    color: #fff !important;
}

.cancel-attachment-btn {
    background: #FF4B2B !important;
    font-size: 1rem !important;
    font-weight: bold !important;
    color: #fff !important;
}