@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap');

/* Define multi-location color variables to be reused in multiple contexts like labels. */
:root {
    --loc-1-color: #98FB98;
    --loc-2-color: #AFEEEE;
    --loc-3-color: #FF9800;
}

* {
    outline: none !important;
}

a {
    text-decoration: none !important;
}

html,
body {
    width: 100%;
    height: 100%;
}

body {
    background: #fff;
    font-size: 15px;
    color: #454545;
    overflow-x: hidden
}

ul li {
    list-style: none
}
/* Common CSS */
a {
    color: #061836;
}

.bg-theme {
    /*	background: #2F3E9E;*/
    background: #3E8EF7;
}

.bg-theme-light {
    /*	background: #e5e8f7;*/
    background: #eee;
}

.btn-primary {
    background: #3E8EF7;
}

    .btn-primary:hover {
        background: #3E8EF7;
    }

.btn-crud {
    color: #061836;
}

    .btn-crud:hover {
        color: #0056b3;
    }

.btn-left-form {
    line-height: 40px;
    width: 49%;
    padding: 0;
    text-align: center
}

    .btn-left-form:first-child {
        margin-right: 2% !important;
    }

.card-box-style {
    padding: 10px;
    border-radius: 3px;
    margin: 15px 0;
    -webkit-box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.35);
    box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.35);
}

.badge-purple {
    background: #9d63d8;
    color: #fff;
}


@media (max-width: 991.98px) {
    body {
        font-size: 14px
    }

    .md-px-2 {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
}

fieldset {
    min-width: 0;
    padding: 4px 20px 8px;
    border: solid 1px #3E8EF7;
    margin-top: 18px;
    border-radius: 7px;
}

legend {
    width: auto;
    padding: 0 8px;
    font-size: 16px;
}

.category-menu {
    width: 255px;
    left: -255px;
    background: #fff;
    margin-top: 20px;
    visibility: hidden;
    z-index: 99;
    background: #fff;
    position: fixed;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

    .category-menu.active {
        margin: 0;
        left: 0;
        visibility: visible;
    }
/* Card section*/
.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(255,255,255,0.5);
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.card-border {
    border-top: solid 4px #3e8ef7;
}

.card .pull-left {
    float: left !important;
}

.card .pull-right {
    float: right !important;
}

/* tab custom css */
.tab-header-design .nav-item {
    font-size: 15px !important;
    padding: .1rem .1rem !important;
}

.tab-header-design .nav-link {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

.nav-link.active {
    background-color: blue !important;
    background-color: #3e8ef7 !important;
    color: #ffffff !important;
    font-weight: 500;
    border-top: solid 2px #000000;
    border-left: solid 2px #000000;
    border-right: solid 2px #000000;
    border-bottom: none;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef transparent #dee2e6;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-color: transparent
}
/* Navbar */

.navbar {
    padding: 0.5rem 1rem;
}

.navbar-title {
    text-align: center !important;
    align-content: center !important;
    font-size: 18px;
    font-weight: 400;
    display: inline
}

.dark .navbar-title,
.blue .navbar-title {
    color: white;
}

@media(max-width: 600px) {
    .navbar-title {
        display: none
    }
}

.navbar .menu-font {
    font-size: 15px;
}

.bg-theme .nav-link {
    color: #fff !important;
}

.nav-user {
    position: relative;
}

.user_dropdown {
    position: absolute;
    right: -7px;
    top: 52px;
    width: 300px;
    border: none;
}

.user_dropdown_none {
    visibility: hidden;
    opacity: 0;
    transition: all linear 0.3s;
    margin-top: 20px;
}

.user_dropdown_show {
    visibility: visible;
    opacity: 1;
    transition: all linear 0.3s;
    margin-top: 0;
}

@media(max-width:1199px) {
    .user_dropdown_show {
        visibility: hidden;
        opacity: 0;
    }
}

.user_dropdown .card {
    border: none;
    border-radius: 0 !important;
}

    .user_dropdown .card .btn {
        border: solid 1px #bbb;
    }

.user_dropdown .card-header {
    background: #3E8EF7;
    color: #fff;
    border-radius: 0 !important;
}

.dropdown-menu {
    z-index: 9999 !important;
}

    .dropdown-menu .dropdown-item {
        border-bottom: 1px solid #eee;
        font-size: 15px
    }

        .dropdown-menu .dropdown-item:last-child {
            border-bottom: none
        }

.dropdown-item:focus, .dropdown-item:hover {
    background-color: #eee
}

#ClientCards {
    min-width: 250px;
    max-width: 250px;
}

/* Left Menubar */
#sidebar {
    background: #fff;
}
/* Search section*/
#search i {
    position: absolute;
    top: 13px;
    right: 15px;
    cursor: pointer;
    font-size: 16px;
    color: #454545
}
/* Accordion section*/
#accordion {
    overflow-y: scroll;
    height: calc(100vh - 57px) !important;
    z-index: 1000;
}

@media(max-width: 768px) {
}

@media(max-width:414px) {
    #accordion {
        height: calc(100vh - 57px) !important;
    }
}

@media(max-width:375px) {
    #accordion {
        height: calc(100vh - 57px) !important;
    }
}

@media(max-width:320px) {
    #accordion {
        height: calc(100vh - 57px) !important;
    }
}

.accordion-area {
    margin: 7px 5px;
    border: 1px solid rgba(62, 142, 247, 0.7);
}

#accordion .card, #accordion .card-header {
    border: none;
    margin: 0;
}

#accordion .btn-link {
    color: #454545;
    text-decoration: none
}

.accordion-area .dropdown-menu {
    position: relative !important;
    transform: none !important;
    border: none
}

    .accordion-area .dropdown-menu .dropdown-item {
        border: none
    }

.accordion-area .dropdown-toggle::after {
    display: none
}

.accordion-area .card-header [aria-expanded="true"] i {
    /*transform: rotate(90deg)*/
}

.accordion-area .card-header .number {
    font-size: 13px
}

.accordion-area .card-body .nav-item.dropdown {
    display: table;
    width: 100%
}

.accordion-area .name-title {
    /*margin-left: 25px;*/
    cursor: pointer;
}

.accordion-area .card-body li {
    margin-left: 12px;
    display: table
}

.accordion-area .card-body .dropdown-item {
    font-size: 13px;
    padding: 0 9px;
    margin-top: -6px;
}
/*
@media (max-width: 991.98px) { 
	#sidebar {
		display: none;
	}
}
*/

.user_dropdown_arrow {
    width: 1px;
    height: 1px;
    border-style: solid;
    border-width: 10px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    right: 10px;
    top: -21px;
}

#sidebar a {
    padding: 10px 25px;
    color: #333;
    font-size: 16px;
}

.main-content {
    width: 85%;
    float: left;
    padding-top: 70px;
    background: #F3F6F9;
}

@media (max-width: 1100px) {
    .main-content {
        width: 83%;
    }
}

@media (max-width: 1100px) and (min-width: 992px) {
    #accordion h5 {
        font-size: 14px
    }
}

@media (max-width: 991.98px) {
    .main-content {
        width: 100%;
    }

    .card {
        /*margin-top: 30px*/
    }
}

@media (max-width: 567px) {
    .card {
        margin-top: 0px
    }
}

#sidebar a i {
    margin-right: 15px;
    font-size: 20px;
    transform: translateY(1px);
    color: #707070;
}

/* Form */
.form-control {
    height: 40px;
    padding: 3px 6px;
    font-size: 15px;
    border: 1px solid #bebebe;
    /*	border: 1px solid #bebebe !important;*/
    /*
	width: 100% !important;
	margin: 2px 0
*/
}

.form-group label {
    margin-bottom: 0.1rem !important;
    font-size: 15px;
}

.form-group {
    margin-bottom: 0.5rem;
}


/* According */
.accordion .card {
    margin-bottom: 10px;
    border-radius: 0;
}

.accordion > .card .card-header {
    padding: 5px 8px;
    background: #46494E;
}

.accordion > .card .btn-link {
    font-weight: 700;
    color: #fff;
    text-align: left;
    text-decoration: none;
}

.tab-content {
    background: #fff;
    padding: 0px;
}

/* custom table as grid */
.custom-table th {
    background-color: #c2daf9;
    border-bottom: 2px solid #dee2e6 !important;
}

.custom-table, .custom-table th, .custom-table td {
    border: solid 1px #dee2e6;
    position: relative
}

    .custom-table th, .custom-table td:not(.menu-modal-column) {
        font-size: 12px !important;
        line-height: 40px !important;
        padding: 0px !important;
        text-align: center;
    }

.editablegrid th, .editablegrid td {
    white-space: nowrap;
    padding: 0px 10px 0px 10px !important;
}

.editablegrid td {
    padding: 0 !important;
}
/*---- CHECKBOX -------*/
.hide {
    display: none;
}

.check_submit label::before {
    position: absolute;
    content: "";
    height: 19px;
    width: 19px;
    left: 50%;
    top: 11px;
    border: 1px solid transparent;
    transform: translateX(-50%);
    border-color: #3E8EF7;
    color: #fff;
}

.check_submit input[type="checkbox"]:checked + label::before {
    font-size: 12px;
    line-height: 19px;
    position: absolute;
    text-align: center;
    content: "\f00c";
    font-weight: 300;
    font-family: "FontAwesome";
    background-color: #3E8EF7;
}

.contact-list {
    line-height: 40px;
}

.category-menu .card-header:first-child {
    margin-bottom: 0 !important;
    border-right: 1px solid rgba(0,0,0,.125);
    background-color: rgb(230, 239, 251);
}

.category-menu .card-header {
    padding: .4rem .55rem !important;
}

.category-menu #accordion {
    border-right: 1px solid rgba(0,0,0,.125);
}

.client-explorer-unpin {
    transform: rotate(90deg);
    padding-top: 10px;
    font-size: 13px;
}

.client-explorer-pin {
    transform: rotate(0deg);
    padding-top: 6px;
    font-size: 13px;
}

.client-explorer-unpin.new {
    padding-top: 0.1rem !important;
    font-size: unset !important;
    font-size: 0.75rem !important;
}

.client-explorer-pin.new {
    padding-top: unset !important;
    font-size: unset !important;
    font-size: 0.75rem !important;
}

#search .input-group-text {
    padding: .375rem .5rem !important;
}

.input-cross-button {
    position: fixed;
    z-index: 555555;
    margin-left: 173px;
    margin-top: 10px;
}

.client-explorer-header.card-header {
    padding: .1rem 1.25rem .0rem .0rem !important;
}

    .client-explorer-header.card-header a {
        padding: 0px 0px 0px 8px;
    }

.client-explorer-body {
    font-size: 13px !important;
}

    .client-explorer-body .text-block {
        margin-bottom: 5px;
    }

    .client-explorer-body .pet-name {
        font-size: 1rem;
    }

    .client-explorer-body .breed-name {
        font-size: 12px;
    }

.text-block .pet-icon {
    margin-left: 25px !important;
    font-size: 1rem !important;
}

.client-explorer-dropdown {
    position: absolute;
    right: 1px;
    top: 1px;
}

    .client-explorer-dropdown .a-button {
        width: 50px;
        height: 20px;
        border: 1px solid #999;
        line-height: 17px;
        border-radius: 2px;
        cursor: pointer;
        font-size: 12px;
        background-color: #fff;
    }

    .client-explorer-dropdown .dropdown-menu {
        margin-left: 100px;
        min-width: 6rem !important;
    }

.hover-none:hover {
    text-decoration: none !important;
    color: #454545 !important;
}

.header-search {
    padding-right: 7px !important;
    padding-left: 5px !important;
    max-width: 173px;
}

#search .input-group > .form-control:not(:first-child) {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

/* non responsive class */
@media (max-width: 768px) {
    .non-responsive {
        display: none !important;
    }

    .category-menu.active {
        border-right: 1px solid #3e8ef7;
        background-color: #ccc;
    }

    #accordion::-webkit-scrollbar {
        width: 5px;
        background-color: #F5F5F5;
    }

    #accordion::-webkit-scrollbar-thumb {
        border-radius: 8px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,1,221,.3);
    }
}

@media (max-width: 767px) {
    .non-responive-padding {
        padding-top: 10px !important;
    }
}

@media (min-width: 768px) {
    .non-responive-padding {
        padding-left: 0px !important;
    }
}

.blue-thin-button {
    height: 25px !important;
    line-height: 25px !important;
    padding: 0px 7px 0px 7px !important;
    font-size: 14px !important;
    margin: 0px !important;
    margin: 2px !important;
}

.pd-all-10 {
    padding: 10px !important;
}

.white {
    color: #ffffff !important;
}

.black {
    color: #000000 !important;
}

.red {
    color: #ff0000 !important;
}

.dark-red {
    color: #bd1c1c !important;
}

.green {
    color: green !important;
}

.bg-green {
    background-color: #54cc46;
}

.bg-red {
    background-color: #ff0000;
}
/* Login Form */
.login-body {
    background: #f9f9f9;
}

.login-form {
    margin-top: 120px;
}

    .login-form .card-header {
        background: #f9f9f9;
    }

.field-wrap {
    position: relative;
}

    .field-wrap .form-control {
        padding-left: 40px;
    }

.field-icon {
    position: absolute;
    left: 15px;
    top: 13px;
    color: #666;
}

.sidebar-loader {
    position: absolute;
    left: 50%;
    top: 75px;
    transform: translate(-50%, -50%);
    width: 25px;
    height: 25px;
}

.bg-gray {
    background-color: rgba(230, 230, 230,0.5) !important;
}

.bg-blue {
    background-color: rgb(230, 239, 251) !important;
}

.card-header:first-child {
    /*background-color: rgb(230, 239, 251) !important;*/
    margin-bottom: 5px !important;
}

.font-bold {
    font-weight: bold !important;
}
/*Custom color*/
.orange {
    color: orangered !important;
}
/*end custom color*/
/*Custom bg colors*/
.bg-yellow {
    background-color: #ffe969 !important;
}
/*End:  Custom bg colors*/
.emoji-img-icon {
    height: 20px !important;
    margin-right: 2px !important;
    vertical-align: top !important;
}
/*pet/client Card */
.custom-card-header {
    height: 40px !important;
    padding: 6px 0px 0px 10px !important;
}

.card-list li {
    line-height: 1.8;
}

.card-warning {
    margin-bottom: 8px !important;
}

.card-top {
    padding-bottom: 1.8rem !important;
}

.card-top-icon {
    transform: translate(0px, 3px);
    font-size: 24px;
}

.card-bottom {
    padding-top: 14px;
    border-top: solid 1px #ccc;
    text-align: center;
}

    .card-bottom span {
        font-weight: bold;
        margin-right: 15px;
    }

.card-table td {
    text-align: left;
    font-size: inherit !important;
    line-height: 1.8 !important;
}

@media only screen and (max-width: 767px) {
    .media-carousel-box {
        /*add this class on media div*/
        flex-direction: column;
    }

    .pet-carousel {
        width: 100%;
    }

        .pet-carousel .carousel-item img {
            width: 100%;
            height: 200px;
        }

    .media-carousel-box .media-body {
        margin-top: 15px;
    }

        .media-carousel-box .media-body.border-right {
            border-right: 0 none !important;
        }

    .vet-name-box {
        /*add this class on col-md-6 div where this content belong div*/
        padding-left: 1rem !important;
        padding-bottom: 20px;
    }
}
/* end: pet card */
/* start: toggle*/
.toggle.btn-primary {
    border: 1px solid #357ebd;
    background-color: #3E8EF7;
}

.toggle.btn-default {
    border: 1px solid #ccc;
    background-color: #e6e6e6;
}

.toggle-group {
    display: flex;
    align-items: center;
}

    .toggle-group > label {
        background-color: none;
        border: none;
    }

.toggle-handle {
    border: #ccc 1px solid;
    background-color: white;
}
/* end: toggle*/

/* start: groom*/
.input-group-prepend {
    justify-content: center;
}

#giftcard-search .input-group-text {
    padding: .375rem .75rem;
}

.input-group-text {
    padding: 0;
    width: 100%;
    justify-content: center;
}

@media(max-width:576px) {
    .tab-edit {
        padding: 0;
    }
}

@media(max-width: 1275px) {
    /* .checkbox-groom-label {
        font-size: 0.8rem !important;
    } */
}

@media(max-width: 1200px) {

    .card-box-style .input-group-prepend, .input-group-prepend .input-group-append {
        width: 30%;
    }

    .card-box-style .input-group-prepend, .input-group-prepend .input-group-append {
        width: 30%;
    }

    #search .input-group-prepend {
        width: 15% !important;
    }

    .input-group-prepend, .input-group-append {
        /*width: 30%;*/
        width: 10%; /*Saiful modified on 9/9/2019*/
    }

    .overflowing-title {
        display: none;
    }
}

@media(max-width: 1155px) {
    /* .checkbox-groom-label {
        font-size: 0.65rem !important;
    } */

    .groom-option {
        width: 90% !important;
    }
}

@media(max-width:991px) {
    /* .input-group-prepend {
        display: flex;
    }

    .dollar-input {
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
    } */

    .groom-option {
        width: 100% !important;
    }

    .edit-group-first {
        margin-bottom: 20px;
    }

    .overflowing-title {
        display: inline-block !important;
    }
}

@media(max-width: 720px) {
    /* .checkbox-groom-label {
        font-size: 0.8rem !important;
    } */
    /* .input-group-prepend {
        display: none;
    }
    .dollar-input {
        border-top-left-radius: 0.25rem !important;
        border-bottom-left-radius: 0.25rem !important;
    } */
}

@media(max-width: 585px) {
    /* .checkbox-groom-label {
        font-size: 0.7rem !important;
    } */
}

@media(max-width: 540px) {
    /* .checkbox-groom-label {
        font-size: 0.65rem !important;
    } */

    .groom-option {
        width: 90% !important;
    }
}

@media(max-width: 410px) {
    .checkbox-label {
        font-size: 0.7rem !important;
    }
}

@media(max-width: 480px) {
    .checkbox-label {
        font-size: 0.65rem !important;
    }

    .groom-option {
        width: 85% !important;
    }

    .groom-toggle-container {
        max-width: 25%;
        flex: 0 0 25%;
    }

    .groom-price-container {
        max-width: 33.33333%;
        flex: 0 0 33.33333%;
    }

    .groom-dropdown-container {
        max-width: 41.6667%;
        flex: 0 0 41.6667%;
    }
}

@media(max-width: 360px) {
    .checkbox-label {
        font-size: 0.65rem !important;
    }
}

button.split-btn-drop:active {
    background-color: #162265 !important;
}

button.split-btn-drop:focus {
    background-color: #162265 !important;
}

.appointments {
    margin: 0;
}

    .appointments .nav-link {
        height: 30px !important;
        padding-top: 0;
        padding-top: 0;
        display: inline-flex;
        align-items: center;
    }

    .appointments hr {
        margin: 0.5rem 0 0.5rem 0;
    }

    .appointments .tab-pane .custom-card-header {
        padding: 0 !important;
    }

    .appointments .input-group-prepend {
        min-width: 25px;
    }

    .appointments .tab-pane select.form-control {
        padding-top: 0;
        padding-top: 0;
    }

    .appointments .duration-input {
        text-align: right;
    }

.form-control-textarea {
    height: 5rem !important;
}

.no-spin::-webkit-outer-spin-button,
.no-spin::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.no-spin[type=number] {
    -moz-appearance: textfield;
}


@media screen and (max-width: 576px) {
    .appointment-container {
        box-shadow: none !important;
        border: none;
        border-top: 1px solid rgba(0,0,0,.125);
        border-radius: 0;
    }
}

@media screen and (min-width: 992px) {
    .card-columns > .recur-allowed:first-child {
        min-height: 176px;
    }

    .card-columns > .recur-allowed:nth-child(2) {
        min-height: 141px;
    }

    .card-columns > .recur-allowed:nth-child(3) {
        min-height: 90px;
    }

    .card-columns > .recur-allowed:nth-child(4) {
        min-height: 195px;
    }

    .card-columns > .singlepet:nth-child(2) {
        min-height: 332px;
    }

    .card-columns > .card:last-child {
        min-height: 650px;
        height: 98%;
    }

    .card-columns > .card:last-child {
        min-height: 650px;
        height: 98%;
    }

    .recur-disallowed {
        min-height: 206px;
    }
}
/*
@media screen and (max-width: 720px) {
    .tab-pane .card-body {
        padding: 0.5rem;
    }
}*/


.card-columns {
    column-count: 2 !important;
    column-gap: 1rem !important;
    grid-row-gap: 1rem !important;
}

@media screen and (max-width: 992px) {
    .card-columns {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
}
/* end: groom appointment*/

/* start: boarding*/
.action-btn-container {
    display: flex;
    height: 30px;
    width: 100%;
    justify-content: center;
}

.dropdown-container {
}

.dropdown-menu.show {
    left: -35px !important;
}

    .dropdown-menu.show.show-default {
        left: unset !important;
    }

.pickup-delivery-note {
    display: none;
}

.appointment-btns {
    font-size: 0.75rem !important;
}

@media(max-width: 1150px) {
    .emergency {
        font-size: 0.6rem !important;
    }
}

@media(max-width:991px) {
    .emergency {
        font-size: 0.75rem !important;
    }
}

@media(max-width: 767px) {
    .media {
        border-bottom: 1px solid #dee2e6 !important;
    }
}

@media(max-width: 430px) {
    .card-title {
        font-size: 0.8rem !important;
        margin: 0;
    }

    .special-note {
        font-size: 0.55rem !important;
    }

    .boarding-option {
        font-size: 0.8rem !important;
    }

    .print-btn {
        transform: scale(0.8);
    }

    .appointment-btns {
        font-size: 0.6rem !important;
    }
}

@media(max-width: 390px) {
    .boarding-option {
        font-size: 0.5rem !important;
        margin-right: 0 !important;
        margin-left: 0.2rem !important;
    }

    .dropdown-container {
        /*padding-right: 2rem !important;
        margin-right: 0 !important;*/
    }

    .special-note-title {
        font-size: 0.55rem !important;
    }
}
/* end: boarding appointment*/

/* Landing Page CSS */
.expanded {
    display: inline-block;
}

.collapsed {
    display: none;
}

.pet-pic-link {
    min-width: 300px;
    min-height: 300px;
}

.pet-pic {
    min-width: 100%;
    min-height: 200px;
}

.edit-btn {
    cursor: pointer;
    transform: scale(1.3);
}

.appointment {
    box-shadow: 0 0 1rem rgba(0,0,0,.075) !important;
}

@media (max-width:768px) {
    .expanded {
        display: none;
    }

    .collapsed {
        display: inline-block;
    }
}

/* Logo Column CSS */

.logo {
    max-height: 150px;
    min-width: 150px;
    min-height: 150px;
    max-width: 150px;
}

@media (max-width: 650px) {
    .logo {
        max-height: 75px;
        min-width: 75px;
        min-height: 75px;
        max-width: 75px;
    }

    .portal-title {
        font-size: 22px
    }

    .portal-description {
        font-size: 12px
    }
}
/* End Logo Column CSS */

/* Appointment Wizard CSS */

.client_portal {
    position: fixed;
    height: 70%;
    box-sizing: content-box;
    border: none;
    background-color: transparent;
}

.client_portal_btns {
    margin: 10px;
    width: 250px;
    min-width: 250px;
}

.client_portal_options_container {
    background-color: white;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#appointment_type_options {
    top: 0;
    left: 0;
}

#boarding_appointment_time_options {
    opacity: 0;
    top: 0;
    left: 550px;
}

#daycare_appointment_time_options {
    opacity: 0;
    top: 0;
    left: 550px;
}

#grooming_appointment_time_options {
    opacity: 0;
    top: 0;
    left: 550px;
}

#pet_selection_options {
    opacity: 0;
    top: 0;
    left: 550px;
}

#grooming_service_selection_options {
    opacity: 0;
    top: 0;
    left: 550px;
}

.available_date_time_options {
    width: 100%;
}

.date-header {
    height: 60px;
    background-color: rgba(0, 0, 0, 0.03) !important;
    margin-bottom: 0 !important;
}

.date-container {
    height: 100%;
    width: 90%;
}

.angle-container {
    width: 10%;
    height: 100%;
}

.date-control {
    background-color: gray;
    border-radius: 50px;
    width: 50px;
}

.closed {
    background-color: #f87d7d !important;
}

.date-select {
    color: black !important;
    display: flex;
    justify-content: start;
}

    .date-select:hover {
        color: #0056b3 !important;
    }

.arrow_angle {
    transform: rotate(90deg) scale(2);
    transition: all 0.3s ease-in;
}

.rotate_angle {
    transform: rotate(-90deg) scale(2);
}

.pet_selected {
    background-color: #00d150;
}

.unchecked {
    opacity: 0;
    transition: all 0.2s ease-in;
}

.checked {
    opacity: 1;
    transition: all 0.2s ease-in;
}

.toggle-handle {
    border: #ccc 1px solid;
    background-color: white;
}

.toggle-off {
    background-color: #e6e6e6;
    border: #adadad 1px solid;
}

.portal_component {
    transition: all 0.6s ease-in;
    width: 100%;
    background-color: white;
    border: 1px solid rgba(0,0,0,0.125);
    border-radius: .25rem;
    margin-bottom: 4rem;
}

.back-next-btn {
    min-width: 80px;
    min-height: 40px;
    max-width: 80px;
    max-height: 40px;
}

.new-apt-btn {
    min-height: 30px;
    max-height: 30px;
    /* min-width: 150px;
        max-width: 150px; */
    line-height: 0px;
}
/* End Appointment Wizard CSS */

/* End Landing Page CSS */

/* Start Dashboard Page CSS */
.dashboard-date {
    font-size: 1.2rem;
}

.num-container {
    min-width: 100px;
}

.status {
    border-bottom: 2px solid #17a2b8;
}

.nav-link.active.status {
    background-color: #fff !important;
    color: #343a40 !important;
}

@media (max-width:768px) {
    .dashboard-date {
        font-size: 1rem;
    }
}

.pet-breed {
    font-size: 12px;
    font-weight: bold;
}

.search_bar_container {
    display: flex;
    flex-direction: row;
    margin-bottom: 6px;
}

.search_bar {
    width: 33%;
    height: 35px;
    min-height: 35px;
    margin: 0;
    padding: 0 8px 0 8px;
    font-size: 15px;
    font-weight: 400;
    border-radius: 5px 0 0 5px;
    border: 1px rgb(211, 211, 211) solid;
    border-right-width: 1px;
    outline: none;
}

    .search_bar:focus {
        border-color: #002c8a;
    }

.submit_button {
    width: 15%;
    height: 35px;
    padding: 0;
    border: 1px rgb(211, 211, 211) solid;
    background-color: rgb(248, 248, 248);
    border-radius: 0 5px 5px 0;
    outline: none;
    border-left: none;
}

    .submit_button:hover {
        background-color: #d4d4d4;
    }

.pet-tab-option {
    font-size: 1.2rem;
}

@media (max-width: 540px) {
    .pet-tab-option {
        font-size: 1rem;
    }
}
/* Dashboard Tab  Menu CSS */
.pet-dash-tab-header {
    padding: 0.25rem !important;
}

.pet-dash-tab-cell {
    font-size: 14px !important;
    /*height: 20px !important;*/
    /*width: 50px !important;*/
    line-height: unset !important;
}

.dropdown-menu.show.pet-action {
    left: -60px !important;
}

/*.pet-dash-tab-header:first-child {
    width: 7%;
    max-width:30px;
}

/*.pet-dash-tab-cell:first-child {
    width: 7%;
    min-width: 50px;
    /*max-width: 30px;*/


/*.pet-dash-tab-header:nth-child(2) {
    /*width:21%;*/
/*width:25%;
}*/

/*.pet-dash-tab-cell:nth-child(2) {
    /*width:21%;*/
/*width: 25%;*/
/*height: 50px;*/

/*}*/

/*.pet-dash-tab-header:nth-child(3) {
    width:10%;
}

.pet-dash-tab-cell:nth-child(3) {
    width:18%;
}

.pet-dash-tab-header:nth-child(5) {
    width:9%;
}

.pet-dash-tab-cell:nth-child(5) {
    width:9%;
}

.pet-dash-tab-header:nth-child(4) {
    width: 9%;
}

.pet-dash-tab-cell:nth-child(4) {
    width: 9%;
}

.pet-dash-tab-header:nth-child(6) {
    width:7%;
}

.pet-dash-tab-cell:nth-child(6) {
    width:7%;
}

.in-out-date-time-info::after {
    content: " ";
}
*/
.pet-dropdown::after {
    display: none;
}
/*
.pet-breed {
    display: inline-block;
}

.pet-breed::before {
    content: "\2000";
}*/

.shadowed-box-around {
    -webkit-box-shadow: -1px 1px 3px 3px rgba(0,0,0,0.15);
    -moz-box-shadow: -1px 1px 3px 3px rgba(0,0,0,0.15);
    box-shadow: -1px 1px 5px 3px rgba(0,0,0,0.15);
}

*/
/* End Dashboard Tab Menu CSS */
/* -----------------------------------End Dashboard Page CSS----------------------------------- */
/* Customer Current Day Background Color Test */
.fc-unthemed .fc-timeGridDay-view td.fc-today {
    background-color: #fff !important;
}
/* End Customer Current Day Background Color Test */

/*Tooltips*/
.tooltipnew {
    position: relative;
    display: inline-block;
    line-height: 16px;
    /*border-bottom: 1px dotted black;*/
}

    .tooltipnew .tooltiptext {
        visibility: hidden;
        width: 240px;
        line-height: 16px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 0.25rem 0.5rem;
        margin-left: -126px;
        margin-top: 30px;
        left: unset;
        position: absolute;
        right: unset;
        top: unset;
        z-index: 1;
        white-space: normal;
        display: inline-flex;
        justify-content: center;
        white-space: pre-line;
        text-align: center;
    }

        .tooltipnew .tooltiptext::after {
            content: "";
            position: absolute;
            bottom: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: transparent transparent black transparent;
        }

    .tooltipnew:hover .tooltiptext {
        visibility: visible;
    }
/*End Tooltips*/

/* Text Presentation CSS */
.text-presentation {
    display: inline !important;
}

.text-presentation-none {
    display: none !important;
}

/* Bootstrap Small Viewport Breakpoint */
@media (min-width: 576px) {
    .sm-text-presentation-none {
        display: none !important;
    }

    .sm-text-presentation {
        display: inline !important;
    }
}

/* Bootstrap Medium Viewport Breakpoint */
@media (min-width: 768px) {
    .md-text-presentation-none {
        display: none !important;
    }

    .md-text-presentation {
        display: inline !important;
    }
}

/* Bootstrap Large Viewport Breakpoint */
@media (min-width: 992px) {
    .lg-text-presentation-none {
        display: none !important;
    }

    .lg-text-presentation {
        display: inline !important;
    }
}

/* Bootstrap Extra Large Viewport Breakpoint */
@media (min-width: 1200px) {
    .xl-text-presentation-none {
        display: none !important;
    }

    .xl-text-presentation {
        display: inline !important;
    }
}

/* End Text Presentation CSS*/

/* Appointment Header CSS */
.appointment-header-card {
    padding: 0 15px 5px 15px !important;
    display: flex;
    font-size: 18px;
    justify-content: space-between;
}

.thin-navbar {
    padding-left: .55rem !important;
    padding-right: .55rem !important;
}

.appointment-header-text {
    font-size: 18px;
    line-height: 28px;
    margin-right: 15px;
}

.appointment-header-btns {
    min-width: 140px !important;
}

    .appointment-header-btns button {
        height: 27px;
        min-width: 65px;
        max-width: 65px;
        display: inline-flex;
        justify-content: center;
        line-height: 15px;
    }

@media screen and (max-width: 768px) {
    .appointment-header-card {
        display: block;
    }

    .appointment-header-text {
        display: flex;
        justify-content: center;
        margin: 0;
    }

    .appointment-header-btns {
        display: flex;
        justify-content: center;
    }

        .appointment-header-btns > button:first-child {
            margin-right: 5px;
        }
}
/* End Appointment Header CSS */

/* Soon to replace text transformation */
.xs-text-show {
    display: none !important;
}

@media screen and (max-width: 576px) {
    .xs-text-show {
        display: inline !important;
    }
}

.sm-text-show {
    display: none !important;
}

@media screen and (min-width: 576px) and (max-width: 767px) {
    .sm-text-show {
        display: inline !important;
    }
}

.md-text-show {
    display: none !important;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .md-text-show {
        display: inline !important;
    }
}

.lg-text-show {
    display: none !important;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .lg-text-show {
        display: inline !important;
    }
}

.xl-text-show {
    display: none !important;
}

@media screen and (min-width: 1200px) {
    .xl-text-show {
        display: inline !important;
    }
}
/* End */
.highlight-date {
    background-color: gray !important;
    color: #ffffff !important;
}

.btn-purple, .btn-purple:hover {
    color: #fff;
    border-color: #3c0a3c;
    background-color: purple;
}

    .btn-purple:hover {
        color: #fff;
        background-color: #640364;
    }



/*Start: Floating bottom bar css*/
.floating-navbar {
    bottom: 0;
    position: fixed;
    z-index: 999999;
    width: calc(98.9% - 267px);
    border-top: 1px solid #bdbbbb;
    border-right: 1px solid #bdbbbb;
    margin-left: 265px;
    border-left: 1px solid #bdbbbb;
    margin-right: 59px;
    color: #000000;
    background-color: #b19cd9 !important;
}

    .floating-navbar.success {
        background-color: #28a745 !important;
        color: #ffffff;
    }

    .floating-navbar.warning {
        background-color: orange !important;
        color: #ffffff;
    }

    .floating-navbar.failure {
        background-color: red !important;
        color: #ffffff;
    }

        .floating-navbar.warning .cross-icon, .floating-navbar.success .cross-icon, .floating-navbar.failure .cross-icon {
            color: #ffffff;
        }

    .floating-navbar .cross-icon {
        padding: 0px 0px 20px 20px;
        font-size: 20px;
        font-weight: bold;
        right: -9px;
        top: -11px;
    }

        .floating-navbar .cross-icon.cross-icon-lg {
            font-size: 35px !important;
            right: 0 !important;
        }

.floating-slidebar {
    bottom: 0;
    position: fixed;
    z-index: 1050;
    width: calc(98.9% - 267px);
    margin-left: 265px;
    margin-right: 59px;
    color: #000;
    background-color: transparent !important;
    margin-bottom: 1.3rem;
}

    .floating-slidebar .cross-icon {
        padding: 0px 0px 20px 20px;
        font-size: 20px;
        font-weight: bold;
        right: -9px;
        top: -11px;
    }

        .floating-slidebar .cross-icon.cross-icon-lg {
            font-size: 35px !important;
            right: 0 !important;
            color: #000;
        }

    .floating-slidebar .floating-slidebar-item .navbar {
        background-color: #A4EEBF !important;
    }

    .floating-slidebar .floating-slidebar-item .floating-slidebar-info-item.navbar {
        background-color: lightgoldenrodyellow !important;
    }

@media (max-width: 767px) {
    .floating-navbar {
        margin: 0;
        width: 100%;
    }

    .floating-slidebar {
        margin: 0;
        width: 100%;
    }
}
/*End: Floating bottom bar css*/

.header-container .row {
    margin: 0;
}

#content {
    min-width: 320px;
}

.iframe-container {
    position: relative;
    top: 0px;
    height: 100%;
}

    .iframe-container iframe {
        display: block;
        width: 100%;
        height: 100%;
        border: none;
    }

/* Pet Details (Grooming Service Tab Grid) */
.pet-details-grooming-service {
    display: grid;
    grid-column-gap: 10px;
}
/*Sidebar Active Response*/
#content.sb-active .pet-details-grooming-service {
    grid-template-columns: 100%;
}

@media screen and (min-width: 650px) {
    #content.sb-active .pet-details-grooming-service {
        grid-template-columns: 32% 65% !important;
    }
}

@media screen and (max-width: 649px) {
    #content.sb-active .pet-details-grooming-service label {
        min-width: 77px !important;
    }
}
/*Sidebar Inactive Response*/
#content.sb-inactive .pet-details-grooming-service {
    grid-template-columns: 100%;
}

@media screen and (min-width: 376px) {
    #content.sb-inactive .pet-details-grooming-service {
        grid-template-columns: 32% 65% !important;
    }
}

@media screen and (max-width: 375px) {
    #content.sb-inactive .pet-details-grooming-service label {
        min-width: 77px !important;
    }
}
/* End: Pet Details (Grooming Service Tab Grid) */

/* Pet Details (Module/Defaults Tab) */
.default-tab {
    display: none;
}

.mobile-text {
    display: none;
}

.non-mobile-text {
    display: inline;
}

#defaultsTab {
    display: none;
}

#appt-module-content {
    margin-top: 0.5rem;
}
/*Sidebar Active Response*/
@media screen and (max-width: 767px) {
    #content.sb-active .pet-details-card-body {
        padding: 0.5rem;
    }

        #content.sb-active .pet-details-card-body .nav-link {
            padding: 0.5rem;
        }

    #content.sb-active .module-tab {
        display: none;
    }

    #content.sb-active .default-tab {
        display: block;
    }

    #content.sb-active .mobile-text {
        display: inline;
    }

    #content.sb-active .non-mobile-text {
        display: none;
    }

    #content.sb-active .dropdown-toggle::after {
        margin-left: 0;
    }

    #content.sb-active #defaultsTab {
        display: flex;
    }

    #content.sb-active #appt-module-content {
        margin-top: 0;
    }
}
/*Sidebar Inactive Response*/
@media screen and (max-width: 575px) {
    #content.sb-inactive .pet-details-card-body {
        padding: 0.5rem;
    }

        #content.sb-inactive .pet-details-card-body .nav-link {
            padding: 0.5rem;
        }

    #content.sb-inactive .module-tab {
        display: none;
    }

    #content.sb-inactive .default-tab {
        display: block;
    }

    #content.sb-inactive .mobile-text {
        display: inline;
    }

    #content.sb-inactive .non-mobile-text {
        display: none;
    }

    #content.sb-inactive .dropdown-toggle::after {
        margin-left: 0;
    }

    #content.sb-inactive #defaultsTab {
        display: flex;
    }

    #content.sb-inactive #appt-module-content {
        margin-top: 0;
    }
}
/* End: Pet Details (Module/Defaults Tab) */

/*Sidebar Internal Scroll*/
#content {
    min-height: calc(100vh - 56px) !important;
    max-height: calc(100vh - 56px);
    overflow-y: scroll;
}

#left-menu {
    /*height: calc(100vh - 56px);
    overflow: auto;*/
    /*min-width: 250px;*/
    width: auto;
}
/*{
    max-width: unset !important;
    overflow: auto;
    width: auto;
}*/

/*End: Sidebar Internal Scroll*/
/*Start: Color Legend panel*/
.legend-inactive {
    display: none;
}

.legend-active {
    display: block;
}

.color-legend-popup {
    position: absolute;
    width: 215px;
    /*max-height:300px;
    overflow-y:scroll;*/
    padding: 5px;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    z-index: 999;
    background-color: #ffffff;
    text-align: left;
}

    .color-legend-popup ul {
        list-style: none;
        padding: 0px 15px 0px 15px;
    }

    .color-legend-popup li {
        display: flex;
        margin-top: 6px;
    }

    .color-legend-popup .square-box {
        height: 15px;
        width: 15px;
        margin-right: 5px;
        display: inline-block;
    }

.header {
    width: 100%;
    line-height: 25px;
    text-align: center;
}
/*End: Color Leged panel*/
/*@media screen and (max-height: 700px) {
    .content-container {
        min-width: 400px;
    }
}*/
.pastel #mainContent {
    background-color: rgba(0, 0, 0, 0) !important;
}

/* Mobile Dashboard Tooltip Response*/
/*@media screen and (max-width: 700px) {
    .note-info .tooltipnew:first-child .tooltiptext, .note-info .tooltipnew:nth-child(2) .tooltiptext {
        top: -30px;
        left: 150px;
    }
    .note-info .tooltipnew:first-child .tooltiptext:after, .note-info .tooltipnew:nth-child(2) .tooltiptext:after {
        content: none;
    }

    .note-info .tooltipnew:first-child .tooltiptext:before, .note-info .tooltipnew:nth-child(2) .tooltiptext:before {
        content: "";
        position: absolute;
        bottom: calc(100% - 15px);
        left: 0% !important;
        margin-left: -10px !important;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent black transparent;
        transform: rotate(-90deg);
    }
    .note-info .tooltipnew .tooltiptext {
        margin-left: -65px !important;
        left: 0 !important;
    }
}*/

/* Dropdown List For Appointment Cards*/
@media screen and (max-width: 700px) {
    #groomAppointmentCard .dropdown-menu, #daycareAppointmentCard .dropdown-menu, #boardAppointmentCard .dropdown-menu {
        max-height: 60vh;
        overflow-y: scroll;
    }
}

/* Appointment input fields for mobile devices*/
.Hidden_Datepicker {
    background: none;
    border: none;
    vertical-align: bottom;
    position: absolute;
    z-index: 0;
    border: 1px solid #bebebe;
    border-radius: 0 0.25rem 0.25rem 0 !important;
    color: transparent;
    width: 100%;
}

.Hidden_Datepicker_Multi_Append {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    min-width: 30px;
    max-width: 30px;
}

.Hidden_Datepicker:hover {
    color: transparent;
}

.Hidden_Datepicker:active {
    color: transparent !important;
}

.datepicker-pop-wrapper {
    border: 1px solid #bebebe;
    border-left: none;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    border-radius: 0;
    padding: 0 5px 0 5px;
}

@media screen and (max-width: 700px) {
    .xdsoft_datetimepicker {
        left: 50% !important;
        margin-left: calc(-242px/2);
    }

    .datepicker-pop-wrapper {
        width: 35px;
    }
}

@media screen and (max-width: 700px) {
    #mainContent {
        overflow-x: hidden;
    }
}

/* ----------Element State CSS---------- */

#UI-Loader {
    display: flex;
    padding-top: 3em;
    align-items: center;
    justify-content: center;
    width: 100%;
}

#UI-Loader-Fixed {
    display: flex;
    top: calc(50% - 100px);
    left: calc(50% - 100px);
    align-items: center;
    justify-content: center;
    position: fixed;
}

.loading-state {
    opacity: 0;
}

.collapsable-icon {
    transform: scale(0.5) rotate(0deg);
    transition: transform 0.5s ease;
}

/* -------End: Element State CSS-------- */

/* ----------Custom Warning Message CSS---------- */
.custom-alert-secondary {
    color: #383d41 !important;
    background-color: #e2e3e5 !important;
    border-color: #d6d8db !important;
}

.custom-alert-info {
    color: #0c5460 !important;
    background-color: #d1ecf1 !important;
    border-color: #bee5eb !important;
}

.custom-alert-warning {
    color: #856404 !important;
    background-color: #fff3cd !important;
    border-color: #ffeeba !important;
}

.custom-alert-white {
    color: #1d2124 !important;
    background-color: #fff !important;
    border-color: #fff !important;
}

.custom-warning-alert {
    padding: .5rem 1rem !important;
    margin-bottom: 5px !important;
}

.custom-warning-alert-YesNo {
    display: flex;
    justify-content: space-between;
}

.custom-warning-alert-NoWrap {
    display: flex;
    justify-content: space-between;
}

.custom-warning-alert-text {
    margin-right: 5px;
}

.custom-warning-close {
    padding: .5rem 1rem !important;
    position: relative !important;
}

.custom-alert-btn {
    min-width: 50px;
    max-width: 50px;
    min-height: 35px;
    max-height: 35px;
}

.custom-alert-count {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    border-radius: 30px;
    line-height: 30px;
    top: -10px;
    left: -15px;
    border: 2px solid #FFF;
    background-color: #FF6B6B;
    color: #FFF;
    font-weight: 700;
    box-sizing: content-box;
    margin-left: 4px;
}

.custom-alert-count-for-menu {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    border-radius: 25px;
    line-height: 25px;
    top: -8px;
    left: -15px;
    background-color: #FF6B6B;
    color: black;
    font-weight: 500;
    box-sizing: content-box;
    margin-left: 2px;
    white-space: nowrap;
}

@media screen and (max-width: 768px) {
    .custom-warning-alert-YesNo {
        flex-direction: column;
        justify-content: center;
    }

    .custom-warning-alert-text {
        justify-content: center !important;
        margin: 0;
    }

    .custom-warning-alert-btn-group {
        display: flex !important;
        margin: auto;
        margin-top: 5px;
    }
}

/* -------End: Custom Warning Message CSS-------- */

/* ----------Time Dropdown CSS---------- */

.Time-Dropdown-Wrapper {
    display: inline-flex;
    position: relative;
    width: 100%;
    height: 30px;
}

.Time-Dropdown {
    z-index: 10;
    opacity: 0;
    min-width: 0;
    padding-right: 0;
}

.Boarding-Appointment-Card .dropdown-arrow {
    padding-left: 4px;
}

.Time-Dropdown-Display {
    position: absolute;
    width: 100%;
    height: 100%;
    display: inline-flex;
    justify-content: space-between;
    padding-left: 0.5rem;
    align-items: center;
    border: 1px solid #bebebe;
    border-radius: .25rem;
    white-space: nowrap;
    overflow: hidden;
}

.Time-Display-Text {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
}
/* -------End: Time Dropdown CSS-------- */

/* ----------Custom Up/Down Spinner CSS---------- */

.up-down-spinner-wrapper {
    display: flex;
    z-index: 20;
    background-color: white;
    border: 1px solid #bebebe;
    border-left: none;
    border-right: none;
    border-radius: 0 .25rem .25rem 0;
}

.dropdown-arrow {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-width: 20px;
    transform: scale(0.8);
    position: relative;
    right: 14px;
    background-color: white;
    height: 100%;
}

.Boarding-Appointment-Card .dropdown-arrow {
    right: 10.5px;
}

.up-down-spinner {
    display: inline-flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid #bebebe;
    border-top: none;
    border-bottom: none;
    border-radius: .25rem.25rem;
    background-color: white;
}

.spinner-btn {
    height: 50%;
    min-width: 15px;
    max-width: 15px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 !important;
}

    .spinner-btn i {
        transform: scale(0.5);
    }

/* -------End: Custom Up/Down Spinner CSS-------- */

/* -------Input Field CSS-------- */

.Date-Input-Board {
    font-size: 14px;
}

/* ----------End: Input Field CSS---------- */

/* -------Bootstrap Badge CSS Extension-------- */

.badge-darkgreen {
    background-color: #38a169;
    color: white;
}

.badge.location-1 {
    background-color: var(--loc-1-color);
}

.badge.location-2 {
    background-color: var(--loc-2-color);
}

.badge.location-3 {
    background-color: var(--loc-3-color);
}

/* ----------End: Bootstrap Badge CSS Extension---------- */

/* -------Bootstrap TextColor CSS Extension-------- */
.text-blue {
    color: blue;
}

.text-aqua {
    color: aqua
}
/* ----------End: Bootstrap TextColor CSS Extension---------- */

/* width */
textarea::-webkit-scrollbar {
    width: 10px;
}

/* Track */
textarea::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
textarea::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    textarea::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.dropdown-menu.wysiwyg-dropdown-menu.show {
    left: unset !important;
    max-height: 500px;
    overflow-y: scroll;
}

.border-secondary-half {
    border-color: rgba(108, 117, 125, 0.5);
}

.bg-secondary-half {
    background-color: rgba(108, 117, 125, 0.5);
}

.badge-secondary-half {
    color: #fff;
    background-color: rgba(108, 117, 125, 0.5);
}

.bg-success-half {
    background-color: rgba(40, 167, 69, 0.5);
}

.badge-orange {
    color: #fff;
    background-color: #FF9800;
}

.text-orange {
    color: #FF9800 !important;
}

#content.Viewport-FullHeight {
    min-height: calc(100vh) !important;
    max-height: calc(100vh) !important;
}

.material-bg-bluegray-200 {
    background-color: #B0BEC5 !important;
}

.cursor-pointer {
    cursor: pointer;
}

.btn.collapsed {
    display: unset !important;
}

.light-blue #NewMessageNotificationBadge,
.light-gray #NewMessageNotificationBadge,
.pastel #NewMessageNotificationBadge {
    background-color: #2f3e9e !important;
}

.blue #NewMessageNotificationBadge,
.dark #NewMessageNotificationBadge {
    background-color: #007bff !important;
}

/* width */
.Styled-Scrollbar::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    opacity: 0 !important;
}

    .Styled-Scrollbar::-webkit-scrollbar:horizontal {
        width: 8px;
        opacity: 0 !important;
    }

/* Track */
.Styled-Scrollbar::-webkit-scrollbar-track {
    border-radius: 1rem;
}

/* Handle */
.Styled-Scrollbar::-webkit-scrollbar-thumb {
    background: #9CA3AF;
    border-radius: 1rem;
}

    /* Handle on hover */
    .Styled-Scrollbar::-webkit-scrollbar-thumb:hover {
        background: #6B7280;
    }


/*Password Masking Style*/
#Password.PasswordToggler-Inactive {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
    border-right: 1px solid #bebebe !important;
}

#Password.PasswordToggler-Active {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-right: none !important;
}

.input-group-append.PasswordToggler-Inactive {
    display: none !important;
}

.input-group-append.PasswordToggler-Active {
    display: inline-flex !important;
}

#Password::-ms-reveal {
    display: none !important;
}

.ItemRow-Active-Green {
    background-color: rgb(74, 222, 128, 0.5) !important;
}

.hide {
    display: none !important;
}


.badge-special {
    color: rgb(255, 255, 255);
    background-color: rgba(137, 72, 202, 0.804);
}

a.badge-special:focus, a.badge-special:hover {
    color: #212529;
    background-color: #d39e00
}

a.badge-special.focus, a.badge-special:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
}

.select-custom-menu {
    color: white !important;
    border: none !important;
}

#searchMenu .input-group-text {
    padding: .375rem .5rem !important;
}

#searchMenu .input-group > .form-control:not(:first-child) {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.appItem:has(.searchResultsRow) .summaryRow, .appItem:has(.searchResultsRow) .summaryRowCompact {
    border-bottom: none !important;
    border-bottom-width: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-color: transparent !important;
}

.appItem .searchResultsRow {
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
    border-radius: 7px;
    border-top: none !important;
    border-top-width: 0 !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-top-color: transparent !important;
    background-color: #f5f5f5;
}

.appItem:has(.searchResultsRow) .detailedRow {
    border-bottom: none !important;
}

.appItem--is-active .searchResultsRow {
    border-bottom: 20px solid rgba(0, 0, 0, 0) !important;
    border-color: var(--blue-200);
}

#packageTableContainer th, #PackageListModalTable th {
    vertical-align: middle !important;
}

/* multi select card */
.card--multiselect {
    /*    position: fixed;
    z-index: 9999;
    left: 50%;
    margin-left: -135px;
    top: 25%;*/
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    padding: 5px;
    background: #E4E8FF !important;
}

    .card--multiselect .card-header {
        border: 0;
        background: transparent;
    }

    .card--multiselect .card-bottom {
        border: 0;
        text-align: right;
    }

    .card--multiselect .card-body {
        height: 250px;
        overflow: auto;
        padding: 0 15px;
    }

    .card--multiselect .close {
        line-height: .5;
        font-size: 25px;
    }

    .card--multiselect button, .card--multiselect input {
        padding: 7px 12px;
        font-size: 1rem;
    }
    .card--multiselect .list-group-item {
        padding: 5px 10px;
        border: 0;
        cursor: pointer;
        display: flex;
        align-items: center;
    }

    .card--multiselect .card-body::-webkit-scrollbar {
        width: 10px;
    }

    .card--multiselect .card-body::-webkit-scrollbar-track {
        background: #e0e0e0;
    }

    .card--multiselect .card-body::-webkit-scrollbar-thumb {
        background: #2f3e9e;
        border-radius: 5px;
    }

        .card--multiselect .card-body::-webkit-scrollbar-thumb:hover {
            background: #2f3e9e;
        }

    .card--multiselect.customerCard {
        position: fixed;
        z-index: 9999;
        left: 50%;
        margin-left: -135px;
        top: 25%;
    }

.report-card-icons {
    display: inline !important;
    padding: 0;
}

.report-card-icons button {
    padding: 0 !important;
}

.summaryRow__wrapper, .summaryRowCompact__wrapper {
    width: max-content;
}