html,
body {
    margin: 0;
    padding: 0;
}

/* Header */
.headerPane {
    background-color: #ededed;
    background-position: left top;
    background-repeat: no-repeat;
    font-family: Tahoma;
}

    .headerPane .headerTop {
        height: 45px;
    }

.templateTitle {
    float: left;
    margin-left: 15px;
    margin-top: 11px;
}

    .templateTitle a {
        text-decoration: none;
        font-size: x-large;
        color: black;
    }

.PageTitle {
    width: calc(100vw - 500px);
    font-family: Roboto;
    font-size: 28px;
    font-weight: 500;
    color: #171719;
    text-decoration: none solid rgb(23, 23, 25);
    letter-spacing: 0.2px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}

.PageTitleNew {
    font-family: Roboto;
    font-size: 28px;
    font-weight: 500;
    color: #171719;
    text-decoration: none solid rgb(23, 23, 25);
    letter-spacing: 0.2px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}

.loginControl {
    float: right;
    margin-top: 17px;
    margin-right: 25px;
    font-size: 12px;
}

    .loginControl a {
        color: black;
        text-decoration: none;
        border-bottom: dashed 1px black;
        display: inline-block;
    }

.headerMenu {
    margin-top: 11px;
}

/* Footer */
.footerPane {
    background-color: #ededed;
    height: 100%;
}

.footerMenu {
    float: right;
    padding-top: 7px;
}

.copyright {
    float: left;
    margin-left: 15px;
    margin-top: 10px;
}

.content {
    padding: 0px;
}

.Canvas {
    background-color: #f6f6f6;
    height: 100vh;
    width: 100vw;
    border: 0px;
    padding: 0px;
    margin: 0px;
}

/* Account */
.accountHeader h2 {
    margin: 10px 0 7px 0;
    font-size: 16px;
}

.accountHeader p {
    font-size: 12px;
    margin: 0;
    padding: 0;
}

.accountHeader {
    margin-bottom: 20px;
}

.Line {
    height: 75px;
    width: calc(100vw - 266px);
    border-bottom-width: 1px;
    border-style: solid;
    border-color: #e5e5e5;
    background-color: #f6f6f6;
    background-size: cover;
    border-left: 0;
    border-right: 0;
}

.BlueCircle {
    width: 58px;
    height: 58px;
    border: 3px solid #2a71fa;
    border-radius: 50px;
    background-size: cover;
    font-family: Roboto;
    font-size: 18px;
    color: #2a71fa;
    text-decoration: rgb(42, 113, 250);
    letter-spacing: 0.4px;
    text-align: center;
}

.GreyCircle {
    width: 58px;
    height: 58px;
    border: 3px solid #e0e0e0;
    border-radius: 50px;
    background-size: cover;
    font-family: Roboto;
    font-size: 18px;
    color: #737376;
    text-decoration: rgb(115, 115, 118);
    letter-spacing: 0.4px;
    text-align: center;
}

.Divider {
    background-image: url("/Content/Images/GreyDash.svg");
    background-repeat: no-repeat;
}

.CloseButton {
    width: 36px;
    height: 36px;
    background-color: #f6f4f4;
    background-size: cover;
    border-radius: 50%;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.14), 0px 1px 10px rgba(0, 0, 0, 0.12), 0px 2px 4px -1px rgba(0, 0, 0, 0.2);
    background-image: url(/Content/Images/Close.svg);
}

.dxgvEditingErrorRow {
    font-family: Roboto;
    font-size: 16px;
    font-weight: bold;
    color: red;
}

::-webkit-scrollbar {
    width: 3px;
}
/* Track */
::-webkit-scrollbar-track {
    background: #f0f0f0;
    padding-top: 20px;
    box-shadow: -4px 0px 8px rgba(0, 0, 0, 0.08);
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
    box-shadow: -4px 0px 8px rgba(0, 0, 0, 0.08);
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.ToolBar {
    background-color: #ebeaeb !important;
    text-align: left;
    font-family: Roboto;
    font-size: 12px;
    color: black !important;
    min-height: 40px !important;
}

.ToolBarButton {
    width: 142px;
    height: 31px;
    line-height: 31px !important;
    border: 1px solid #2058c7;
    border-radius: 5px;
    background-color: #419ef2;
    background-size: cover;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500; /*Medium*/
    color: #ffffff !important;
    text-decoration: none solid rgb(255, 255, 255);
    text-align: center;
}

.ToolBarButtonSelected {
    width: 142px;
    height: 31px;
    line-height: 31px !important;
    border: 1px solid #2058c7;
    border-radius: 5px;
    background-color: cornflowerblue !important;
    background-size: cover;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500; /*Medium*/
    color: #ffffff !important;
    text-decoration: none solid rgb(255, 255, 255);
    text-align: center;
}

.pageControlContainer {
    width: calc(100vw - 500px);
    margin: 0 auto;
}

.pageControl > .dxtc-content {
    padding: 16px 5px;
}

.pageControlTab > a > span {
    color: #504e4e !important;
    text-align: center;
    font-family: "Helvetica Neue";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
}

.dxtc-activeTab > a > span {
    color: #1c1c76 !important;
}

/* MenuWithTabsNew.cshtml */

.btn-add-schedule {
    width: 202px;
    height: 49px;
    flex-shrink: 0;
    border-radius: 20px;
    background: #6c6cd7;
    color: #fff;
    text-align: center;
    font-family: "Helvetica Neue";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}

    .btn-add-schedule.secondary {
        background: #ebebeb;
        color: #504e4e;
    }

        .btn-add-schedule.secondary:hover {
            background: #c5c3c3;
        }

        .btn-add-schedule.secondary:disabled {
            background: #c5c3c3;
        }

    .btn-add-schedule.side {
        width: 142px;
    }

    .btn-add-schedule:hover {
        color: #fff;
        background: #343486;
    }

    .btn-add-schedule:disabled {
        background: #f9f7f7;
        color: #ada8a8;
        cursor: not-allowed;
    }

.search-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    width: 246px;
    min-width: 246px;
    height: 41px;
    margin-right: 2.25rem;
}

.searchInput {
    width: 100%;
    height: 100%;
    padding-left: 12px;
    padding-right: 64px;
    border: 1px solid #c5c3c3;
    border-radius: 18px;
    box-sizing: border-box;
}

    .searchInput:focus {
        box-shadow: 0 0 0 0.0625rem #6c6cd7;
    }

.clear-button {
    position: absolute;
    top: 50%;
    right: 35px;
    transform: translateY(-50%);
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    display: none;
}

.search-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    pointer-events: none;
}

.header-container {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
    height: 72px;
    flex-shrink: 0;
    background: #e5e2e2;
    padding: 16px;
}

.header-text {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #7b7a7a;
    font-family: "Helvetica Neue";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    padding: 0 12px;
}

    .header-text.sides {
        text-align: center;
        justify-content: space-around;
    }

.card-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

    .card-container .card {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        height: 75px;
        border-radius: 20px;
        background: #fff;
        box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.06);
        border: none;
    }

.card.WithImage {
    height: 125px;
}

.card-body {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

    .card-body > .row {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

.card-text {
    max-height: 100%;
    color: #504e4e;
    font-family: "Helvetica Neue";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    overflow: hidden;
    padding: 0 12px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.trash-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 41px;
    flex-shrink: 0;
    border-radius: 13px;
    background: #ebebeb;
    cursor: pointer;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}
