/*
 @Author: Renesis Technologies
 @URL: https://renesistech.com/

/* =============================================
			Theme Reset Style
============================================= */
@tailwind base;
@tailwind components;
@tailwind utilities;

:root {
    --themeDark100: #191C22;
    --themeDark300: #989898;
    --themeDark400: #8695AA;
    --themeDark500: #677890;
    --themeDark600: #656565;
    --themeDark700: #434E61;
    --themeDark950: #292929;
    --themeBorderColor: #EFEFEF;
    --themeColorPrimary: #2A7FC5;
    --themeDangerColor: #FF2B43;
    --transition: all 300ms ease-in-out;
    /* Step 0: 24px → 88px */
    --404errortitle: clamp(2.25rem, 0.0833rem + 4.5139vw, 5.5rem);
}
* { margin: 0px; padding: 0px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
*:after,
*:before { transition: var(--transition); }
html { scroll-behavior: smooth; }
body {
    color: #666;
    background: #fff;
    font: 400 14px/23px "Jost", sans-serif;
}
body,
html { height: 100%; }
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    color: #0f0f0f;
    margin: 0 0 8px;
    font-weight: 400;
    line-height: 1.5;
    font-style: normal;
    text-transform: capitalize;
    font-family: 'Jost', sans-serif;
}
h1 { font-size: 48px; }
h2 { font-size: 36px; }
h3 { font-size: 24px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a { color: #0f0f0f; }
p a { transition: var(--transition); }
p a,
p a:hover { text-decoration: underline; }
p {
    margin: 0 0 20px;
    line-height: 20px;
    letter-spacing: normal;
}
a {
    text-decoration: none;
    transition: var(--transition);
}
a:hover, a:focus, a:active {
    outline: none;
    text-decoration: none;
}
ul {
    margin: 0;
    padding: 0;
}
figure {
    margin-bottom: 6px;
    position: relative;
}
img { height: auto; max-width: 100%; }
strong { color: #414141; }
iframe { width: 100%; float: left; border: none; }
button { border: none; }
textarea,
select,
.rt-select select,
.form-control,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    width: 100%;
    outline: none;
    height: 48px;
    background: #fff;
    font-size: 14px;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 18px;
    padding: 10px 16px;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    color: var(--themeDark100);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid var(--themeBorderColor);
}

textarea.form-control {
    resize: none;
    height: 170px;
}

.form-control::-webkit-input-placeholder {
    color: var(--themeDark400);
}

/* WebKit, Blink, Edge */
.form-control:-moz-placeholder {
    color: var(--themeDark400);
}

/* Mozilla Firefox 4 to 18 */
.form-control::-moz-placeholder {
    color: var(--themeDark400);
}

/* Mozilla Firefox 19+ */
.form-control:-ms-input-placeholder {
    color: var(--themeDark400);
}

/* Internet Explorer 10-11 */
.form-control::-ms-input-placeholder {
    color: #666;
}

/* Microsoft Edge */
input:focus,
.select select:focus,
.form-control:focus {
    color: var(--themeDark100);
    border-color: var(--themeDark100);
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    background: transparent !important;
}

.form-group {
    width: 100%;
    float: left;
    margin: 0 0 20px;
}

label {
    color: #666;
    display: block;
    font-weight: 400;
    margin-bottom: 10px;
}

form p {
    float: left;
    position: relative;
    width: 100%;
}

form p span i {
    top: 13px;
    left: 16px;
    color: #474747;
    position: absolute;
}

option {
    padding: 5px 15px;
}

li {
    line-height: 28px;
    list-style: disc inside none;
}

ul ul {
    margin-left: 20px;
}

ol {
    float: none;
    list-style: decimal;
    padding-left: 15px;
}

ol ol {
    margin-left: 20px;
}

ol li {
    list-style: decimal;
    width: 100%;
}

table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0 !important;
    background-color: transparent;
    font-family: 'Jost', sans-serif;
}

th {
    text-align: left;
    font-family: 'Jost', sans-serif;

    &:first-child {
        border-radius: 8px 0 0 0;
    }

    &:last-child {
        border-radius: 0 8px 0 0;
    }
}

table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
    border-top: 1px solid #EFEFEF;
    border: 1px solid #EFEFEF;
    line-height: 1.2;
    padding-left: 3px;
    text-align: left;
    vertical-align: top;
    font-family: 'Jost', sans-serif;
}

table thead tr th {
    font-size: 14px;
    text-align: left;
    font-weight: 600;
    padding: 10px 16px;
    border-radius: 8px 0 0;
    color: #464646 !important;
    text-transform: capitalize;
    border-top: 1px solid #EFEFEF;
    font-family: 'Jost', sans-serif;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
    border-top: 1px solid #EFEFEF;
}

table > thead > tr > th {
    border-bottom: 1px solid #EFEFEF;
    vertical-align: top;
    font-family: 'Jost', sans-serif;
}

table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td {
    border-bottom: 0;
}

table > tbody + tbody {
    border-top: 1px solid #EFEFEF;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 11px 16px;
    white-space: nowrap;
}

.rt-Responsive__Table {
    width: 100%;
    flex-grow: 1;
    overflow-x: auto;
    height: calc(100vh - 200px);
}

table thead tr th {
    border: 0;
    border-top: 1px solid #EFEFEF;

    &:first-child {
        border-left: 1px solid #EFEFEF;
    }

    &:last-child {
        border-right: 1px solid #EFEFEF;
    }
}

table tbody tr td {
    border: 0;
    font-size: 14px;
    text-align: left;
    font-weight: 400;
    vertical-align: middle;
    padding: 16px !important;
    text-transform: capitalize;
    border-top: 1px solid #EFEFEF;
    color: var(--themeDark600) !important;
    font-family: 'Jost', sans-serif;

    &:first-child {
        border-left: 1px solid #EFEFEF;
    }

    &:last-child {
        border-right: 1px solid #EFEFEF;
    }
}

table tbody tr:nth-child(even) td {
    background: #F6F7F9
}

/* table tr:last-child td:first-child{
    border-bottom-left-radius: 8px;
 }
 table tr:last-child td:last-child{
    border-bottom-right-radius: 8px;
 } */

/* =============================================
			Theme Global Elements
============================================= */
/* .container{max-width: 1260px;} */
.container {
    max-width: 1350px;
}

.rt-haslayout {
    width: 100%;
    float: left;
}

.rt-sectionspace {
    padding: 80px 0;
}

.rt-btn-sm {
    padding: 0 20px;
    line-height: 30px;
}

.rt-btn {
    height: 48px;
    display: flex;
    cursor: pointer;
    padding: 0 30px;
    overflow: hidden;
    position: relative;
    text-align: center;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
    color: var(--themeDark300);
    text-transform: capitalize;
    background: var(--themeBorderColor);
    font: 600 14px/20px 'Jost', sans-serif;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.rt-btn:hover {
    color: #fff;
    background: var(--themeColorPrimary);
}

.rt-btn:disabled {
    cursor: not-allowed;

    &:hover {
        color: var(--themeDark300);
        background: var(--themeBorderColor);
    }
}

.rt-btn.rt-bgThemeColor {
    color: #fff;
    background: var(--themeColorPrimary);
}

.rt-btn.rt-bgThemeColor:hover {
    background: #196aad;
}

.rt-ThemeColor { color: var(--themeColorPrimary); }

.rt-btn-outline {
    background: #fff;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    color: var(--themeColorPrimary);
    border: 1px solid var(--themeColorPrimary)
}

.rt-btn-lg {
    width: 100%;
}

.rt-description {
    width: 100%;
    float: left;
}

.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.navbar-toggle {
    border: 0;
    margin: 3px 0;
    border-radius: 0;
    padding: 10px 12px;
}

.navbar-toggle .icon-bar {
    background: #fff;
}

.rt-formtheme {
    width: 100%;
    float: left;
}

.rt-formtheme fieldset {
    border: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
    position: relative;
}

.rt-formtheme fieldset .form-group { margin: 0 0 24px; }

.rt-formtheme fieldset .form-group label {
    font-size: 14px;
    margin: 0 0 8px;
    font-weight: 500;
    line-height: 16px;
    color: var(--themeDark100);
}

.rt-formtheme fieldset .form-group input {
    width: 100%;
}

.rt-formtheme fieldset .form-group input.form-control:disabled { opacity: 0.5; }

.rt-inputwithicon {
    position: relative;
}

.rt-inputwithicon i {
    top: 0;
    right: 0;
    z-index: 2;
    width: 48px;
    height: 48px;
    display: flex;
    line-height: 48px;
    position: absolute;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.rt-inputwithicon .form-control {
    z-index: 1;
    position: relative;
}

/* =============================================
			Theme Custom Select
============================================= */
.rt-select {
    float:left;
    width: 100%;
    position: relative;
    text-transform:uppercase;
    color: var(--themeDark950);
}
.rt-select:after {
    top: 50%;
    z-index: 2;
    right: 16px;
    width: 13px;
    height: 6px;
    display: block;
    position: absolute;
    text-align: center;
    pointer-events: none;
    color: var(--themeDark950);
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='6' viewBox='0 0 16 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M14.6001 1.45825L9.16681 6.89159C8.52515 7.53325 7.47515 7.53325 6.83348 6.89159L1.40015 1.45825' stroke='%23292D32' stroke-width='1.25' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E");
    background-repeat: no-repeat;
    content: "";
}
.rt-select select {
    z-index: 1;
    width: 100%;
    cursor: pointer;
    position: relative;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    option { color: var(--themeDark950); }
}
/* =============================================
			Theme Pagination Style
============================================= */
.rt-pagination {
    width:100%;
    float: left;
    font:14px/24px 'Roboto', Arial, Helvetica, sans-serif;
}
.rt-pagination ul {
    margin:0;
    gap: 6px;
    padding:0;
    width: 100%;
    display: flex;
    list-style:none;
    text-align: center;
    align-items: center;
    line-height: inherit;
    justify-content: flex-end;
}
.rt-pagination ul li {
    line-height: inherit;
    list-style-type:none;
}
.rt-pagination ul li a,
.rt-pagination ul li span {
    width:32px;
    padding: 0;
    height: 32px;
    display:block;
    color:#373542;
    text-align:center;
    position:relative;
    line-height: 32px;
    border-radius: 4px;
}
.rt-pagination ul li.disabled>.page-link,
.rt-pagination ul li .page-link.disabled,
.rt-pagination ul li.page-item:first-child .page-link,
.rt-pagination ul li.page-item:last-child .page-link {
    font-size: 20px;
    line-height: 28px;
}

.rt-pagination ul li.disabled>.page-link,
.rt-pagination ul li .page-link.disabled,
.rt-pagination ul li.page-item:first-child .page-link { border-radius: 4px 0 0 4px; }
.rt-pagination ul li.page-item:last-child .page-link { border-radius: 0 4px 4px 0; }
.rt-pagination ul li a:hover,
.rt-pagination ul li span:hover,
.rt-pagination ul li.active>.page-link,
.rt-pagination ul li .page-link.active {
    color: #fff ;
    border-color: var(--themeColorPrimary);
    background-color: var(--themeColorPrimary);
}
/*==========================================================================================
		For Mobile Nav use this code in Responsive.css desired Query
==========================================================================================*/
/*
.navbar-toggle{display: block;}
.navbar-collapse.collapse {display: none!important;}
.collapse.in{display:block !important;}
*/
/*==========================================================================================
			For Mobile Nav use this code in Responsive.css desired Query
==========================================================================================*/
/* =============================================
			Theme Styling
============================================= */
.rt-wrapper {
    height: 100%;
    display: flex;
    /* overflow: hidden; */
    padding: 0 0 0 264px;
    flex-direction: column;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.rt-main {
    flex-grow: 1;
    position: relative;
    padding: 32px 24px;
}
/* =============================================
            Login Styling
============================================= */
.rt-Auth__Page__Wrapper {
    height: 100%;
    display: flex;
    padding: 20px;
    align-items: center;
    justify-content: center;
    background: url('images/auth-bg.webp') no-repeat;
    background-size: cover;
}

.rt-Auth__Content {
    width: 100%;
    max-width: 475px;
    background: #fff;
    padding: 64px 56px;
    border-radius: 16px;
}

.rt-Auth__Content .rt-Logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.rt-Logo {
    width: 100%;
    display: block;
    /* max-width: 170px; */
    margin: 0 0 35px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.rt-Logo a {
    display: block;
}

.rt-Logo img {
    width: 100%;
    height: auto;
    display: block;
}

.rt-Auth__Form legend {
    margin: 0 0 40px;
    text-align: center;
}

.rt-Auth__Form legend span {
    display: block;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 500;
    margin: 0 0 18px;
    color: var(--themeDark100);
}

.rt-Auth__Form legend p {
    margin: 0;
    font-size: 14px;
    line-height: 1.2;
    color: var(--themeDark500);
}

.rt-remember__forgot {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rt-Forgot__Passowrd {
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    color: var(--themeColorPrimary);
}

.rt-Remember__Me input[type=checkbox] {
    display: none;
}

.rt-Remember__Me input[type=checkbox] + label {
    margin: 0;
    cursor: pointer;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    padding: 0 0 0 30px;
    color: var(--themeDark600);

    &:before {
        top: 0;
        left: 0;
        content: '';
        width: 20px;
        height: 20px;
        position: absolute;
        border-radius: 2px;
        background: var(--themeBorderColor);
    }
}

.rt-Remember__Me input[type=checkbox]:checked + label {
    &:before {
        background: var(--themeColorPrimary);
    }
}

.rt-Remember__Me input[type=checkbox] + label img {
    top: 6px;
    left: 5px;
    z-index: 2;
    display: none;
    position: absolute;
}

.rt-Remember__Me input[type=checkbox]:checked + label img {
    display: block;
}

.rt-Form__Buttons {
    width: 100%;
    float: left;
    margin: 24px 0 0;
}

.rt-Already__Have__Account {
    width: 100%;
    float: left;
    margin: 20px 0 0;
    text-align: center;
}

.rt-Already__Have__Account p {
    margin: 0;
    font-size: 14px;
    line-height: 16px;
    color: var(--themeDark600);
}

.rt-Already__Have__Account p a,
.rt-Already__Have__Account form button {
    font-weight: 600;
    text-decoration: none;
    color: var(--themeColorPrimary);
}
.rt-Already__Have__Account form button {
    cursor: pointer;
    background: transparent;
}
.rt-Dont__Receive__Code {
    gap: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* =============================================
		    Register Styling
============================================= */
.rt-Register__Page .rt-Auth__Content { padding: 36px 36px 48px; }
/* =============================================
		Verify Otp Styling
============================================= */
.rt-Otp_Fields {
    gap: 24px;
    display: flex;
}
.rt-Otp_Fields .form-control {
    height: 70px;
    font-size: 40px;
    color: #8695AA;
    text-align: center;
    border-radius: 12px;
}
/* =============================================
            Header Styling
============================================= */
.rt-Header {
    width: 100%;
    float: left;
    padding: 12px 24px;
    background: var(--themeBorderColor);
}

.rt-Header__Content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rt-User__Image {
    margin: 0;
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
}

.rt-User__Image a {
    height: 100%;
    display: block;
}

.rt-User__Image a img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.rt-Sidebar {
    top: 0;
    left: 0;
    z-index: 9;
    width: 264px;
    height: 100%;
    display: flex;
    position: fixed;
    flex-direction: column;
    padding: 20px 0 24px 24px;
    border-right: 1px solid #DCDCDC;
    background: var(--themeBorderColor);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.rt-Nav__Area,
.rt-Navigation,
.rt-Navigation ul {
    width: 100%;
    float: left;
}

.rt-Nav__Area {
    flex-grow: 1;
}

.rt-Navigation ul {
    list-style: none;
}

.rt-Navigation ul li {
    width: 100%;
    float: left;
    margin: 6px 0;
    position: relative;
    list-style-type: none;
}

.rt-Navigation ul li a {
    gap: 12px;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    min-height: 32px;
    position: relative;
    align-items: center;
    text-decoration: none;
    color: var(--themeDark700);

    &:after {
        top: 0;
        right: 0;
        height: 0;
        width: 3px;
        content: '';
        position: absolute;
        transition: var(--transition);
        background: var(--themeColorPrimary);
    }

    &:hover {
        &:after {
            height: 100%;
        }
    }
}

.rt-Navigation ul li.rt-active a:after {
    height: 100%;
}

.rt-Navigation ul li a i {
    width: 32px;
    height: 32px;
    display: flex;
    flex-shrink: 0;
    background: #fff;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
}

.rt-Navigation ul li a:hover i {
    color: #fff;
    background: var(--themeColorPrimary);
}

.rt-Navigation ul li a span {
    display: block;
    line-height: 1.2;
    transition: var(--transition);
}

.rt-Navigation ul li a:hover span {
    color: var(--themeColorPrimary);
}

.rt-Navigation ul li.rt-active a i {
    background: var(--themeColorPrimary);
}

.rt-Navigation ul li.rt-active a i svg {
    color: #fff;
}

.rt-Navigation ul li.rt-active a span {
    color: var(--themeColorPrimary);
}

.rt-Logout__Button {
    gap: 12px;
    width: 100%;
    display: flex;
    font-size: 14px;
    cursor: pointer;
    font-weight: 600;
    min-height: 32px;
    position: relative;
    align-items: center;
    text-decoration: none;
    color: var(--themeDark700);
    font-family: 'Jost', sans-serif;
}

.rt-Logout__Icon {
    margin: 0;
    width: 32px;
    height: 32px;
    display: flex;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
    background: var(--themeDangerColor);
}
.rt-Logout__Icon img { transform: rotate(180deg); }
.rt-Btn_-OpenCLose__Sidebar {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.rt-Close___Sidebar {
    padding: 0 0 0 63px;
}

.rt-Close___Sidebar .rt-Btn_-OpenCLose__Sidebar {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.rt-Close___Sidebar .rt-Sidebar {
    width: 63px;
    padding: 20px 15px 15px;
}

.rt-Close___Sidebar .rt-Sidebar .rt-Logo a {
    width: 100%;
    overflow: hidden;
}

.rt-Close___Sidebar .rt-Sidebar .rt-Logo a img {
    width: 110px;
    max-width: none;
}

.rt-Close___Sidebar .rt-Navigation ul li a {
    overflow: hidden;
}

.rt-Close___Sidebar .rt-Logout__Button span {
    display: none;
}

.rt-btn_Go_Practices {
    left: 24px;
    bottom: 72px;
    color: #292929;
    position: absolute;
    background: #DCDCDC;
    width: calc(100% - 48px);
}
/* =============================================
			Staff Styling
============================================= */
.rt-Staff__Page {
    width: 100%;
    float: left;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.rt-Staff__Table__Area {
    width: 100%;
    flex-grow: 1;
    height: 100%;
    display: flex;
}
.rt-Page__Title {
    gap: 20px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 16px;
    align-items: center;
    justify-content: space-between;
}
.rt-PageTitle__BreadCrumbs {
    display: flex;
    flex-direction: column;
}
.rt-PageTitle__BreadCrumbs h1,
.rt-PageTitle__BreadCrumbs h2 {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
    color: var(--themeDark100);
}

.rt-PageTitle__BreadCrumbs p {
    margin: 0;
    font-size: 16px;
    color: #677890;
}

.rt-Theme__BreadCrumbs {
    padding: 12px 0 0;
}

.rt-Theme__BreadCrumbs .breadcrumb {
    padding: 0;
    margin: 0;
    display: flex;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    list-style: center;
    align-items: center;
}

.rt-Theme__BreadCrumbs .breadcrumb li {
    width: auto;
    padding: 0 8px;
    position: relative;
    line-height: inherit;
    list-style-type: none;

    &:first-child {
        padding-left: 0;

        &:before {
            display: none;
        }
    }

    &:before {
        left: 0;
        top: 50%;
        content: '';
        width: 4px;
        height: 8px;
        position: absolute;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        background: url('images/seperator.svg') no-repeat;
    }
}

.rt-Theme__BreadCrumbs .breadcrumb li a {
    gap: 6px;
    display: flex;
    color: #9A9A9C;
    line-height: 12px;
    align-items: center;
}

.rt-Theme__BreadCrumbs .breadcrumb li a img {
    width: 12px;
    height: 12px;
    margin: -2px 0 0;
}

.rt-Theme__BreadCrumbs .breadcrumb li.active {
    color: var(--themeDark100);
}

.rt-Theme__Modal .modal-dialog {
    width: 100%;
    overflow: hidden;
    max-width: 580px;
}

.rt-Theme__Modal .modal-content {
    border: 0;
    width: 100%;
    float: left;
    padding: 24px;
    border-radius: 16px;
}

.rt-Theme__Modal .modal-content .modal-body {
    padding: 0;
    width: 100%;
    float: left;
}

.rt-Theme__Modal .modal-content .modal-header {
    border: 0;
    width: 100%;
    float: left;
    display: flex;
    padding: 0 0 30px;
    align-items: center;
    justify-content: space-between;
}

.rt-Theme__Modal .modal-content .modal-header .modal-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 26px;
    color: var(--themeDark100);
}

.rt-Theme__Modal .modal-content .modal-header p {
    font-size: 16px;
    color: #677890;
}

.rt-Close__Modal {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    background: none;
}

.rt-Close__Modal img {
    width: 100%;
    height: auto;
    display: block;
}

.rt-Two__Cols {
    gap: 24px;
    width: 100%;
    display: flex;
    margin: 0 0 16px;
    align-items: center;
}

.rt-Two__Cols .form-group {
    margin: 0 !important;
}

.rt-Email__Dropdown {
    gap: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.rt-Email__Dropdown .rt-Theme__Dropdown {
    flex-shrink: 0;
}

.rt-Email__Dropdown span {
    text-transform: lowercase;
}

.rt-Theme__Dropdown .btn {
    border: 0;
    padding: 0;

    &:after {
        display: none;
    }
}

.rt-Theme__Dropdown .btn-check:checked + .btn,
.rt-Theme__Dropdown .btn.active,
.rt-Theme__Dropdown .btn.show,
.rt-Theme__Dropdown .btn:first-child:active,
.rt-Theme__Dropdown :not(.btn-check) + .btn:active {
    border: 0;
}

.rt-Theme__Dropdown .dropdown-menu {
    right: 0;
    border: 0;
    left: auto;
    padding: 8px 0;
    list-style: none;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2);
}

.rt-Theme__Dropdown .dropdown-menu li {
    padding: 16px 0;
    list-style-type: none;
}

.rt-Theme__Dropdown .dropdown-menu li + li {
    border-top: 1px solid var(--themeBorderColor);
}

.rt-Theme__Dropdown .dropdown-menu li a,
.rt-Theme__Dropdown .dropdown-menu li button {
    gap: 16px;
    display: flex;
    padding: 0 16px;
    font-size: 14px;
    line-height: 14px;
    align-items: center;
    text-transform: capitalize;

    &:hover {
        background: none;
        color: var(--themeColorPrimary);
    }
}

.rt-Theme__Dropdown .dropdown-menu li a span {
    text-transform: capitalize;
    color: var(--themeDark100);
}

.rt-Theme__Dropdown .dropdown-menu li a:hover span {
    color: var(--themeColorPrimary);
}

.rt-Theme__Dropdown .dropdown-menu li a:hover svg path {
    fill: var(--themeColorPrimary);
}

.rt-form_button_section {
    gap: 16px;
    width: 100%;
    display: flex;
    max-width: 520px;
    align-items: center;
    justify-content: flex-end;
}
.rt-form_button_section .rt-formtheme { max-width: 350px; }
.rt-form_button_section .rt-btn { white-space: nowrap; }
/* =============================================
			Profile Styling
============================================= */
.rt-Profile__Page {
    width: 100%;
    float: left;
}

.rt-Profile__Content {
    width: 100%;
    margin: 0 auto;
    max-width: 744px;
}

.rt-Profile__Image {
    width: 100px;
    height: 100px;
    display: block;
    position: relative;
    margin: 0 auto 30px;
}

.rt-Profile__Image > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.rt-Upload__Profile__Image {
    right: 0;
    bottom: 0;
    width: 35px;
    height: 35px;
    position: absolute
}

.rt-Upload__Profile__Image input[type=file] {
    display: none;
}

.rt-Upload__Profile__Image input[type=file] + label {
    margin: 0;
    width: 100%;
    height: 100%;
    display: flex;
    cursor: pointer;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background: var(--themeColorPrimary);
}

.rt-Upload__Profile__Image input[type=file] + label img {
    width: 18px;
    height: auto;
}

.rt-Form__Profile .rt-Form__Buttons {
    gap: 24px;
    margin: 0;
    display: flex;
    align-items: center;
}

.rt-Button__Input__Holder {
    width: 100%;
    float: left;
    position: relative;
}

.rt-Button__Change__Password {
    top: 50%;
    z-index: 2;
    right: 16px;
    display: flex;
    color: white;
    padding: 0 12px;
    font-size: 12px;
    min-height: 30px;
    line-height: 14px;
    position: absolute;
    border-radius: 6px;
    align-items: center;
    justify-content: center;
    background: rgba(25, 28, 34, 0.8);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.rt-Change__Password__Modal .modal-dialog {
    max-width: 472px;
}

.rt-Form__Change__Password .rt-Form__Buttons {
    margin: 0;
}

/* =============================================
			Dashboard Styling
============================================= */
.rt-Calendar__Area,
.rt-Schedule__Calendar {
    width: 100%;
    float: left;
}

.rt-Schedule__Calendar__Holder {
    width: 100%;
    float: left;
    padding: 20px;
    position: relative;
    border-radius: 8px;
    border: 1px solid var(--themeBorderColor);
}

.rt-Calendar__Head {
    width: 100%;
    float: left;
    display: flex;
    margin: 0 0 26px;
}

.rt-Calendar__Head h2 {
    margin: 0;
    line-height: 1;
    color: var(--themeDark950);
    font-size: 16px;
    font-weight: 600;
}

.fc-today-button,
.fc-listWeek-button,
.fc-license-message,
.fc-timeGridDay-button,
.fc-daygrid-week-number,
.fc-timeGridWeek-button,
.fc-dayGridMonth-button {
    display: none !important;
}

.fc-header-toolbar {
    top: 15px;
    gap: 10px;
    z-index: 3;
    right: 20px;
    position: absolute;
    margin: 0 !important;
}

.fc-header-toolbar .fc-toolbar-chunk:first-child {
    order: 2;
}

.fc-header-toolbar .fc-toolbar-chunk:nth-child(2) {
    order: 1;
}

.fc-header-toolbar .fc-toolbar-chunk:last-child {
    display: none;
}

.fc-toolbar-title {
    line-height: 1;
    font-size: 16px !important;
    color: var(--themeDark600);
    font-family: 'Jost', sans-serif;
}

.fc-header-toolbar .fc-button-group {
    gap: 10px;
}

.fc-prev-button,
.fc-next-button {
    width: 18px;
    height: 18px;
    align-items: center;
    padding: 0 !important;
    justify-content: center;
    display: flex !important;
    background: none !important;
    border-radius: 50% !important;
    border: 1px solid #525252 !important;
}

.fc-prev-button span,
.fc-next-button span {
    color: #525252 !important;
    font-size: 12px !important;
}

.fc-scrollgrid {
    border: 0 !important
}

.fc-col-header thead tr th {
    border-radius: 0;
    padding: 4px 10px;
    border-color: #fff;
    background: #E8E9E9;

    &:first-child {
        border-radius: 6px 0 0 0;
    }

    &:last-child {
        border-right: 0;
        border-radius: 0 6px 0 0;
    }
}

.fc-scrollgrid tbody tr td {
    text-align: left;
    padding: 0 !important;
}

.fc-view-harness {
    height: 550px !important
}

.fc-daygrid-day {
    background: none !important;
}

.fc .fc-daygrid-day-top {
    padding: 10px;
}

.fc .fc-daygrid-day-top,
.fc-daygrid-day-top {
    color: var(--themeDark950);
    flex-direction: initial;
}

.fc-day-other .fc-daygrid-day-frame {
    background: #F4F9FF;
}

.fc .fc-daygrid-day-number {
    padding: 0;
    color: var(--themeDark950);
}

.fc-theme-standard td,
.fc-theme-standard th {
    border-color: var(--themeBorderColor);
}

.fc-h-event {
    border: 0;
    background: none;
}

.fc-h-event .fc-event-title-container {
    padding: 4px 8px;
    border-radius: 4px;
    background: #0C8D1B;
}

.fc-h-event .fc-event-title-container .fc-event-title {
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    font-family: 'Jost', sans-serif;
}
.fc-h-event .fc-event-title{
    width:100%;
    padding: 4px 6px !important;
    border-radius: 4px !important;
}


.fc-direction-ltr .fc-daygrid-event.fc-event-end,
.fc-direction-rtl .fc-daygrid-event.fc-event-start {
    border: 0;
    color: var(--themeDark950);
    max-width: 100%;
    border-radius: 2px;
    background: transparent;
    padding: 0;
}

.fc .fc-col-header-cell-cushion {
    color: #000;
}

.rt-Manage__Staff__Area {
    width: 100%;
    float: left;
    margin: 40px 0 0;
}

.rt-Manage__Staff__Head {
    gap: 16px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 16px;
    align-items: center;
    justify-content: space-between;
}

.rt-Manage__Staff__Head h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
    color: var(--themeDark100);
}

.rt-Manage__Staff__Head .rt-btn {
    padding: 0 16px;
}

/* =============================================
			Schedule Styling
============================================= */
.rt-Title__Buttons {
    gap: 8px;
    display: flex;
    align-items: center;
}

.rt-Schedule__Slider__Area {
    width: 100%;
    float: left;
}

.schedule-container {
    width: 100%;
    /* overflow-x: auto; */
    position: relative;
}

.rt-Schedule__Date__Employees {
    width: 100%;
    float: left;
    overflow-x: auto;
    border-radius: 8px;
    border: 1px solid var(--themeBorderColor);
}

.rt-Schedule__Slider,
.rt-Schedule__Slider .item,
.rt-Schedule__Slider .owl-item {
    width: 100%;
    float: left;
}

.schedule-header,
.employee-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.schedule-header {
    min-height: 40px;
}

.rt-Employee__Rows {
    width: 100%;
    float: left;
}

/* .employee-row{&:nth-child(even){background: #F6F7F9;}} */
.employee-row:nth-child(even) span {
    background: #F6F7F9;
}

.employee-row:nth-child(even) .employee-name {
    background: #F6F7F9;
}

.employee-name,
.employee-header {
    left: 0;
    z-index: 1;
    width: auto;
    min-width: 200px;
    flex-shrink: 0;
    font-size: 14px;
    padding: 0 16px;
    position: sticky;
    text-align: left;
    line-height: 16px;
    background-color: white;
}

.employee-header {
    display: flex;
    color: #464646;
    font-weight: 600;
    min-height: 40px;
    align-items: center;
}

.employee-name {
    display: flex;
    color: #656565;
    min-height: 50px;
    align-items: center;
}

.dates,
.schedule-dates {
    flex: 1;
    display: grid;
    min-width: 100%;
    grid-template-columns: repeat(31, minmax(0, 1fr));
}

.dates {
    min-height: 40px;
}

.schedule-dates {
    min-height: 50px;
}

.dates span,
.schedule-dates span {
    display: flex;
    min-width: 40px;
    align-items: center;
    justify-content: center;
}

.present {
    color: #4CAF50;
}

.absent {
    color: #F44336;
}

.not-marked {
    color: #cccccc;
}

.dates span {
    color: #333;
    font-size: 14px;
}

.rt-Attendance__Count {
    display: flex;
    font-size: 14px;
    min-width: 34px;
    min-height: 22px;
    line-height: 16px;
    font-style: normal;
    margin: 0 0 0 10px;
    background: #F2F7FD;
    border-radius: 30px;
    align-items: center;
    justify-content: center;
    border: 1px solid #C3DCF4;
    color: var(--themeColorPrimary);
}

.rt-Calendar__Month {
    width: 100%;
    float: left;
    margin: 0 0 16px;
}

.rt-Calendar__Month h3 {
    margin: 0;
    color: var(--themeDark950);
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
}

.owl-nav {
    top: 0;
    gap: 10px;
    right: 18px;
    display: flex;
    position: absolute;
    align-items: center;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-prev,
.owl-next {
    width: 18px;
    height: 18px;
    display: flex;
    background: #fff;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    line-height: inherit !important;
    border: 1px solid #525252 !important;
}

.owl-prev:hover,
.owl-next:hover {
    color: #fff !important;
    background: var(--themeColorPrimary) !important;
    border-color: var(--themeColorPrimary) !important;
}

.owl-prev span,
.owl-next span {
    height: 100%;
    display: flex;
    margin-top: -1px;
    align-items: center;
    line-height: inherit;
    justify-content: center;
}

.rt-Select_Assignee_Dropdown .dropdown-toggle {
    width: 100%;
    display: flex;
    font-size: 14px;
    color: #8695AA;
    padding: 11px 16px;
    border-radius: 4px;
    position: relative;
    border: 1px solid #EFEFEF !important;
}

.rt-Select_Assignee_Dropdown .dropdown-toggle:before {
    top: 50%;
    z-index: 2;
    right: 16px;
    width: 13px;
    height: 6px;
    display: block;
    position: absolute;
    text-align: center;
    pointer-events: none;
    color: var(--themeDark950);
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='6' viewBox='0 0 16 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M14.6001 1.45825L9.16681 6.89159C8.52515 7.53325 7.47515 7.53325 6.83348 6.89159L1.40015 1.45825' stroke='%23292D32' stroke-width='1.25' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E");
    background-repeat: no-repeat;
    content: "";
}

.rt-Select_Assignee_Menu {
    width: 100%;
    padding: 0 16px !important;
    box-shadow: 0px 8px 16px 0px #00000014 !important;
}

.rt-Select_Assignee_Menu li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rt-Select_Assignee_Menu li + li { border-top: 1px solid #EFEFEF; }

.rt-Select_Assignee_Menu li button {
    font-size: 14px;
    color: #191C22;
    background: transparent;
}

.rt-Not_Available_Tag {
    display: flex;
    padding: 0 12px;
    font-size: 10px;
    color: #FF2B43;
    font-weight: 500;
    line-height: 23px;
    align-items: center;
    border-radius: 30px;
    background: #FFF0F2;
    justify-content: center;
}
/* =============================================
			Create Schedule Styling
============================================= */
.rt-Steps__Detail__Area {
    gap: 24px;
    width: 100%;
    float: left;
    display: flex;
    align-items: flex-start;
}

.rt-Steps__Area {
    width: 100%;
}

/* .rt-Steps__Area{flex-grow: 1;} */
.rt-Schedule__Preview__Sidebar {
    width: 100%;
    flex-shrink: 0;
    max-width: 360px;
}

.step {
    display: none;
}

.step.active {
    display: block;
}

#provider-list {
    list-style: none;
    padding: 0;
}

.rt-Step,
.rt-Step__Head,
.rt-Create__Schedule__Form {
    width: 100%;
    float: left;
}

.rt-Step__Head {
    margin: 0 0 30px;
}

.rt-Step__Head h2 {
    width: 100%;
    float: left;
    color: var(--themeDark950);
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
}

.rt-Step__Head p {
    width: 100%;
    float: left;
    color: #677890;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 8px;
    line-height: 18px;
}

.rt-Step__Head h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    color: var(--themeColorPrimary);
}

.rt-Create__Schedule__Form .form-group {
    margin: 0 0 16px;
}

.rt-Create__Schedule__Form .form-group label {
    width: 100%;
    float: left;
    font-size: 12px;
    margin: 0 0 8px;
    font-weight: 500;
    line-height: 14px;
    color: var(--themeDark100)
}

.rt-Dates__Holder {
    display: flex;
    min-height: 48px;
    border-radius: 4px;
    align-items: center;
    border: 1px solid var(--themeBorderColor);
}

.rt-Dates__Holder input {
    border: 0;
}

.rt-Dates__Holder .rt-icon {
    position: absolute;
    top: 50%;
    right: 16px;
    pointer-events: none;
    transform: translateY(-50%);
}

.rt-Info__Area {
    width: 100%;
    float: left;
    margin: 0 0 24px;
}

.rt-Info__Area p {
    margin: 0;
    color: #677890;
    font-size: 12px;
    line-height: 14px;
}

.rt-Info__Area p strong {
    color: #677890;
    font-weight: 600;
}

.rt-Accordion__Body,
.rt-Accordion__Item,
.rt-Steps__Accordion,
.rt-Accordion__Button,
.rt-Accordion__Header,
.rt-Accordion__Collapse {
    width: 100%;
    float: left;
}

.rt-Steps__Accordion {
    margin: 0 0 24px;
}

.rt-Accordion__Item {
    border-radius: 4px;
    border: 1px solid #EFEFEF !important;
}

.rt-Accordion__Item + .rt-Accordion__Item {
    margin: 8px 0 0;
}

.rt-Accordion__Button {
    font-size: 14px;
    box-shadow: none;
    padding: 12px 16px;
    color: var(--themeDark100);
    background: none !important;
    justify-content: space-between;

    &:after {
        margin: 0;
        width: 10px;
        height: 6px;
        background: url('/images/arrow-down-icon.png') no-repeat;
        background-size: contain;
    }

    &:focus {
        border: 0;
        outline: 0;
        box-shadow: none;
    }
}

.accordion-button:not(.collapsed) {
    box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
    background: url('/images/arrow-down-icon.png') no-repeat;
    background-size: contain;
}

.rt-Accordion__Body {
    padding: 0 16px 16px;
}

.rt-New__Dates__Fields {
    width: 100%;
    float: left;
}

.rt-Duplicates__Dates {
    position: relative;
    padding: 0 60px 0 0
}

.rt-Delete__Date__Button {
    top: 22px;
    right: 0;
    width: 52px;
    height: 48px;
    display: flex;
    position: absolute;
    border-radius: 4px;
    align-items: center;
    background: #FFF0F2;
    justify-content: center;
}

.rt-Delete__Date__Button img {
    width: 12px;
    height: 15px;
}

.rt-Add__Date__Button {
    display: flex;
    padding: 0 20px;
    font-size: 14px;
    min-height: 40px;
    font-weight: 600;
    line-height: 16px;
    border-radius: 4px;
    background: #F2F7FD;
    align-items: center;
    justify-content: center;
    color: var(--themeColorPrimary);
    border: 1px solid var(--themeColorPrimary);
}

.rt-Schedule__Detail__Area {
    width: 100%;
    float: left;
    border-radius: 8px;
    border: 1px solid var(--themeBorderColor);
}

.rt-Schedule__Detail__Head {
    width: 100%;
    float: left;
    padding: 20px 24px;
    border-bottom: 1px solid var(--themeBorderColor);
}

.rt-Schedule__Detail__Head h3 {
    margin: 0;
    color: var(--themeDark950);
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
}

.rt-Detail__Content__Holder {
    width: 100%;
    float: left;
    padding: 24px;
}

.rt-Detail__Title,
.rt-Providers__Area {
    width: 100%;
    float: left;
}

.rt-Detail__Title {
    margin: 0 0 12px;
}

.rt-Detail__Title h4 {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    color: var(--themeDark950);
}

.rt-Selected__Providers {
    gap: 4px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
}

.rt-Selected__Providers li {
    gap: 6px;
    display: flex;
    padding: 0 12px;
    font-size: 14px;
    min-height: 22px;
    line-height: 16px;
    align-items: center;
    border-radius: 30px;
    background: #F2F7FD;
    list-style-type: none;
    border: 1px solid #C3DCF4;
    justify-content: space-between;
    color: var(--themeColorPrimary);
}

.rt-Btn__Delete {
    background: none;
    line-height: 12px;
    color: var(--themeColorPrimary);
}

.rt-Detail__Selected__Dates {
    width: 100%;
    float: left;
    margin: 24px 0 0;
}

.rt-Selected__Dates {
    gap: 6px;
    width: 100%;
    float: left;
    display: flex;
    font-size: 14px;
    padding: 0 16px;
    min-height: 48px;
    background: #fff;
    line-height: 16px;
    border-radius: 4px;
    align-items: center;
    color: var(--themeDark100);
    border: 1px solid var(--themeBorderColor);
}

.rt-btn-see-rules {
    width: 100%;
    float: left;
    margin: 20px 0 0;
    background: #F2F7FD;
    color: var(--themeColorPrimary);
}

.rt-Rules,
.rt-See__Rules__Content {
    width: 100%;
    float: left;
}

.rt-Rules {
    list-style: none;
}

.rt-Rules li {
    width: 100%;
    float: left;
    list-style-type: none;
}

.rt-Rules li + li {
    margin: 4px 0 0;
}

.rt-Rules li p {
    margin: 0;
    color: #526077;
    font-size: 16px;
    line-height: 20px;
}

.rt-Rules li p strong {
    color: var(--themeDark100);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.pickmeup,
.rt-Two__Calendar {
    width: 100%;
    float: left;
}

.rt-Two__Calendar {
    margin: 0 0 24px;
}

.pickmeup {
    gap: 24px;
    display: flex;
    border-radius: 0;
    background: none;
}

.pickmeup .pmu-instance {
    padding: 0;
    width: 100%;
    max-width: 360px;
    min-height: 390px;
    padding: 14px 12px;
    border-radius: 8px;
    border: 1px solid var(--themeBorderColor);
}

.pmu-instance nav {
}

.pmu-prev,
.pmu-next {
    display: none !important;
}

.pickmeup .pmu-instance nav {
    width: 100%;
    float: left;
}

.pickmeup .pmu-instance nav .pmu-month {
    float: left;
    font-size: 14px;
    text-align: left;
    margin: 0 0 14px;
    font-weight: bold;
    line-height: 16px;
    width: 100% !important;
    color: var(--themeDark950);
}

.pmu-day-of-week {
    display: grid !important;
    grid-template-columns: repeat(7, minmax(0, 1fr));
}

.pmu-day-of-week > div {
    height: 48px;
    font-size: 16px;
    text-align: left;
    font-weight: 500;
    line-height: 16px;
    text-align: center;
    align-items: center;
    width: 100% !important;
    justify-content: center;
    display: flex !important;
    text-transform: uppercase;
    color: var(--themeDark950);
}

.rt-Input__Eye__Icon {
    width: 100%;
    float: left;
    position: relative;
}

.rt-Input__Eye__Icon .form-control {
    padding: 10px 50px 10px 16px;
}

.rt-Toggle__Password {
    top: 50%;
    z-index: 2;
    right: 16px;
    height: 18px;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.rt-Toggle__Password img{display: block;}

.pmu-days {
    width: 100%;
    float: left;
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
}

.pmu-days .pmu-button {
    height: 48px;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    border-radius: 50%;
    align-items: center;
    width: 100% !important;
    justify-content: center;
    display: flex !important;
    color: var(--themeDark950) !important;
}

.pmu-days .pmu-not-in-month {
    color: var(--themeDark300) !important;
}

.pmu-today,
.pmu-selected {
    background: #C3DCF4 !important;
}

.swal2-popup {
    width: 100%;
    max-width: 460px;
    border-radius: 10px;
}

.rt-Success__Modal .modal-dialog {
    max-width: 440px;
}

.rt-Success__Content {
    width: 100%;
    float: left;
    text-align: center;
}

.rt-Success__Modal .modal-header {
    padding: 0 !important;
    justify-content: flex-end !important;
}

.rt-Success__Content img {
    width: 140px;
    height: 140px;
    display: block;
    margin: 0 auto 20px;
}

.rt-Success__Content svg { margin-bottom: 10px; }

.rt-Success__Content h4 {
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 10px;
    line-height: 26px;
    color: var(--themeDark100);
}

.rt-Success__Content p {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    color: var(--themeDark500);
}

.rt-Success__Content p span {
    display: block;
}

.rt-DeleteModal .rt-Success__Content .rt-Form__Buttons {
    gap: 20px;
    display: flex;
    align-items: center;
}

.rt-DeleteModal .rt-Success__Content h4 {
    margin: 10px 0;
}

.rt-Error__Page {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.rt-Error__Content__Holder {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    max-width: 500px;
}

.rt-Error__Image {
    width: 100%;
    max-width: 500px;
    margin-bottom: 20px;
}

.rt-Error__Image img {
    width: 100%;
    height: auto;
    display: block;
}

.rt-Error__Content {
    width: 100%;
    display: flex;
    text-align: center;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.rt-Error__Content h1 {
    line-height: 1;
    font-weight: 500;
    margin-bottom: 10px;
    color: var(--themeDark100);
    font-size: var(--404errortitle);
}

.message {
    color: #666;
    font-size: 24px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 5px;
    color: var(--themeDark100);
}

.subtext {
    color: #7C7C7C;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 40px;
}

.rt-Error__Content .rt-btn {
    width: 100%;
    max-width: 170px;
}

.rt-No__Data__Found {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.rt-No__Data__Found .rt-Error__Image {
    max-width: 400px;
}

.rt-No__Data__Found .rt-Error__Content .rt-btn {
    width: auto;
    max-width: none;
}

.rt-No__Data__Found .rt-Error__Content .subtext {
    margin-bottom: 25px
}

.rt-Sidebar .rt-Btn_-OpenCLose__Sidebar {
    top: 23px;
    right: 10px;
    display: none;
    position: absolute;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
    color: rgba(57, 57, 57, 0.2);
}

.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
    color: rgba(57, 57, 57, 0.7);
}

.flatpickr-day[aria-current="date"],
.flatpickr-day.today:hover, .flatpickr-day.today:focus {
    background: var(--themeColorPrimary);
    border-color: var(--themeColorPrimary);
    color: #fff;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
    color: var(--themeColorPrimary);
    fill: var(--themeColorPrimary);
}

.rt-Btn_-OpenCLose__Sidebar {
    opacity: 0;
    visibility: hidden;
}

.select2-container { width: 100% !important; }

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
    height: auto;
    cursor: pointer;
    min-height: 48px;
    padding: 9px 15px;
    border: 1px solid #EFEFEF;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: auto;
    display: none;
    min-height: 48px;
}

.select2-dropdown {
    z-index: 9999;
    border-color: var(--themeColorPrimary);
}

.select2-container .select2-search--inline .select2-search__field {
    margin: 0;
    cursor: pointer;
    font-size: 14px;
    color: #677890;
}

.select2-container--default.select2-container--focus .select2-selection--single, .select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: var(--themeColorPrimary);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    min-width: 65px;
    line-height: 17px;
    border-radius: 100px;
    background: #F2F7FD;
    padding: 5px 20px 5px 12px;
    border: 1px solid var(--themeColorPrimary);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    padding: 0;
    font-size: 14px;
    line-height: 17px;
    color: var(--themeColorPrimary);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    top: 46%;
    border: 0;
    right: 2px;
    left: auto;
    transform: translateY(-50%);
    color: var(--themeColorPrimary);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    background: transparent;
    color: var(--themeColorPrimary);
}

.select2-container--default .select2-results > .select2-results__options {
    padding: 10px 16px !important;
}

.select2-results__option{
    list-style-type: none;
    background-color: transparent;
    color: var(--themeDark100);
    padding: 5px 12px;
    border-radius: 5px;
    /* padding: 12px 12px; */
    border-bottom: 1px solid #EFEFEF;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    color: #fff;
    background-color: var(--themeColorPrimary);
    list-style-type: none;
    /* border-bottom: 1px solid #EFEFEF; */
    &:last-child {
        border: 0;
    }
}

.select2-container--default .select2-results__option--selected {
    background-color: var(--themeColorPrimary);
    color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    padding: 0 !important;
    right: 30px !important;
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable { padding-right: 60px !important; }

.rt-Tag__Holder{position: relative;}
.rt-Current__Assignee__Tag{
    top: 50%;
    z-index: 2;
    right: 16px;
    display: flex;
    padding: 0 8px;
    font-size: 12px;
    min-height: 24px;
    color: #3F7B3E;
    line-height: 14px;
    position: absolute;
    align-items: center;
    border-radius: 30px;
    justify-content: center;
    background: rgba(63, 123, 62, 0.1);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 1200px) {
    .rt-Steps__Detail__Area {
        flex-direction: column-reverse;
    }

    .rt-Schedule__Preview__Sidebar {max-width: 100%;}
}

@media (max-width: 991px) {
    .rt-wrapper {padding: 0;}
    .rt-Sidebar {
        left: -100%;
    }

    .rt-Btn_-OpenCLose__Sidebar {
        visibility: visible;
        opacity: 1;
    }

    .rt-Close___Sidebar .rt-Sidebar {
        left: 0;
        width: 264px;
    }

    .rt-Sidebar .rt-Btn_-OpenCLose__Sidebar {
        display: block;
    }

    .rt-Close___Sidebar .rt-Logout__Button span {
        display: block;
    }
}

@media (max-width: 767px) {
    .rt-main {
        padding: 30px 15px;
    }

    .dates, .schedule-dates {
        display: flex;
    }
}

@media (max-width: 640px) {
    .fc-h-event .fc-event-title{
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}
@media (max-width: 600px) {
    .rt-Two__Cols {
        gap: 16px;
        flex-direction: column;
    }
}

@media (max-width: 576px) {
    .rt-Auth__Content {padding: 20px 16px;}
    .rt-Theme__Modal .modal-dialog {
        margin: 0;
        padding: 20px;
    }
    .fc-col-header-cell{padding: 4px !important;}
}

@media (max-width: 480px) {
    .rt-Form__Buttons {
        gap: 16px;
        flex-direction: column-reverse;
    }

    .rt-Dates__Holder {
        flex-direction: column;

        & > div {
            border-bottom: 1px solid var(--themeBorderColor);
        }
    }

    .rt-btn {
        height: 44px;
    }

    .rt-Title__Buttons {
        width: 100%;
        flex-direction: column;

        & > .rt-btn {
            width: 100%;
            height: 44px;
        }
    }

    .rt-btn.rt-bgThemeColor {
        width: 100%;
        height: 44px;
    }

    .rt-Calendar__Head {
        margin-bottom: 12px;
    }

    .fc-header-toolbar {
        position: static;
        margin: 0 0 16px !important;
    }

    .rt-form_button_section { flex-direction: column; }

    .rt-Otp_Fields { gap: 16px; }
}
.rt-Loader__Area{
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    z-index: 9;
}
.lds-dual-ring,
.lds-dual-ring:after {
  box-sizing: border-box;
}
.lds-dual-ring {
    width: 60px;
    height: 48px;
    display: block;
    margin: 0 auto;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 45px;
  height: 45px;
  margin: 8px;
  border-radius: 50%;
  border: 4px solid var(--themeColorPrimary);
  border-color: var(--themeColorPrimary) transparent var(--themeColorPrimary) transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.rt-Schedule__Shifts__Page{
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}
.fc .fc-daygrid-more-link{
    color: #fff;
    width: 100%;
    padding: 5px;
    margin-top: 5px;
    background: #2a7fc5;
}
.fc .fc-daygrid-more-link:hover{background: #196aad;}
.fc-theme-standard .fc-popover{
    z-index: 9;
    background: white;
    overflow: hidden;
    border-radius: 5px;
}
.fc-theme-standard .fc-popover-header{background: var(--themeColorPrimary);}
.fc .fc-popover-close,
.fc .fc-popover-title{ color: #fff; }
.fc-popover-body .fc-daygrid-event-harness .fc-event .fc-event-reassign-title {
    padding: 0 5px !important;
    border-radius: 5px !important;
}
.fc-popover-body .fc-daygrid-event-harness .fc-event .fc-event-title,
.fc-popover-body .fc-daygrid-event-harness .fc-event  {padding: 0 5px !important;}

.rt-See__Rules__Modal .modal-dialog { max-width: 640px; }

/* =============================================
			Practice Styling
============================================= */
.rt-Practice_main { padding: 50px 0; }

.rt-Practice_page {
    width: 100%;
    float: left;
    height: 100%;
    display: flex;
    min-height: 650px;
    flex-direction: column;
}
.rt-Practice_page .rt-Page__Title { margin: 0 0 40px; }
.rt-Practice_Department_Section {
    gap: 56px;
    height: 100%;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.rt-Practice_Departments_Area { display: flex; }
.rt-Practice_Departments {
    gap: 24px;
    display: grid;
    flex-wrap: wrap;
    list-style: none;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.rt-Practice_Departments > li {
    width: 100%;
    list-style: none;
    position: relative;
    border-radius: 12px;
    border: 1px solid #EFEFEF;
}
.rt-Practice_Departments > li.rt-active {
    border-color: #2A7FC5;
    box-shadow: 0px 0px 0px 2px var(--Primary100);
}
.rt-Practice_Departments li .rt-Page__Title { margin: 0 0 12px; }
.rt-Practice_Departments li .rt-Page__Title.practice-name { cursor: pointer; }
.rt-Practice_Departments li .rt-Theme__Dropdown {
    top: 28px;
    right: 18px;
    z-index: 99;
    display: flex;
    position: absolute;
}
.rt-Practice_Departments li .rt-Theme__Dropdown .btn {
    display: flex;
    transform: rotate(90deg);
}
.rt-Practice_Content {
    gap: 16px;
    flex-grow: 1;
    height: 100%;
    display: flex;
    padding: 16px;
    cursor: pointer;
    align-items: flex-start;
    flex-direction: column;
}
.rt-Practice_Departments li .rt-description p {
    margin: 0;
    font-size: 14px;
    color: #7C7C7C;
    line-height: 24px;
    word-break: break-all;
}
@media (max-width: 1040px) {
    .rt-form_button_section,
    .rt-form_button_section .rt-formtheme { max-width: 100%; }
}

@media (max-width: 991px) {
    .rt-Practice_main { padding: 60px 0; }
    .rt-Practice_Departments {
        gap: 16px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media (max-width: 767px) {
    .rt-Practice_Departments { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 567px) {
    .rt-Practice_Departments { grid-template-columns: repeat(1, minmax(0, 1fr)); }
}
/* =============================================
		No Practice Yet Styling
============================================= */
.rt-No_Practice_Yet_Section {
    gap: 48px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.rt-No_Practice_Img {
    margin: 0;
    width: 500px;
    height: 320px;
    overflow: hidden;
}
.rt-No_Practice_Img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.rt-No_Practice_Yet_Content {
    gap: 16px;
    display: flex;
    text-align: center;
    flex-direction: column;
}
.rt-No_Practice_Yet_Content h3 {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    color: #191C22;
    line-height: 1.3;
}
.rt-No_Practice_Yet_Content p {
    font-size: 14px;
    color: #7C7C7C;
    line-height: 22px;
}
.rt-No_Practice_Yet_Content p span { display: block; }
@media (max-width: 767px) {
    .rt-No_Practice_Img {
        width: 400px;
        height: 250px;
    }
}
/* =============================================
			Time Off Styling
============================================= */
.rt-Timeoff__Page {
    width: 100%;
    float: left;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.rt-Timeoff_Table_Area {
    width: 100%;
    flex-grow: 1;
}
.rt-CountNum {
    padding: 0 5px;
    font-size: 14px;
    color: #191C22;
    line-height: 26px;
    text-align: center;
    font-style: normal;
    border-radius: 30px;
    background: #DCDCDC;
    display: inline-block;
}
.rt-Timeoff_Status {
    font-size: 14px;
    padding: 0 16px;
    font-weight: 600;
    line-height: 32px;
    border-radius: 16px;
    display: inline-block;
    vertical-align: middle;
}
.rt-Timeoff_Added {
    color: #159F25;
    background: #E0FFE3;
}
.rt-TimeNot_Added {
    color: #B2501C;
    background: #FDF8EF;
}
.rt-btnedit {
    padding: 0;
    width: 32px;
    height: 32px;
    color: #292D32;
    line-height: 32px;
    border-radius: 4px;
    background: #ECEEF2;
}
.rt-btnviewdetail {
    height: 32px;
    color: #fff;
    padding: 0 16px;
    line-height: 32px;
    border-radius: 6px;
    background: #3D3D3D;
}
.rt-btnaddtimeoff {
    height: 32px;
    color: #fff;
    line-height: 32px;
    border-radius: 6px;
    background: #2A7FC5;
}
.rt-btnaddtimeoff:hover {
    color: #292D32;
    background: #ECEEF2;
 }
 .fc-daygrid-event {
    padding: 2px 5px;
    border-radius: 2px;
    background: #F71C35;
}
.fc-daygrid-event span {
    color: #fff !important;
    font-weight: 400 !important;
}
/* =============================================
		Timeoff Modal Styling
============================================= */
.rt-Timeoff__Modal .rt-Create__Schedule__Form .rt-Delete__Date__Button { top: 1px; }
.rt-Timeoff__Modal .rt-Create__Schedule__Form .rt-New__Dates__Fields {
    overflow: auto;
    min-height: 24px;
    max-height: 248px;
    padding-right: 5px;
    margin-bottom: 12px;
}
.rt-Timeoff__Modal .rt-Create__Schedule__Form .rt-New__Dates__Fields::-webkit-scrollbar {
    width: 5px;
    height: 10px;
    border-radius: 10px;
    background-color: transparent;
    box-shadow: inset 0 0 5px var(--themeBorderColor);
}
.rt-Timeoff__Modal .rt-Create__Schedule__Form .rt-New__Dates__Fields::-webkit-scrollbar-thumb {
    width: 5px;
    height: 10px;
    border-radius: 10px;
    background: #2A7FC5;
}
/* =============================================
		Scheduled Dates Modal Styling
============================================= */
.rt-Scheduled_Date_Modal .modal-dialog { max-width: 734px; }
.rt-Scheduled_Date_Modal .modal-dialog .fc-header-toolbar {
    top: -40px;
    right: 5px;
}
/* =============================================
		Shift Detail Modal Styling
============================================= */
.rt-Shift_Detail__Modal .modal-dialog { max-width: 434px; }
.rt-btncancel {
    color: #191C22;
    background: transparent;
    border: 1px solid #191C22;
}
.rt-btncancel:hover { background: #191C22; }
/* =============================================
		Publish Schedule Modal Styling
============================================= */
.rt-btnPublishSchedule {
    color: white;
    min-width: 266px;
    background: var(--themeColorPrimary);
}
/* =============================================
		Finalized Schedules Styling
============================================= */
.rt-Finalized_Schedule__Page {
    width: 100%;
    float: left;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.rt-Finalized_Schedule_Holder {
    gap: 12px;
    width: 100%;
    display: flex;
    list-style: none;
    flex-direction: column;
}
.rt-Finalized_Schedule_Holder > li {
    width: 100%;
    display: flex;
    padding: 16px;
    list-style: none;
    border-radius: 4px;
    align-items: center;
    border: 1px solid #EFEFEF;
    justify-content: space-between;
}
.rt-Finalized_Schedule_Content h2 {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #191C22;
    line-height: 20px;
}
.rt-Finalized_Schedule_Content time {
    font-size: 12px;
    color: #7C7C7C;
    line-height: 17px;
}
.rt-Theme_Small_Btn {
    padding: 0;
    width: 34px;
    height: 34px;
    color: #464646;
    line-height: 32px;
    border-radius: 4px;
    background: #F6F7F9;
}
.rt-Modal_Calendar table,
.rt-Modal_Calendar .fc-daygrid-body.fc-daygrid-body-unbalanced { width: 100% !important; }
.rt-Modal_Calendar .fc-toolbar-title { display: none; }
.rt-Modal_Calendar .fc-view-harness { height: 430px !important; }
.rt-Finalized_Dropdown_Menu { width: 210px; }
/* =============================================
		Finalized Schedules Styling
============================================= */
.rt-Review_Page {
    width: 100%;
    float: left;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.rt-Review_Calendar .fc-header-toolbar { top: -75px; }
.rt-Finalized_Dropdown_Menu { width: 210px; }
/* =========================================================================
		            Home Page Styling
============================================================================ */
/* =============================================
            Banner Styling
============================================= */
.bg-banner {
    background: url('../images/home/bg-banner.svg') no-repeat center center / cover;
}
/* =============================================
            Features Styling
============================================= */
.feature-tab,
.feature-Tabs-Section .nav-pills .nav-link { opacity: 0.30; }
.feature-tab.active,
.feature-Tabs-Section .nav-pills .nav-link.active {
    opacity: 1;
    background-color: transparent;
}
/* =============================================
            How it works Styling
============================================= */
.how-WorksInner {}
/* =============================================
            Testimonials Styling
============================================= */
.testimonials-slider { padding-top: 11.5rem !important; }
.testimonials-slider .swiper-button-next,
.testimonials-slider .swiper-button-prev {
    margin: 0;
    top: 132px;
    left: auto;
    width: 40px;
    height: 40px;
    display: flex;
    color: #3D3D3D;
    align-items: center;
    border-radius: 30px;
    background: #F6F7F9;
    justify-content: center;
    border: 1px solid #EFEFEF;
}
.testimonials-slider .swiper-button-next { right: 20px; }
.testimonials-slider .swiper-button-prev { right: 75px; }
.testimonials-slider .swiper-button-next:after,
.testimonials-slider .swiper-button-prev:after { display: none; }
@media (min-width: 1280px) {
    .testimonials-slider { margin-left: calc((100% - 80rem) / 2)!important; }
    .testimonials-slider .swiper-button-next { right: 315px; }
    .testimonials-slider .swiper-button-prev { right: 370px; }
}
@media (min-width: 767px) {
    .testimonials-slider .swiper-button-next,
    .testimonials-slider .swiper-button-prev { top: 0; }
    .testimonials-slider .swiper-button-next { right: 130px; }
    .testimonials-slider .swiper-button-prev { right: 185px; }
}
@media (min-width: 640px) {
    .testimonials-slider .swiper-button-next,
    .testimonials-slider .swiper-button-prev { top: 24px; }
}
/* =========================================================================
		            Super Admin Styling
============================================================================ */
/* =============================================
		Super Dashboard Styling
============================================= */
.rt-SA__Dashboard__Page .rt-Page__Title { margin-bottom: 24px; }
.rt-Statistic__List {
    gap: 24px;
    margin: 0;
    padding: 0;
    display: grid;
    list-style: none;
    margin-bottom: 24px;
    grid-template-columns: repeat(4, 1fr);
}
.rt-Statistic__List li {
    padding: 20px;
    list-style: none;
    border-radius: 8px;
    background-color: #F6F7F9;
}
.rt-Statistic__Holder {
    display: flex;
    align-items: start;
    justify-content: space-between;
}
.rt-Statistic__Item {
    gap: 10px;
    display: flex;
    flex-direction: column;
}
.rt-Statistic__Item span {
    font-size: 16px;
    color: #7C7C7C;
    line-height: 20px;
}
.rt-Statistic__Item h2 {
    margin: 0;
    font-size: 24px;
    color: #292929;
    font-weight: 500;
    line-height: 26px;
}
.rt-Statistic__Icon {
    width: 32px;
    height: 32px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    background: #529FDE;
    justify-content: center;
}
.rt-Statistic__Percentage {
    gap: 4px;
    margin: 0;
    display: flex;
    font-size: 12px;
    color: #5BA85A;
    align-items: center;
}
.rt-Statistic__Text--Positive { color: #5BA85A;}
.rt-Statistic__Text--Negative { color: #FF2B43;}
.rt-Organizations__Holder {
    display: flex;
    margin-bottom: 24px;
    flex-direction: column;
}
.rt-Organizations__Holder .table thead tr th { font-weight: 500;}
.rt-Page__Title h3 {
    margin: 0;
    font-size: 20px;
    color: #191C22;
    font-weight: 500;
    line-height: 24px;
}
.rt-Organizations__Status {
    font-size: 14px;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 20px;
    display: inline-block;
}
.rt-Organizations__Status--Active {
    color: #159F25;
    background-color: #E0FFE3;
}
.rt-Organizations__Status--Inactive {
    color: #292929;
    background-color: #EFEFEF;
}
.rt-RecentFeedbackCards {
    gap: 16px;
    display: grid;
    padding: 16px;
    list-style: none;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #EFEFEF;
    grid-template-columns: repeat(2, 1fr);
}
.rt-RecentFeedBack__Card {
    display: flex;
    padding: 24px 16px;
    border-radius: 8px;
    background: #F6F7F9;
    list-style-type: none;
    flex-direction: column;
}
.rt-RecentFeedBack__Body {
    gap: 16px;
    flex-grow: 1;
    display: flex;
    align-items: start;
    margin-bottom: 24px;
    justify-content: space-between;
}
.rt-RecentFeedBack__Head__Content {
    gap: 16px;
    width: 100%;
    display: flex;
    max-width: 600px;
    flex-direction: column;
}
.rt-RecentFeedBack__Card h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: #191C22;
}
.rt-RecentFeedBack__Card p {
    margin: 0;
    font-size: 14px;
    color: #656565;
    line-height: 1.3;
    overflow: hidden;
    white-space: normal;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    -webkit-box-flex: 1;
    flex: 1;
}
.rt-RecentFeedback__Badge {
    font-size: 14px;
    font-weight: 600;
    padding: 2px 16px;
    border-radius: 20px;
}
.rt-RecentFeedback__Badge.positive {
    color: #159F25;
    background: #E0FFE3;
}
.rt-RecentFeedback__Badge.negative {
    color: #FF2B43;
    background: rgba(42, 127, 197, 0.05);
}
.rt-RecentFeedback__Badge.suggestion {
    color: #2A7FC5;
    background: #E4EEFA;
}
.rt-RecentFeedBack__Footer {
    gap: 16px;
    display: flex;
    justify-content: space-between;
}
.rt-RecentFeedBack__Footer span {
    font-size: 12px;
    color: #7C7C7C;
    line-height: 16px;
}
@media (max-width: 1440px) {
    .rt-Statistic__List { gap: 16px; }
    .rt-Statistic__List li { padding: 16px; }
}
@media (max-width: 1199px) {
    .rt-Statistic__List {
        grid-template-columns: repeat(2, 1fr);
    }
    .rt-RecentFeedBack__Head__Content { max-width: 100%; }
    .rt-RecentFeedBack__Card { padding: 16px; }
}
@media (max-width: 767px) {
    .rt-RecentFeedbackCards { grid-template-columns: repeat(1, 1fr); }
}
@media (max-width: 575px) {
    .rt-Statistic__List { grid-template-columns: repeat(1, 1fr); }
}
/* =============================================
		    Feedback Styling
============================================= */
.text-BreakSpaces {
    max-width: 250px;
    overflow: hidden;
    white-space: normal;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.feedback-badge {
    font-size: 14px;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 18px;
    display: inline-block;
}
.positive-feedback {
    color: #159F25;
    background: #E0FFE3;
}
.negative-feedback {
    color: #FF2B43;
    background: #FFF0F2;
}
.suggestion-feedback {
    color: #2A7FC5;
    background: rgba(42, 127, 197, 0.05);
}
.rt-btnfeedback  {
    padding: 0 20px;
    z-index: 5;
    right: 24px;
    width: 190px;
    height: 48px;
    bottom: 24px;
    color: white;
    position: fixed;
    border-radius: 8px;
    background: var(--themeColorPrimary);
    white-space: nowrap;
}
.rt-btnfeedback svg{
    flex-shrink: 0;
}
.rt-feedbackDetailContent {
    gap: 12px;
    display: flex;
    list-style: none;
    flex-direction: column;
}
.rt-feedbackDetailContent li { list-style: none; }
.rt-feedbackDetailContent li p { word-break: break-all; }
/* =============================================
		    Extra Styling
============================================= */
.rt-Success__Content.progress-loading img {
    width: 230px;
    height: 230px;
}
.fc-h-event .fc-event-main div {
    padding: 3px;
    white-space: normal;
}
.fc .fc-button-primary:focus,
.fc .fc-button-primary:not(:disabled).fc-button-active:focus,
.fc .fc-button-primary:not(:disabled):active:focus { box-shadow: none; }
.tooltip-inner { background-color: var(--themeColorPrimary) !important; }
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before { border-top-color: var(--themeColorPrimary) !important; }
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,
.bs-tooltip-start .tooltip-arrow::before { border-left-color: var(--themeColorPrimary) !important; }
