/* @font-face {
    font-family: 'DM Mono';
    src: '../fonts/DMMono-Regular.ttf' format('truetype');
    font-weight: 400;
} */

#sectionFooter {
    height: auto;
}

#captcha{
    margin-bottom: 8px !important;
}

#captcha div{
    display: flex;
}

#login .MuiOutlinedInput-root {
    height: 35px !important;
}
#login .form-own .form-group-icon .MuiInputBase-input {
    padding: 8px !important;
}

/* optionally, you could add the following code, to keep scrolling (but not the scrollbar) for touchscreen devices */

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

iframe {
    height: 100vh;
    width: 100%;
}

.overflow {
    white-space: pre-line;
}

.urlMaximizeBtn {
    background-color: #ffffff !important;
    width: 30px !important;
    height: 30px !important;
    position: absolute !important;
    top: 0% !important;
    right: 0% !important;
    padding: 5px !important;
    margin: 5px !important;
    margin-top: 35px !important;
    align-items: center;
    vertical-align: middle;
    flex-wrap: inherit;
}

.urlMinimizeBtn {
    background-color: #ffffff !important;
    width: 30px !important;
    height: 30px !important;
    position: absolute !important;
    top: 0% !important;
    right: 0% !important;
    padding: 5px !important;
    margin: 5px !important;
    align-items: center;
    vertical-align: middle;
    flex-wrap: inherit;
}

/* @font-face {
    font-family: 'Chelsea Market';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Chelsea Market'), local('ChelseaMarket-Regular'), url(https://fonts.gstatic.com/s/chelseamarket/v7/BCawqZsHqfr89WNP_IApC8tzKChsJg8eKg.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} */


/* latin */

@font-face {
    font-family: 'RobotoRegular';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('RobotoRegular'), local('RobotoRegular'), url('../fonts/RobotoRegular.ttf') format('truetype');
    /* unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; */
}


/* @font-face {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Univers'), local('ChelseaMarket-Regular'), url('../fonts/univers.woff') format("woff");
} */


/* @import url("https://fast.fonts.net/lt/1.css?apiType=css&c=4222522a-0ba2-49b6-8826-6ee24d12db1f&fontids=1475944");
@font-face{
    font-family:"Univers LT W01_45 Light1475944";
    src:url("Fonts/1475944/9fa24f1f-00d8-4d28-910f-78e925eaead6.woff2") format("woff2"),url("Fonts/1475944/d64e7bbc-e9ea-46ad-982c-6195ae4a3c61.woff") format("woff");
} */

:root {
    --color-black: #000;
    --primary-color: #DC4B68;
    --green-color: rgba(0, 171, 78, 1);
    --blue-color: rgba(0, 99, 167, 1);
    --white-color: #fff;
    --grey-color: #a5a5a5;
    --primary-font-color: #ffffff;
    --size-20: 20px;
    --size-14: 14px;
    --size-24: 24px;
    --size-16: 16px;
    --size-12: 12px;
}

body {
    font-family: 'Roboto Mono' !important;
    color: #4a4a4a;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1.5px;
    background-color: #E3EAEF !important;
}

body .MuiFormLabel-root,
body .MuiInputBase-input {
    /* background-color: #DC4b68 !important; */
    font-family: 'Roboto Mono' !important;
}

a,
a:hover,
a:focus {
    color: #305380;
    ;
    text-decoration: none;
}

.dactivateLink {
    color: red !important;
}

.activateLink {
    color: green !important;
}

.font-20 {
    font-size: var(--size-20);
}

.font-14 {
    font-size: var(--size-14);
}

.font-12 {
    font-size: var(--size-12);
}

.font-16 {
    font-size: var(--size-16);
}

.font-24 {
    font-size: var(--size-24);
}

.font-600 {
    font-weight: 600;
}

.login-txt {
    font-size: var(--size-20);
    font-weight: 600;
    word-break: break-word;
    white-space: normal;
}

.border-own {
    border: 1px solid #ddd;
}

.flex-1 {
    flex: 1;
}

.cpt-10 {
    padding-top: 10px !important;
}

.cpt-12 {
    padding-top: 12px !important;
}

.cpt-14 {
    padding-top: 14px !important;
}

.cpt-16 {
    padding-top: 16px !important;
}

.cpt-18 {
    padding-top: 18px !important;
}

.cpt-20 {
    padding-top: 20px !important;
}

.cpb-0 {
    padding-bottom: 0px !important;
}

.cpb-10 {
    padding-bottom: 10px !important;
}

.cpb-12 {
    padding-bottom: 12px !important;
}

.cpb-14 {
    padding-bottom: 14px !important;
}

.cpb-16 {
    padding-bottom: 16px !important;
}

.cpb-18 {
    padding-bottom: 18px !important;
}

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

.cpl-0 {
    padding-left: 0px !important;
}

.cpl-10 {
    padding-left: 10px !important;
}

.cpl-5 {
    padding-left: 5px !important;
}

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

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

.cp-0 {
    padding: 0px !important;
}

.react-responsive-modal-overlay {
    padding: 10px !important;
}

.cpr-0 {
    padding-right: 0px !important;
}

.cpt-0 {
    padding-top: 0px !important;
}

.mw-100 {
    min-width: 100px;
}

.color-primary {
    color: var(--primary-color);
    cursor: pointer;
}

.cpl-10 {
    padding-left: 10px !important;
}

.cpl-12 {
    padding-left: 12px !important;
}

.cpl-14 {
    padding-left: 14px !important;
}

.cpl-16 {
    padding-left: 16px !important;
}

.cpl-18 {
    padding-left: 18px !important;
}

.cpl-20 {
    padding-left: 20px !important;
}

.cpl-75 {
    padding-left: 75px !important;
}

.cpr-10 {
    padding-right: 10px !important;
}

.cpr-12 {
    padding-right: 12px !important;
}

.cpr-14 {
    padding-right: 14px !important;
}

.cpr-15 {
    padding-right: 14px !important;
}

.cpr-16 {
    padding-right: 16px !important;
}

.cpr-18 {
    padding-right: 18px !important;
}

.cpr-20 {
    padding-right: 20px !important;
}

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

.cml-10 {
    margin-left: 10px !important;
}

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

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

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

.ml-15 {
    margin-left: 10px !important;
}

.cmt-20 {
    margin-top: 20px !important;
}

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

.text-underline {
    text-decoration: underline;
}

.loader-wrapper {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.42);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 55555;
}

.loader-records-wrapper {
    background: rgba(0, 0, 0, 0.42);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 55555;
}

.color-green {
    color: var(--green-color);
}

.color-grey {
    color: var(--grey-color);
}

.banner-icon img {
    position: absolute;
    width: 20px;
    min-width: auto !important;
    right: 0px;
    top: 0px;
    z-index: 3;
}

.banner-icon {
    position: relative;
}

.loader {
    border: 4px solid #f3f3f3;
    border-radius: 50%;
    border-top: 4px solid var(--primary-color);
    width: 40px;
    height: 40px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
}

.loader-records {
    border: 4px solid #f3f3f3;
    border-radius: 50%;
    border-top: 4px solid var(--primary-color);
    width: 30px;
    height: 30px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

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

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

.alert-box-wrapper {
    position: fixed;
    right: 0px;
    z-index: 999999;
    top: 0px;
    width: 100%;
}

.alert-list.success {
    background: rgba(0, 128, 0, .9);
}

.alert-list.error {
    background: rgba(220, 10, 10, .9);
}

.btn {
    height: 48px;
}

.btn-own:focus,
.add-list-form .add-list-button .btn:focus {
    border: 1px solid #000;
}

.alert-list {
    /* margin-bottom: 15px; */
    font-size: 16px;
    padding: 12px 15px 15px;
    color: #fff;
    box-shadow: 0 0 5px #ddd;
    /* border-radius: 4px; */
    /* position: fixed; */
    left: 0;
    right: 0;
    top: 0;
    /* bottom: 0; */
    text-align: right;
}

.max-width-filename {
    width: 200px;
    margin: auto;
    text-align: justify;
    word-break: break-word;
    white-space: pre-line;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-word;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    padding-bottom: 7px;
    transition: all .2s ease;
}

.max-width-filename:hover {
    color: var(--primary-color);
}

ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}

.bg-wrapper {
    background-size: cover;
    background-position: top center;
}

.image-name-highlight {
    /* background-color: #717171; */
}

.link-color,
.link-color:hover {
    color: #DC4B68;
}

img {
    max-width: 100%;
}

.primary-color {
    /* color: var(--primary-color) !important; */
    color: #DC4B68;
}

a.primary-color:hover {
    color: var(--primary-color);
}

.primary-color-border {
    border-color: var(--primary-color);
}

.full-width-btn {
    width: 100%;
}

.blue-btn {
    background-color: #458fcd;
    color: #fff;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1.5px;
}

.min-vh-100 {
    min-height: 100vh
}

.curve-btn-own {
    border-radius: 25px;
}

.form-heading {
    padding-top: 10%;
    padding-bottom: 10%;
    font-size: 24px;
}

.form-own input.form-control {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #929292;
    padding-left: 0;
    transition: all .3s ease;
    font-size: 18px;
}

.form-group-icon {
    position: relative;
}

.form-own .form-group {
    min-height: 77px;
    margin-bottom: 0;
}

.form-own .MuiOutlinedInput-multiline {
    padding: 0;
}

.MuiOutlinedInput-multiline {
    padding: 0 !important;
}


.form-own .MuiOutlinedInput-multiline .MuiInputBase-input {
    min-height: 65px;
}

.form-auto-height.form-own .form-group {
    min-height: auto;
}

.form-group-icon input.form-control {
    padding-right: 55px;
}

.form-group-icon .icon-wrapper {
    position: absolute;
    right: 0px;
    top: -2px;
    pointer-events: none;
}

.form-own input.form-control:focus,
.form-own select.form-control:focus {
    box-shadow: none;
    border-color: #458fcd;
}

.cursor {
    cursor: pointer;
}

h5 {
    font-weight: 600;
}

.error-wrapper {
    color: #e60000;
    font-size: 12px;
    margin-top: 5px !important;
}

.success-wrapper {
    font-size: 14px;
    color: var(--green-color);
}

.form-own select.form-control,
.form-own .form-group-icon-select input.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 25px;
    padding: 10px 45px 10px 20px;
    height: auto;
    border: 1px solid #cacaca;
    font-size: 16px;
}

.form-group-icon-select .icon-wrapper {
    top: 5px;
    right: 15px;
}

.form-own input.form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #495057;
}

.form-own input.form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #495057;
}

.form-own input.form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #495057;
}

.form-own input.form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #495057;
}

.btn.focus,
.btn:focus {
    box-shadow: none;
}

.btn-own,
.btn-own:focus {
    box-shadow: 0 4px 4px 0 #e6e6e6;
    border-radius: 4px;
}

.btn.btn-own-primary {
    background: #DC4B68;
    /* background-color: var(--primary-color); */
    color: var(--primary-font-color);
    border-radius: 30px;
}

.btn.btn-own-border {
    color: var(--primary-color);
    background-color: transparent;
    border-color: var(--primary-color);
}

.btn.btn-own-light {
    background-color: var(--white-color);
    color: var(--primary-color);
}

.btn.btn-own-grey {
    /* background-color: #DADADA; */
    color: var(--primary-color);
    border-radius: 30px;
    border: 1px solid var(--primary-color);
}

.ml-20 {
    margin-left: 20px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-minus-10 {
    margin-left: -10px !important;
}

.alter-file-wrapper {
    min-height: 280px;
    border: 1px solid #ddd;
    border-radius: 0px 0px 0px 10px
}

.alter-file-wrapper .MuiTableContainer-root {
    max-height: 280px;
}

.btn.gray-btn:disabled {
    background: #dfdfdf;
    color: #acacac;
}

.disabled {
    opacity: 0.40;
}

.btn.min-height-btn {
    min-height: 36px;
}


/* .min-width-btn-md {
    min-width: 175px;
} */

.no-pointer {
    pointer-events: none;
}

.modal-heading-own {
    font-size: 26px;
    color: #458fcd;
    padding-bottom: 20px;
    padding-top: 10px;
}

.styles_closeButton__20ID4 {
    cursor: pointer;
}

.font-500 {
    font-weight: 500;
}

.color-white {
    color: #fff;
}

.main-heading {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 1.03px;
    color: #222b45;
}

.second-heading {
    font-size: 20px;
    line-height: 0.7;
    letter-spacing: 0.19px;
    color: #38415c;
}

.color-blue-three {
    color: #132045;
}

.own-txt {
    font-size: 16px;
    line-height: 1.19;
}

.own-container-md {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.white-box-wrapper {
    border-radius: 13px;
    box-shadow: 0 17px 23px 0 #e6e6e6;
    background-color: #ffffff;
    min-height: 300px;
    margin-top: -260px;
}

.bg-bottom {
    padding-bottom: 30px;
}

.tab-wrapper {
    border-bottom: 2px solid #e6e6e6;
    padding-top: 30px;
}

.own-tab {
    display: flex;
    justify-content: space-evenly;
}

.own-tab .tab-text {
    padding-left: 3vw;
    padding-right: 3vw;
    position: relative;
    color: #a6a6a6;
    padding-bottom: 10px;
    display: inline-block;
    transition: all .2s ease;
}

.own-tab .tab-text.active {
    color: var(--primary-color);
}

.own-tab .tab-text:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    border-bottom: 2px solid transparent;
}

.own-tab .tab-text.active:before {
    border-bottom: 2px solid var(--primary-color);
}

.date-label {
    font-family: 'Roboto Mono' !important;
    font-size: 16px;
    color: #373737;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.75;
}


/* header css */

.header-main {
    position: relative;
    z-index: 99;
}

.black-strap-box {
    height: 6px;
    background-color: var(--grey-color);
}

.landing-header-container {
    padding: 0px;
    /* background: linear-gradient(102.78deg, #DB5171 6.41%, #CE5274 12.04%, #C05277 17.82%, #C75479 22.54%, #D25570 29.92%, #D75B6B 42.04%, #DC4B68 54.16%); */

}

.border-radius-rounded {
    border-radius: 12px
}

.navbar-nav {
    display: block;
}

.login-float-button {
    background-color: var(--primary-color);
    border-radius: 4px;
    padding: 10px 35px;
    margin-left: 12px;
    text-decoration: none !important;
    align-self: center;
}

.login-button {
    background-color: var(--primary-color);
    border-radius: 4px;
    padding: 10px 35px;
    margin-left: 12px;
    text-decoration: none !important;
    align-self: center;
}

.login-button-text {
    font-size: 14px;
    color: #FFFFFF;
}

.login-floating-button-text {
    font-size: 14px;
    color: #FFFFFF;
}

.attchLeftPrev {
    overflow-y: auto;
    height: 100%;
}

.landing-menu-text {
    font-size: 14px;
    cursor: pointer;
}

.sidebar-container {
    display: flex;
    margin: -10px;
}

.header-container .logo-wrapper {
    /* background-color:  var(--primary-color); */
    background-color: #fff;
    padding: 20px;
}

.landing-right-nav {
    /* margin-right: -20px; */
}

.landing-logo-wrapper {
    padding: 20px 0 !important;
}

.header-container .logo-wrapper img {
    width: 200px;
    /* height: 54px; */
}

.landing-content-div {
    padding: 0 90px;
}

.carousel-div {
    width: 100% !important;
    margin: 0 !important;
    left: 0 !important;
    top: 0 !important;
    border-radius: unset !important;
    align-items: center;
    padding: 40px 60px;
    justify-content: center;
    display: flex;
}

.content-header {
    font-size: 30px;
    font-weight: bold;
    color: #111111;
    text-align: left;
    /* padding-left: 30px; */
    padding-right: 30px;
    padding-top: 20px;
}

.content-sub-header {
    font-size: 20px;
    font-weight: bold;
    color: #111111;
    text-align: left;
}

.carousel-content-div {
    margin: auto;
    width: 50%;
}

.footer-logo {
    padding-top: 45px;
    display: flex;
    justify-content: space-between;
}

.footer-logo-center {
    display: flex;
    margin: 0 auto;
    justify-content: space-around;
}

.footer-logo-center>img {
    /* width: 145px; */
    height: 39px;
}

#siteseal {
    position: relative;
    top: 3px;
}

.footer-copyright {
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    display: flex;
}

.footer-copyright h5 {
    color: var(--primary-font-color);
    font-size: 12px;
    margin: 0;
}

.user-profile-dropdown {
    position: absolute;
    right: 5px;
    top: calc(100% - 0px);
    background: rgba(245, 245, 245);
    ;
    color: #f7f7f7;
    box-shadow: 0 3px 7px 1px rgba(0, 0, 0, 0.4);
    z-index: 55;
    min-width: 240px;
    font-size: 14px;
    border: 1px solid var(--primary-color);
    border-radius: 10px;
}

.user-profile-dropdown:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #333;
    right: 20px;
    top: -8px;
}

.profile-dropdown-list>li {
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.4); */
    border-bottom: 1px solid var(--primary-color);
}

.profile-dropdown-list>li .menu-list-txt {
    display: block;
    padding: 10px 15px;
}

.landing-menu-text {
    color: var(--primary-color);
}

.profile-dropdown-list>li a,
.profile-dropdown-list>li:hover,
.profile-dropdown-list>li:focus {
    color: #000;
}

.profile-dropdown-list>li:last-child {
    border-bottom: none;
}

.user-details .user-name-text {
    position: relative;
    padding-right: 20px;
}

.user-details .user-name-text:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #757575;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.header-fix-strap .black-strap-box {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
}


/* login module */

.main-login-comp .form-width-sm {
    padding-top: 3vw;
}

.landing-page-section {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    justify-content: flex-start;
}

.form-width-sm {
    max-width: 400px;
    padding-top: 5vw;
}

.login-link-text {
    border-top: 1px solid #dfdfdf;
    margin-top: 1rem;
}

.pswrd-info-list {
    font-size: 12px;
    padding-top: 10px;
}

.reset-pswrd-info-list.pswrd-info-list {
    padding-top: 0;
}

.pswrd-info-list>li {
    color: var(--primary-color);
    padding-bottom: 2px;
}

.pswrd-info-list>li.active {
    color: var(--green-color);
}

.or-txt-wrapper {
    position: relative;
    margin-bottom: 10px;
}

.or-txt-wrapper:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    top: 50%;
    border-bottom: .1px solid #dfdfdf;
    z-index: 1;
    pointer-events: none;
}

.or-txt-wrapper .or-inner-txt {
    display: inline-block;
    padding-left: 12px;
    padding-right: 10px;
    background-color: #fff;
    position: relative;
    z-index: 4;
}

.border-bottom-own {
    border-bottom: 1px solid #dfdfdf;
    margin-left: -30px;
    margin-right: -30px;
}

.language-box {
    border: 1px solid #dfdfdf;
}

.delete-media-icon .fa {
    color: red;
    font-size: 20px;
}


/* form css */

.form-own .MuiOutlinedInput-notchedOutline {
    border-color: #a6a6a6;
}

.MuiOutlinedInput-root {
    /* border: 0.5px solid #D8586D */
}

.form-own .MuiInputBase-root.Mui-focused .MuiOutlinedInput-notchedOutline {
    border-color: var(--primary-color);
    border-width: 1px;
}

.MuiInputBase-root {

    letter-spacing: 0.1em !important;
}

.form-own .MuiInputBase-input {
    color: var(--color-black);
    padding: 14px 14px;
}

.form-own .form-group-icon .MuiInputBase-input {
    padding-right: 50px;
}

.form-own .MuiFormControl-root {
    display: flex;
    width: 100%;
}

.form-own .MuiFormLabel-root {
    transform: translate(14px, 16px) scale(1);
}

.form-own .MuiFormLabel-root,
.form-own .MuiFormLabel-root.Mui-focused {
    color: #737373;
    font-size: 14px;
}

.form-img-wrapper {
    position: absolute;
    top: 38px;
    right: 20px;
}

#login .form-img-wrapper {
    position: absolute;
    top: 33px;
    right: 20px;
}

.form-img-wrapper2 {
    position: relative;
    top: 11px;
    right: 40px;
}

.form-imgIcon {
    top: 10px;
    right: 20px;
}

.input-helper-wrapper .right-side-helper-txt {
    min-height: 75px;
    padding-top: 5px;
}

.form-own .MuiSelect-outlined.MuiSelect-outlined {
    background-color: transparent !important;
}

th .MuiCheckbox-root .MuiSvgIcon-root,
th .MuiRadio-colorSecondary.Mui-checked {
    color: white !important
}

body .MuiCheckbox-root .MuiSvgIcon-root,
body .MuiRadio-colorSecondary.Mui-checked {
    color: var(--primary-color);
}

body .guidance-checkbox .MuiCheckbox-root .MuiSvgIcon-root {
    color: rgba(0, 0, 0, 0.54);
}

body .guidance-checkbox .MuiCheckbox-colorSecondary.Mui-checked .MuiSvgIcon-root {
    color: var(--primary-color);
}


/* dashboard css */

.app-main-wrapper {
    flex: 1;
    display: flex;
    z-index: 8;
    position: relative;
}

.app-main-wrapper .left-sidebar-wrapper {
    position: fixed;
    width: 280px;
    display: flex;
    z-index: 11;
    min-width: 280px;
    flex: 0 0 280px;
    /* transition: all .2s; */
    top: 0;
    left: 0;
    bottom: 0;
    border-top: 4px solid #acacac;
    border-right: 1px solid #ddd;
}

.btn-table-primary {
    background-color: var(--primary-color);
    color: #fff;
}

.btn-table-grey {
    background-color: var(--grey-color);
    color: #fff;
}

.tableHead {
    background: #DC4B68;
    /* background-color: var(--primary-color); */
}

.app-main-wrapper .right-content-wrapper {
    z-index: 9;
    /* margin-left: 280px; */
    flex: 1;
    flex-direction: column;
    flex-wrap: wrap;
    overflow: auto;
    background-color: #E3EAEF;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.content-container {
    background-color: #FFFFFF;
    /* border-radius: 8px; */
    border: 1px solid #DADADA;
    /* padding: 10px */
}

.teachNowCon {
    height: 100%;
    position: relative;
    top: 10px;
}

.deck-slider-wrapper-row {
    height: 95vh;
}

.teachNowSlide {
    background-color: var(--primary-color);
    color: var(--primary-font-color);
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 4px;
    position: absolute;
    top: 0px;
}


/* .teachNowContainer {
    height: 100%;
}

.teachNowContainerRow {
    height: 95vh;
} */

.form-header-container {
    margin-bottom: 14px;
}

.form-sub-header {
    font-size: 20px;
    color: #DC4B68;
    padding-bottom: 20px;
    margin: 0;
    font-weight: 500;
}

.form-header-button {
    width: 100px;
}

.form-sub-header-button {
    width: 115px;
}

.header-button-container {
    display: flex;
    justify-content: end;
}

.selected-row {
    height: 100%;
    position: relative;
}

.selected-row:before {
    content: '';
    position: absolute;
    right: -15px;
    top: 15px;
    bottom: 30px;
    border-right: 1px solid rgba(221, 221, 221, 0.46);
}

.select-row {
    padding-top: 30px;
    padding-bottom: 30px;
}

.select-row h2 {
    font-size: 20px;
}

.org-list>li .inner-wrapper {
    box-shadow: 0 0 2px #ddd;
    border: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 20px;
}

.org-list>li .inner-wrapper img {
    width: 150px;
}


/* modal css */

body .modal-own {
    border-radius: 4px;
}

body .mid-size-modal {
    width: 100%;
    max-width: 100%;
}

body .modal-sm {
    width: 450px;
    max-width: 100%;
}

body .modal-md {
    width: 600px;
    max-width: 100%;
}

body .modal-lg {
    width: 1000px;
    max-width: 100%;
}

body .modal-xl {
    width: 1140px;
    max-width: 100%;
}

.landing-modal-lg {
    width: 100% !important;
    max-width: 100%;
}

body .modal-lg-full {
    width: 100%;
    max-width: 100%;
    /* height: 100%; */
}

body .content-modal-lg {
    width: 100% !important;
    max-width: 100%;
}

.modal-own .react-responsive-modal-closeButton {
    /* display: none; */
    outline: none !important;
}

.react-responsive-modal-closeButton {
    top: 0 !important;
    right: 0 !important;
    background: #fff !important;
}

.attchLeftScrlTeach {
    height: 98% !important;
}

.attchLeftScrl {
    height: 100%;
    overflow-y: auto;
}

.attachRight {
    height: 100%;
    display: block;
    align-items: center;
}

.attachRight span {}

/* sidebar css */

.left-sidebar-wrapper {
    background-color: rgb(255, 255, 255);
    border-right: 1px solid #ddd;
    /* border-top: 4px solid #acacac; */
    font-family: 'Roboto Mono' !important;
    font-size: 12px;
    font-weight: 700;
    line-height: 15.83px;
    text-align: left;

}

.clinician-dashboard .right-sidebar-wrapper {
    position: fixed;
    width: 70px;
    display: flex;
    z-index: 11;
    min-width: 70px;
    flex: 0 0 70px;
    /* transition: all .2s; */
    top: 0;
    right: 0;
    bottom: 0;
    border-top: 4px solid #acacac;
    border-right: 1px solid #ddd;
    background-color: #ddd;
}

.right-content-wrapper .inner-wrapper-content {
    width: calc(100% - 70px);
}

.right-sidebar-wrapper .list-menu>li {
    padding-top: 8px;
    padding-bottom: 8px;
}

.right-sidebar-wrapper .list-menu>li img,
.key-img-wrapper img {
    width: 40px;
}

.key-img-wrapper {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    z-index: 2;
}

.right-sidebar-wrapper .sidebar-inner-wrapper {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}

.right-sidebar-wrapper .list-menu>li .normal-img,
.right-sidebar-wrapper .list-menu>li.active .active-img {
    display: inline-block;
}

.right-sidebar-wrapper .list-menu>li.active .normal-img,
.right-sidebar-wrapper .list-menu>li .active-img {
    display: none;
}

.left-sidebar-wrapper .sidebar-list-wrapper>li .sidebar-icon-wrapper img {
    width: 30px;
    margin-right: 10px;
    filter: grayscale(1);
    transition: all .2s ease;
}

.left-sidebar-wrapper .sidebar-list-wrapper>li .menu-inner-wrapper,
.left-sidebar-wrapper .sidebar-list-wrapper>li .submenu-inner-wrapper {
    padding: 10px 10px;
    /* box-shadow: 2px 2px 3px #ddd; */
    border-bottom: 1px solid #ddd;
    position: relative;
    transition: all .2s ease;
}

.sidebar-submenu-list-wrapper>li .submenu-inner-wrapper .list-txt-wrapper,
.left-sidebar-wrapper .sidebar-list-wrapper>li .menu-inner-wrapper .list-txt-wrapper {
    transition: all .2s ease;
}

.left-sidebar-wrapper .sidebar-list-wrapper>li.active .menu-inner-wrapper .list-txt-wrapper,
.sidebar-submenu-list-wrapper>li.active .submenu-inner-wrapper .list-txt-wrapper,
.sidebar-submenu-list-wrapper>li .submenu-inner-wrapper:hover .list-txt-wrapper,
.left-sidebar-wrapper .sidebar-list-wrapper>li .menu-inner-wrapper :hover .list-txt-wrapper {
    /* color: var(--primary-color); */
    color: #DC4B68;
}

.left-sidebar-wrapper .sidebar-list-wrapper>li.no-active-menu .menu-inner-wrapper .list-txt-wrapper,
.left-sidebar-wrapper .list-txt-wrapper {
    color: #111;
}

.left-sidebar-wrapper .sidebar-list-wrapper>li.active .menu-inner-wrapper .sidebar-icon-wrapper img,
.sidebar-submenu-list-wrapper>li.active .submenu-inner-wrapper .sidebar-icon-wrapper img,
.left-sidebar-wrapper .sidebar-list-wrapper>li .menu-inner-wrapper:hover .sidebar-icon-wrapper img,
.sidebar-submenu-list-wrapper>li .submenu-inner-wrapper:hover .sidebar-icon-wrapper img {
    filter: grayscale(0);
}

.left-sidebar-wrapper .sidebar-list-wrapper>li.active .menu-inner-wrapper,
.sidebar-submenu-list-wrapper>li.active .submenu-inner-wrapper {
    /* border-color: var(--primary-color);  */
    color: var(--primary-color);
    background-color: #fff;
}

.left-sidebar-wrapper .sidebar-list-wrapper>li .submenu-inner-wrapper {
    padding-left: 35px;
}

.left-sidebar-wrapper {
    width: 250px;
    height: 100%;
}

.dropdown-wrapper.dropdown-open .menu-dropdown {
    transform: rotate(180deg);
}

.main-cat-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.main-cat-list>li {
    flex: 1;
    text-align: center;
    border-bottom: 4px solid #ddd;
    padding-top: 17px;
    padding-bottom: 17px;
    cursor: pointer;
    font-size: var(--size-16);
    position: relative;
}

.main-cat-list>li::before {
    content: "";
    bottom: -2px;
    left: 0;
    right: 0;
    border-top: 5px solid transparent;
    position: absolute;
}

.main-cat-list>li.active::before {
    border-color: #2f0269;
}

.main-cat-list>li.active {
    /* border-color: #2f0269; */
    color: var(--primary-color);
    font-weight: 600;
}

.clinician-dashboard.app-main-wrapper .left-sidebar-wrapper {
    border: none;
    width: 260px;
}

.clinician-dashboard.app-main-wrapper .right-content-wrapper {
    margin-left: 330px;
    width: calc(100% - 400px);
}

.left-sidebar-wrapper-second .sidebar-list-wrapper>li.active .menu-inner-wrapper {
    background-color: var(--primary-color);
    color: var(--primary-font-color);
}

.left-sidebar-wrapper-second .sidebar-list-wrapper>li.active .menu-inner-wrapper .list-txt-wrapper {
    color: var(--primary-font-color);
}


/* table css */

.own-table {
    overflow-x: auto;
    white-space: nowrap;
    border: 1px solid #ddd;
}

.own-table .edit-icon {
    width: 30px;
}

.own-sorting-table .sort-icon {
    width: 15px;
    margin-left: 25px;
    transform: rotate(-90deg);
    display: none;
    transition: all .2s ease;
}

.own-sorting-table thead th,
.own-sorting-table tbody td {
    vertical-align: middle;
}

/* .own-table-styled thead th {
    background-color: #ddd;
} */


/* .own-sorting-table tbody td:first-child,
 .own-sorting-table thead th:first-child{
     border-left: 1px solid #ddd;
 }
 .own-sorting-table tbody td:last-child,
 .own-sorting-table thead th:last-child{
    border-right: 1px solid #ddd;

 } */
.pd-table-body {
    font-family: Neue Haas Grotesk Display Pro;
}

tbody {
    font-family: Neue Haas Grotesk Display Pro;
}

.own-sorting-table tbody td {
    padding-left: 15px;
    padding-right: 15px;
}

.own-sorting-table tbody tr:nth-child(2n) td {
    background-color: rgba(243, 243, 243, 0.42);
}

.own-sorting-table thead th {
    border-right: 1px solid #b8b8b8;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #d7d7d7;
}

.own-sorting-table thead th.sort-header.active img {
    display: inline;
}

.own-sorting-table thead th.sort-header.desc img {
    transform: rotate(90deg);
}

.extra-thead-space-right thead th {
    padding-right: 30px;
}

.fixed-header-table .table thead th {
    top: 0;
    left: 0;
    z-index: 2;
    position: sticky;
}

.no-table-data {
    width: 100%;
    background-color: #ddd;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-size: var(--size-20);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px
}

.opt-out-data {
    width: 100%;
    background-color: #ddd;
    padding: 10px;
    text-align: center;
    font-size: var(--size-20);
    border-radius: 8px;
}


/* tab css */


/* .own-tab-wrapper-second.own-tab-wrapper{
    position: sticky;
    top: 30px;
    background: #fff;
    z-index: 55;
} */

.own-tab-wrapper {
    box-shadow: 2px 2px 3px #ddd;
    margin-bottom: 15px;
    /* position: -webkit-sticky;
    position: sticky;
    top: 30px; */
    background: #fff;
    z-index: 55;
}

.own-tab-list>li {
    max-width: 33%;
    padding: 15px;
    border-top: 4px solid transparent;
    transition: all .2s ease;
}

.own-tab-wrapper-second .own-tab-list>li {
    max-width: 50%;
}

.clinician-sso-tab-list>li {
    max-width: 33%;
    padding: 15px;
    border-top: 4px solid transparent;
    transition: all .2s ease;
}

.own-tab-wrapper-second .clinician-sso-tab-list>li {
    max-width: 50%;
}

.lower-sidebar-list>ul {
    padding-bottom: 10px;
    margin-bottom: 0;
}

.lower-sidebar-list>ul>li {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
}

.lower-sidebar-list>ul>li .btn {
    min-width: 140px;
    min-height: 40px;
    background-color: transparent;
    color: #0a0a0a;
    border: 1px solid #4a4a4a;
    transition: all .2s ease;
}

.lower-sidebar-list>ul>li .btn.active,
.lower-sidebar-list>ul>li .btn.active:hover {
    background-color: #4a4a4a;
    color: #fff;
}

.lower-sidebar-list>ul>li .btn:hover {
    background-color: #ddd;
}

.negative-tab.own-tab-wrapper .own-tab-list {
    margin-top: -4px;
}

.negative-tab.own-tab-wrapper .clinician-sso-tab-list {
    margin-top: -4px;
}

.negative-tab.own-tab-wrapper {
    border-top: 4px solid #acacac;
}

.own-tab-list>li.active {
    border-color: #fff;
    color: var(--primary-color);
}

.own-tab-list>li:hover {
    color: var(--primary-color);
}

.clinician-sso-tab-list>li.active {
    border-color: var(--primary-color);
    color: var(--primary-color);
}


/* pagination css */

.pagination-btn-wrapper .btn {
    border: 1px solid hsla(0, 0%, 59.2%, .2);
    background-color: hsla(0, 0%, 84.7%, .2);
    color: #737373;
    font-size: 14px;
    font-weight: 500;
    border-radius: 0;
}

.prev-next-btn .btn {
    min-width: 85px;
}

.show-item-page .MuiFormControl-root {
    min-width: 160px;
}

.jump-to-page {
    min-width: 120px;
}


/* category css */

.add-list-form .add-list-button {
    margin-left: 15px;
}

.add-list-form .add-list-button .btn {
    min-width: 150px;
    box-shadow: none;
    border: 1px solid #ddd;
}

.added-item-list>li {
    padding-bottom: 7px;
    margin-bottom: 7px;
    border-bottom: 1px solid rgba(221, 221, 221, 0.5);
}

.added-item-list>li:last-child {
    border-bottom: none;
}

.upload-brand-logo input {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    width: 100%;
    cursor: pointer;
}

.upload-brand-logo .upload-wrapper {
    pointer-events: none;
    border: 2px dashed #a6a6a6;
    border-radius: 9px;
    cursor: pointer;
    /* padding: 15px 10px; */
    /* text-align: center; */
}

.upload-brand-logo.form-group {
    /* margin-bottom: 20px; */
}

.upload-brand-logo .upload-img-wrapper {
    max-width: 40px;
    display: inline-block;
    cursor: pointer;
    /* padding-bottom: 10px; */
}


/* datepicker css */

.datepicker-form-group {
    position: relative;
    z-index: 6;
}

.datepicker-form-group .react-datepicker-wrapper {
    display: flex;
    align-items: center;
}

.datepicker-form-group .react-datepicker-wrapper input {
    min-height: 47px;
    display: block;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #a6a6a6;
    padding: 10px 14px;
}

.datepicker-form-group .own-custom-label {
    transition: all .15s ease;
    color: #737373;
    position: absolute;
    top: 00px;
    display: inline-block;
    background-color: #fff;
    padding-left: 5px;
    padding-right: 5px;
    z-index: 8;
    left: 9px;
    pointer-events: none;
}

.datepicker-form-group .react-datepicker-wrapper input:focus {
    box-shadow: none;
    outline: none;
    border-color: var(--primary-color);
}

.datepicker-form-group .own-custom-label.active {
    transform: scale(0.75);
    top: -12px;
    left: -4px;
}

.media-datepicker .datepicker-form-group .own-custom-label {
    top: 10px;
}

.media-datepicker .datepicker-form-group .own-custom-label.active {
    top: -12px !important;
}

.media-datepicker {
    z-index: 1;
}

/* upload media css */

.upload-btn-wrapper {
    /* border-bottom: 2px solid #ddd; */
    /* padding-bottom: 20px;
    margin-bottom: 30px; */
    padding-top: 7px;
}

.upload-btn-wrapper .upload-btn {
    position: relative;
    display: inline-block;
}

.upload-btn .upload-btn-txt {
    border: 1px solid #ddd;
    background-color: #f3f3f3;
    min-width: 100px;
    padding: 8px 12px;
    pointer-events: none;
}

.upload-input {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 0;
    max-width: 100%;
}

.term-of-use-box {
    height: 400px;
    overflow-y: auto;
    margin: 0px 10px;
}

.primary-color-bg-bar-left {
    background-color: var(--primary-color);
    padding: 10px 15px;
    color: var(--primary-font-color);
    border-top-left-radius: 10px;
}

.primary-color-bg-bar-right {
    background-color: var(--primary-color);
    padding: 10px 15px;
    color: var(--primary-font-color);
    border-top-right-radius: 10px;
}

.grey-bg-bar {
    background-color: #ddd;
    padding: 10px 15px;
}

.preview-img-wrapper {
    background: rgba(241, 241, 241, 0.5);
    padding: 15px;
    text-align: center;
    height: 383px;
    border-bottom: 1px solid #ddd;
    border-bottom-right-radius: 10px;
}

.preview-img-wrapper img {
    height: 380px;
}

.contentConView {
    display: inline;
    vertical-align: middle;
    border: 0px !important;
}

.cursor-pointer {
    cursor: pointer;
}


/* .preview-img-wrapper {
    height: 85vh;
}

.previewLeft {
    height: 85vh;
} */

.file-alter-btn-wrapper {
    background-color: #e3e3e3;
}

.file-alter-btn-wrapper .btn {
    border-radius: 2px;
    min-width: 100px;
}


/* tag css */

.own-tag-wrapper {
    border: 1px solid #a6a6a6;
    border-radius: 4px;
    padding: 10px 14px 0;
    position: relative;
    z-index: 1;
}

.own-tag-wrapper .ReactTags__selected {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.react-datepicker-popper {
    z-index: 7 !important;
    top: 30px !important;
}

.own-tag-wrapper .tag-wrapper {
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 2px 20px 6px;
    background: rgba(227, 37, 38, 0.18823529411764706);
    border-radius: 25px;
    display: inline-flex;
    align-items: center;
}

.own-tag-wrapper .tag-wrapper a {
    display: inline-block;
    padding-left: 12px;
    font-size: 22px;
}

.own-tag-wrapper .ReactTags__tagInput {
    border: none;
    flex: 1;
}

.own-tag-wrapper .ReactTags__tagInput input {
    border: none;
    padding-bottom: 10px;
    outline: none;
    display: block;
    width: 100%;
    min-width: 200px;
}

.own-tag-wrapper .ReactTags__suggestions {
    position: absolute;
    left: 3px;
    top: calc(100% + 5px);
    max-width: 100%;
    min-width: 300px;
}

.own-tag-wrapper.move-top .ReactTags__suggestions {
    top: calc(100% + 5px);
    bottom: auto;
}

.own-tag-wrapper.move-top .ReactTags__suggestions ul {
    box-shadow: 4px -2px 20px 2px rgb(165, 165, 165);
}

.own-tag-wrapper .ReactTags__suggestions ul {
    list-style: none;
    background: rgba(250, 250, 250);
    box-shadow: 4px 4px 20px 2px rgb(165, 165, 165);
    border-radius: 4px;
    max-height: 180px;
    overflow-y: auto;
}

.own-tag-wrapper .ReactTags__suggestions ul>li {
    padding: 10px 10px;
    border-bottom: 1px solid #ccc;
    transition: all .2s ease;
}

.own-tag-wrapper .ReactTags__suggestions ul>li mark {
    background-color: var(--primary-color);
    color: var(--primary-font-color);
    cursor: pointer;
    transition: all .2s ease;
}

.own-tag-wrapper .ReactTags__suggestions ul>li:hover {
    background-color: var(--primary-color);
    color: var(--primary-font-color);
}

.own-tag-wrapper .ReactTags__suggestions ul>li:hover mark {
    background-color: #fff;
    color: var(--primary-color);
}

.own-tag-wrapper .ReactTags__suggestions ul>li:last-child {
    border-bottom: none;
}


/* dashboard css */

.dashboard-heading-wrapper {
    padding-bottom: 5px;
    margin-bottom: 30px;
    box-shadow: 2px 2px 3px #ddd;
    padding-top: 20px;
}

.dashboard-box-list .icon-wrapper {
    width: 85px;
    border-radius: 4px 0px 0px 4px;
}

.dashboard-box-list .icon-wrapper img {
    width: 30px;
}

.dashboard-box-list .box-wrapper {
    border-radius: 4px;
}

.dashboard-box-list .txt-info-wrapper {
    padding: 10px 15px;
}

.dashboard-box-list .icon-wrapper.primary-box-dark {
    background-color: rgb(176, 0, 2);
}

.dashboard-box-list .box-wrapper.primary-box-light {
    background-color: rgb(255, 63, 65);
}

.dashboard-box-list .icon-wrapper.purple-box-dark {
    background-color: #564aa3
}

.dashboard-box-list .box-wrapper.purple-box-light {
    background-color: #7266ba
}

.dashboard-box-list .icon-wrapper.green-box-dark {
    background-color: #2b957a;
}

.dashboard-box-list .box-wrapper.green-box-light {
    background-color: #37bc9b;
}

.dashboard-box-list .icon-wrapper.blue-box-dark {
    background-color: #2f80e7;
}

.dashboard-box-list .box-wrapper.blue-box-light {
    background-color: #5d9cec;
}

.pie-chart-data {
    box-shadow: 0 0 4px rgb(190, 190, 190);
}


/* manage user css */

.inner-box {
    border: 1px solid #a6a6a6;
    border-radius: 4px;
    min-height: 47px;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    padding: 10px 14px;
}

.inner-box.security-gen-btn {
    justify-content: center;
    background: #ff2326;
    color: #fff;
}


/* organisation css */

.own-multiselct-custom .chip {
    background-color: var(--primary-color);
}

.own-multiselct-custom .optionListContainer {
    bottom: 100%;
}

.own-multiselct-custom .optionContainer .option:hover {
    background-color: var(--primary-color);
}


/* support css */

.max-width-form {
    max-width: 600px;
}

.form-own .own-textarea {
    min-height: 120px;
}

.vertical-top-table.own-sorting-table thead th,
.vertical-top-table.own-sorting-table tbody td {
    vertical-align: top;
}

.view-doc-btn .view-doc-btn-txt {
    padding: 6px 10px;
    background-color: #ddd;
    min-width: 100px;
    transition: all .2s ease;
    border: 1px solid transparent
}

.view-doc-btn .view-doc-btn-txt:hover {
    border: 1px solid #4d4d4d;
}

.patient-home-txt-list {
    margin-left: 50px;
}

.patient-home-txt-list>li {
    padding-bottom: 5px;
}

.custom-width-container {
    max-width: 800px;
}

.hamburger-menu {
    position: absolute;
    left: 0;
    top: 0;
    padding: 9px 15px;
    display: flex;
    z-index: 5;
}

.hamburger-menu img {
    width: 18px;
}

.upload-media-dashed .upload-btn-dashed {
    display: block;
    text-align: center;
    padding: 40px 0;
    border: 2px dashed #a0a0a0;
    border-radius: 3px;
}

.upload-media-dashed input {
    height: 100%;
    width: 100%;
}


/* clinician css */

.main-decks-list {
    margin-top: -15px;
}

.main-decks-list .inner-wrapper {
    border-radius: 5px;
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 0 5px #ddd;
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    /* height: 100%; */
    /* margin-bottom: 15px; */
}

.main-decks-list .inner-wrapper .text-img-wrapper img {
    width: 30px;
}

.main-decks-list .media-container .media-name {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    right: 15px;
}

.main-decks-list .media-container::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 54px;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.06));
    pointer-events: none;
}

.main-decks-list .media-container {
    box-shadow: 0px 2px 3px 2px rgba(221, 221, 221, 0.25);
    margin-bottom: 10px;
    padding: 10px;
}

.main-decks-list .media-container img {
    min-width: 100%;
}

video {
    max-width: 100%;
}

.lower-sidebar-list {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.custom-modal-own.modal-own .react-responsive-modal-closeButton {
    margin-top: 6px;
    top: 0px;
    right: 0px;
}

.clinician-video-footer img {
    width: 25px;
}

.main-decks-list .media-container img,
.main-decks-list .media-container video {
    pointer-events: none;
}

.deck-slider-wrapper .slick-dots {
    /* bottom: -25px;
    display: none; */
}

.content-img-col9 {
    height: 90%;
}

.deck-slider-wrapper .slick-dots li {
    width: 5px;
    height: 20px;
}

.deck-slider-wrapper .slick-dots li.slick-active button:before {
    color: var(--primary-color);
}

.deck-slider-wrapper .slick-prev:before,
.deck-slider-wrapper .slick-next:before {
    font-size: 25px;
    color: var(--primary-color);
    position: absolute;
}

.deck-slider-wrapper .slick-prev {
    left: 3% !important;
    z-index: 1;
}

.deck-slider-wrapper .slick-next {
    right: 5% !important;
}

.deck-slider-wrapper {
    /* padding: 10px; */
    /* margin-bottom: 30px; */
    /* box-shadow: 0 0 9px 2px rgba(221, 221, 221, 0.4); */
    border-radius: 4px;
}

.preview-margin {
    margin: 20px !important;
}

.deck-slider-wrapper .inner-img-wrapper img {
    /* min-width: 100%; */
    /* height: 80vh; */
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 60px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.iframeUrlViewContainer {
    height: 70vh;
}

iframe {
    height: 70vh;
    width: 70%;
}

.deck-slider-wrapper .singleInner img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0 15px;
}

.deck-slider-wrapper .singleInner .video-react {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    /* top: 0px; */
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0 15px;
}


/* .deck-slider-wrapper .singleInner .slick-list {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0 15px;
} */

.activeColorBlue {
    color: blue
}

.mobilemodalll {
    width: 100%;
    height: 95vh;
    overflow: auto;
    border: 1px solid black;
}

.modalll {
    width: 100%;
    height: 95vh;
    /* overflow: hidden; */
    border: 1px solid black;
}

.modal-body {
    word-break: break-word;
}

.paraColLeft {
    white-space: pre-line;
}


/* .content-container .slick-list,
.content-container .teachNowCon {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
    margin: 0 auto;
} */


.teachNowCon {
    overflow: hidden;
    min-height: 100%;
    min-width: 100%;
    height: 83.5vh;
    position: relative;
    display: flex;
    justify-content: center;
}


#recordElement {
    position: absolute;
    top: 0px;
}

.slick-list .inner-img-wrapper {
    overflow: hidden;
    min-height: 100%;
    min-width: 100%;
    height: 78vh;
    position: relative;
}


/* .attachmentCol9 .inner-img-wrapper {
    height: 80vh;
    position: relative;
}

.attachmentCol9 .inner-img-wrapper img {
    overflow: hidden;
    height: 80vh;
    position: relative;
}

.deck-slider-wrapper .attachmentCol9 .inner-img-wrapper img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0 15px;
}

.attachmentCol9 {
    padding: 7px;
    margin-top: 20px;
} */


/* .slick-list .singleInner {
    overflow: hidden;
    min-height: 100%;
    min-width: 100%;
    height: 80vh;
    position: relative;
} */


/* .slick-list .deck-slider-wrapper {
    overflow: hidden;
    min-height: 100%;
    min-width: 100%;
    height: 80vh;
    position: relative;
} */
.modalll {
    white-space: nowrap;
}

.mobilemodalll {
    white-space: nowrap;
}


/* Change width for mobile */

.deck-slider-wrapper.visit-records .inner-img-wrapper img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

.deck-slider-wrapper.visit-records .singleInner img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

.deck-slider-wrapper.visit-records {
    margin: 0px !important;
}

.deck-slider-wrapper .slick-prev {
    left: -5px !important;
    z-index: 1;
}

.deck-slider-wrapper .slick-next {
    right: 15px !important;
}

.deck-slider-wrapper.visit-records .slick-track {
    display: flex;
    align-items: center;
}

.modal-own .custom-header {
    margin-left: -19px;
    margin-right: -20px;
    margin-top: -20px;
    border-radius: 5px 5px 0 0;
    background-color: var(--primary-color);
    color: var(--primary-font-color);
    padding: 15px;
}

.unlock-form-wrapper {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    padding-bottom: 50px;
}

.img-list {
    margin-left: -7.5px;
    margin-right: -7.5px;
    padding: 7.5px 0;
}

.img-list>li {
    display: inline-block;
    padding: 7.5px;
}

.img-list>li .inner-wrapper {
    box-shadow: 0 0 5px rgba(212, 212, 212, 0.36);
}

.img-list>li .main-img {
    height: 120px;
    width: 120px;
    object-fit: cover;
}

.img-list>li .cross-wrapper {
    height: 15px;
    width: 15px;
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    box-shadow: 0 0 3px #ddd;
}

.file-row-wrapper {
    /* margin-bottom: 20px; */
}

.file-row-wrapper:before {
    content: '';
    position: absolute;
    left: 7.5px;
    right: 7.5px;
    bottom: 0;
    border: 1px solid #ddd;
    top: 0;
    border-radius: 4px;
}

.add-attachment-container {
    border-right: 1px solid #ddd;
}

.content-view-deck {
    border: 1px solid #ddd;
    padding: 20px;
    margin-top: 31px;
    border-radius: 5px;
    color: #494949;
}

.main-decks-list .img-container .fa {
    font-size: 20px;
}

.deck-video-icons .fa {
    color: var(--primary-color);
}

.star-icon .fa {
    cursor: pointer;
}

.star-icon .fa.filled {
    color: var(--primary-color);
}

.video-download-wrapper .fa {
    font-size: 22px;
}

.clinician-dashboard .copy-right-text {
    background: #565656;
    font-size: 12px;
    margin-top: 25px;
    position: fixed;
    bottom: 0;
    left: 330px;
    right: 70px;
    color: #fff;
    font-weight: 600;
    z-index: 3;
}

.clinician-dashboard.app-main-wrapper .inner-wrapper-content {
    padding-bottom: 60px;
}

body .video-react .video-react-big-play-button {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-react {
    box-shadow: 0 0 12px 3px #d5d5d5;
    position: inherit !important;
}


/* teach modal css */

.modal-full {
    width: 100% !important;
    max-width: 100% !important;
}

.control-wrapper {
    width: 100%;
    text-align: center;
    /* background-color: #b5b5b5; */
    color: #fff;
    /* padding-top: 20px;
    padding-bottom: 20px; */
    border-bottom: 1px solid #b5b5b5;
}

.control-wrapper>ul>li {
    padding-top: 7px;
    padding-bottom: 7px;
    cursor: pointer;
    font-size: 25px;
    display: inline-flex;
    color: #b5b5b5;
}

.color-picker {
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
}

.list-color-wrapper {
    position: absolute;
    width: 30px;
    background-color: #fff;
    box-shadow: 0 0 2px #ddd;
    transform: translateX(-50%);
    left: 50%;
    top: 40px;
    z-index: 4;
}

.list-color-wrapper:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: -5px;
    left: 37%;
    transform: rotate(182deg);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid rgb(255, 255, 255);
}

.color-picker .color {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: inline-block;
    position: static;
}

.color-picker .color.black {
    background-color: #000;
}

.color-picker .color.red {
    background-color: red;
}

.color-picker .color.green {
    background-color: green;
}

.color-picker .color.blue {
    background-color: blue;
}

.drawing-mode-disabled {
    color: gray !important;
}

.drawing-mode {
    color: #fff;
}

.prev-slider-wrapper.disabled {
    opacity: .3;
}

.prev-slider-wrapper i {
    font-size: 30px;
}

.drag-input-wrapper {
    position: absolute;
    cursor: move;
    border: 2px dashed #d14f4f;
    padding: 5px 10px;
}

.input-txt-wrapper {
    position: absolute;
    top: 10px;
    left: 10px;
    max-width: 300px;
    padding: 10px;
    padding-right: 20px;
    z-index: 1;
}

.input-txt-wrapper .cross-wrapper {
    color: var(--primary-color);
    position: absolute;
    right: -4px;
    top: 6px;
    cursor: pointer;
    display: inline-flex;
    background-color: #fff;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    box-shadow: 0 0 3px #979797;
    align-items: center;
    justify-content: center;
    padding-left: 1px;
}

.styled-checkbox {
    position: absolute;
    opacity: 0;
}

.styled-checkbox+label {
    position: relative;
    cursor: pointer;
    padding: 0;
}

.styled-checkbox+label:before {
    content: '';
    /* margin-right: 10px; */
    display: inline-block;
    vertical-align: text-top;
    width: 30px;
    height: 30px;
    background: white;
    margin-left: -30px;
    border-radius: 50%;
    box-shadow: 0 0 2px #717171;
    position: absolute;
    left: -7px;
    top: 3px;
}

.styled-checkbox:hover+label:before {
    background: #1aa921;
}

.custom-checkbox-wrapper {
    padding-left: 40px;
    padding-top: 10px;
}

.styled-checkbox+label h5 {
    font-size: 25px;
    font-weight: 400;
    color: #6e6e6e;
}

.styled-checkbox+label span {
    font-size: 12px;
    color: #5f5f5f;
    line-height: 1.2;
    display: inline-block;
}

.styled-checkbox:focus+label:before {
    /* box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12); */
}

.styled-checkbox:checked+label:before {
    background: #1fc53f;
}

.styled-checkbox:disabled+label {
    color: #b8b8b8;
    cursor: auto;
}

.styled-checkbox:disabled+label:before {
    box-shadow: none;
    background: #ddd;
}

.styled-checkbox:checked+label:after {
    /* content: '';
    position: absolute;
    left: 5px;
    top: 9px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    transform: rotate(45deg); */
    content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 17px;
    padding-right: 0.5em;
    position: absolute;
    top: 6px;
    left: -31px;
}

.styled-checkboxx {
    position: absolute;
    opacity: 0;
}

.styled-checkboxx+label {
    position: relative;
    cursor: pointer;
    padding: 0;
}

.styled-checkboxx+label:before {
    content: '';
    /* margin-right: 10px; */
    vertical-align: text-top;
    width: 18px;
    height: 18px;
    background: white;
    margin-left: -30px;
    border-radius: 10%;
    box-shadow: 0 0 2px #717171;
    position: absolute;
    left: -4px;
    top: 1px;
}

.checkboxx-wrapper {
    padding-left: 75px;
}

.styled-checkboxx:hover+label:before {
    background: #1aa921;
}

.custom-checkboxx-wrapper {
    padding-left: 40px;
    padding-top: 10px;
}

.styled-checkboxx+label h5 {
    font-size: 18px;
    font-weight: 400;
}

.styled-checkboxx+label span {
    font-size: 12px;
    color: #5f5f5f;
    line-height: 1.2;
    display: inline-block;
}

.styled-checkboxx:checked+label:before {
    background: #1fc53f;
}

.styled-checkboxx:not(:checked)+label:before {
    background: white;
}

.styled-checkbox:not(:checked)+label:before {
    background: white;
}

.styled-checkboxx:disabled+label {
    color: #b8b8b8;
    cursor: auto;
}

.styled-checkboxx:disabled+label:before {
    box-shadow: none;
    background: #ddd;
}

.styled-checkboxx:checked+label:after {
    content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 15px;
    padding-right: 0.5em;
    position: absolute;
    top: 0px;
    left: -32px;
}

.styled-checkboxSP {
    position: absolute;
    opacity: 0;
}

.styled-checkboxSP+label {
    position: relative;
    cursor: pointer;
    padding: 0;
}

.styled-checkboxSP+label:before {
    content: '';
    /* margin-right: 10px; */
    display: inline-block;
    vertical-align: text-top;
    width: 18px;
    height: 18px;
    background: white;
    margin-left: -30px;
    border-radius: 50%;
    box-shadow: 0 0 2px #717171;
    position: absolute;
    left: 0px;
    top: 1px;
}

.styled-checkboxSP:hover+label:before {
    background: #1aa921;
}

.custom-checkboxSP-wrapper {
    padding-left: 40px;
    padding-top: 0px;
}

.styled-checkboxSP+label h5 {
    font-size: 16px;
    font-weight: 400;
    color: #6e6e6e;
}

.styled-checkboxSP+label span {
    font-size: 12px;
    color: #5f5f5f;
    line-height: 1.2;
    display: inline-block;
}

.styled-checkboxSP:checked+label:before {
    background: #1fc53f;
}

.styled-checkboxSP:disabled+label {
    color: #b8b8b8;
    cursor: auto;
}

.styled-checkboxSP:disabled+label:before {
    box-shadow: none;
    background: #ddd;
}

.styled-checkboxSP:checked+label:after {
    content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 14px;
    padding-right: 0.5em;
    position: absolute;
    top: 0px;
    left: -28px;
}

.save-list {
    padding-top: 5px;
    padding-bottom: 5px;
}

.save-list>li {
    /* padding-top: 5px;
    padding-bottom: 5px; */
}

.info-txt-wrapper {
    background-color: #c1c1c1;
    padding: 10px 15px;
    font-size: 12px;
    border-top: 2px solid #7b7b7b;
}

.negative-width {
    margin-left: -18px;
    margin-right: -18px;
}

.bg-grey {
    background-color: #eeeeee;
}

@keyframes up-right {
    0% {
        transform: scale(1);
        opacity: .25
    }

    50% {
        transform: scale (1, 5);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: .25;
    }
}

.html2canvas-container {
    position: fixed;
}

.circle {
    border-radius: 50%;
    width: 14px;
    height: 14px;
    opacity: .25;
}

.modal-own .custom-header-teach {
    background-color: #fff;
    color: var(--primary-color);
    position: relative;
}

.red.animation {
    -webkit-animation: up-right 2s infinite;
    -moz-animation: up-right 2s infinite;
    -o-animation: up-right 2s infinite;
    animation: up-right 2s infinite;
}

.redAnnoSec.animation,
.redAnnoSecPause.animation {
    -webkit-animation: up-right 2s infinite;
    -moz-animation: up-right 2s infinite;
    -o-animation: up-right 2s infinite;
    animation: up-right 2s infinite;
}

.red {
    background-color: var(--primary-color);
    position: absolute;
    top: 10px;
    right: 25px;
    /* transform: translateY(-50%); */
}


/** footer links css*/

.site-footer {
    position: relative;
    background-color: var(--grey-color);
    padding: 45px 0 20px;
    font-size: 15px;
    line-height: 24px;
    color: #737373;
    /* margin-top: 20px !important; */
}

.site-footer hr {
    border-top-color: #bbb;
    opacity: 0.5
}

.site-footer hr.small {
    margin: 20px 0
}

.site-footer h6 {
    color: var(--primary-font-color);
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 5px;
    letter-spacing: 2px
}

.site-footer a {
    color: #737373;
}

.site-footer a:hover {
    color: #3366cc;
    text-decoration: none;
}


/* media queries */

@media screen and (max-width: 1300px) and (min-width:768px) {
    .jump-page-wrapper {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
        justify-content: flex-end;
        margin-top: 20px;
    }

    .own-paagination-wrapper {
        align-items: flex-start !important;
    }
}

@media screen and (max-width: 991px) {
    .app-main-wrapper .left-sidebar-wrapper {
        padding-top: 0 !important;
        border-top: none;
        background-color: rgba(0, 0, 0, 0.65);
        right: 0;
        bottom: 0;
        width: 100%;
        transition: all .3s ease;
        transform: translateX(-100%);
        top: 0 !important;
    }

    .app-main-wrapper .left-sidebar-wrapper.mobile-menu-open {
        transform: translateX(00%);
    }

    .app-main-wrapper {
        z-index: 666;
    }

    .app-main-wrapper .left-sidebar-wrapper .sidebar-inner-wrapper {
        width: 280px !important;
        background-color: rgb(241, 241, 241);
    }

    .app-whole-wrapper.mobile-menu-close .app-main-wrapper {
        z-index: 6;
    }

    .app-main-wrapper .right-content-wrapper {
        margin-left: 0px;
    }

    .cross-bar-menu {
        position: absolute;
        right: -50px;
        top: 15px;
    }
}

.nav-mob {
    display: none !important;
}

.nav-desk {
    display: flex !important;
    text-align: right !important;
    align-items: flex-end !important;
}

.content {
    overflow: hidden;
}

@media screen and (max-width: 425px) {
    .welName {
        display: block !important;
    }

    .welName .user-details {
        text-align: right !important;
    }
}

@media screen and (max-width: 767px) {
    .content {
        overflow: auto;
    }


    .photosContainer {
        padding: 15px !important;
    }

    .footer-logo {
        padding-top: 0px;
    }

    .deck-slider-wrapper-row {
        height: auto !important;
    }

    .modalll {
        height: -webkit-fill-available !important;
    }

    .mobilemodalll {
        height: -webkit-fill-available !important;
    }

    .deck-slider-wrapper .singleInner .video-react {
        position: relative !important;
        padding: 15px 0 !important;
        height: 200px !important;
    }

    .slick-list .inner-img-wrapper {
        height: auto !important;
    }

    .video-react .video-react-video {
        top: 0px !important;
    }

    .attachIframe {
        height: 500px !important;
    }

    .deck-slider-wrapper .singleInner img {
        position: relative !important;
        top: 0 !important;
        padding: 15px 0 !important;
    }

    .contentConView {
        border: 1px solid #DADADA !important;
        display: block !important;
    }

    .deckName {
        padding: 0 5px;
        word-break: break-word;
        white-space: normal;
    }

    .attchLeftScrlTeach {
        border: 0 !important;
    }

    .react-responsive-modal-modal.modal-own {
        padding: 15px !important;
    }

    .site-foot-col {
        width: 100% !important;
    }

    .site-footer {
        padding: 20px !important;
    }

    .nav-coll {
        border: 0px !important;
    }

    .nav-mob {
        display: block !important;
    }

    .welNameCon {
        display: contents !important;
    }

    .welName {
        display: block !important;
    }

    .nav-desk {
        display: none !important;
    }

    .aboutmdl {
        padding-left: 15px !important;
        padding-right: 15px !important;
        padding-top: 10px !important;
    }

    .ourClient {
        padding: 0 5px !important;
    }

    .ourclientmdl {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .ourClientMobileGrid {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .mpl-15 {
        padding-left: 15px !important;
    }

    .mpr-15 {
        padding-right: 15px !important;
    }

    .mpt-10 {
        padding-top: 10px !important;
    }

    .ourClientMobileGridTop {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .nav-lan-btn {
        margin-top: 25px !important;
    }

    .nav-lan-head {
        width: 100% !important;
    }

    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus {
        background-color: #fff !important;
    }

    .landing-header-container {
        padding: 0;
    }

    .blog-header-container {
        padding: 15px 15px !important;
    }

    .carousel .slide img {
        height: 200px !important;
    }

    /* .carousel-root{
        margin-top: 60px;
    } */
    .navbar-inverse {
        background-color: #fff !important;
        border-color: #fff !important;
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #080808 !important;
    }

    :root {
        --size-20: 18px;
        --size-14: 13px;
        --size-24: 22px;
        --size-16: 14px;
        --size-12: 11px;
    }

    .search-bar-data {
        width: 100%;
        margin-top: 25px;
    }

    .upload-bulk-user .download-btn-wrapper,
    .view-attachment-btn {
        margin-top: 15px;
        padding-bottom: 20px;
    }

    .left-sidebar-wrapper .sidebar-list-wrapper>li .sidebar-icon-wrapper img {
        width: 25px;
    }

    body {
        font-size: 14px;
    }

    .own-tab-list>li {
        max-width: 100%;
        flex: 100%;
        border-bottom: 1px solid #ddd;
        border-top-width: 1px;
    }

    .pagination-btn-wrapper {
        text-align: right;
        margin-top: 10px;
        padding-bottom: 10px;
        padding-right: 5px;
    }

    .showing-pagination-txt {
        padding-bottom: 10px;
        display: block;
    }

    .pagination-right-wrapper,
    .add-list-form .add-list-button,
    .upload-bulk-user .download-btn-wrapper,
    .view-attachment-btn {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .add-list-form .add-list-button {
        margin-bottom: 15px;
        margin-left: 0 !important;
    }

    .react-responsive-modal-modal.modal-own {
        padding-left: 0;
        padding-right: 0;
    }

    .file-alter-btn-wrapper .btn {
        width: 100%;
        margin-bottom: 10px;
    }

    .upload-media-btn .btn,
    .full-width-xs-mb {
        width: 100%;
        margin-bottom: 15px;
    }

    .full-width-xs {
        width: 100%;
    }

    .negative-tab.own-tab-wrapper {
        border-top: none;
    }

    .negative-tab.own-tab-wrapper .own-tab-list {
        margin-top: 0;
    }
}

.nonEditable {
    background-color: #f0f0f0;
}

.MuiFormLabel-filled {
    background-color: #fff;
}

.no-border {
    border: 0;
}

.thumbs-wrapper {
    margin: 0 !important;
}

.visit-table tbody tr:nth-child(2n) td {
    background-color: #fff !important;
}

.navigation {
    position: relative;
    display: inline-block;
}

.navigation-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    border-radius: 4px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 9;
    left: -100px
}

.navigation a {
    color: black;
    padding: 12px;
    margin: 0;
    text-decoration: none;
    display: block;
}

/* .navigation a:first-child:hover {
    background-color: #ddd;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.navigation a:last-child:hover {
    background-color: #ddd;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
} */

.navigation a:hover {
    color: #ddd;
    /* background-color: #ddd; */
    /* border-radius: 4px; */
}

.navigation a:hover .landing-menu-text {
    color: #000;
}

.navigation:hover .navigation-content {
    display: block;
}

.MuiOutlinedInput-input {
    padding: 14px !important;
    padding-right: 35px !important;
}

.MuiFormControlLabel-label {
    font-size: 14px !important;
}

.mb-10 {
    margin-bottom: 10px;
}

.p-30 {
    padding: 30px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mt-20 {
    margin-top: 20px;
}

.mr-40 {
    margin-right: 40px;
}

.ml-10 {
    margin-left: 7px;
}

.mr-10 {
    margin-right: 10px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mt-30 {
    margin-top: 30px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.border-bottom-grey {
    border-bottom: 1px solid #DADADA;
}

.primary-font {
    color: var(--primary-color);
}

.language-tab {
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 10px;
    cursor: pointer;
}

.select-language-tab {
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 5px;
    color: #DC4B68;
    cursor: pointer;
    border-bottom: 2px solid var(--primary-color);
}

.upload-list-container {
    box-sizing: border-box;
    border: 1px dashed #54565A;
    border-radius: 4px;
    background-color: #FFFFFF;
}

.upload-area-container {
    box-sizing: border-box;
    border: 1px dashed #54565A;
    border-radius: 4px;
    background-color: #F4F4F4;
    margin: 20px;
    display: flex;
    justify-content: center;
}

.upload-add-container {
    box-sizing: border-box;
    border: 1px solid #E0E0E0;
    height: 50px;
    width: 50px;
    border-radius: 8px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.06);
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pdf-box-container {
    box-sizing: border-box;
    border: 1px solid #E0E0E0;
    height: 50px;
    width: 50px;
    border-radius: 8px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.06);
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.upload-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.upload-header {
    color: #111111;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 16px;
}

.upload-sub-header {
    color: #54565A;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 14px;
}

.upload-file-container {
    margin: 20px;
    display: flex;
    align-items: center;
    flex-direction: row;
    padding: 5px 10px;
}

.filename-container {
    flex: 2;
    display: flex;
    align-items: center;
}

.file-icon-container {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.upload-image-style {
    width: 50px;
    height: 50px;
    border-radius: 8px;
    margin-right: 20px;
}

.image-header {
    color: #111111;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 16px;
    margin-bottom: 5px;
}

.image-sub-header {
    color: #767676;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 15px;
}


/* .file-icon-container {
    display: flex;
    justify-content: flex-end;
} */

.file-add-icon {
    color: var(--primary-color);
    font-size: medium;
}

.file-list-icon {
    font-size: 20px;
}

.MuiCheckbox-colorPrimary {
    color: #080808 !important;
}


/** Patient Dashbaord styles */

.pd-container {
    background-color: #E3EAEF;
    padding: 20px 190px;
}

.pd-heading {
    color: var(--primary-color);
    font-size: 20px;
    font-weight: bold;
}

.pd_content-div {
    background-color: #FFFFFF;
    margin-top: 20px;
    border: #DADADA;
    border-width: 1px;
    border-radius: 8px;
}

.pd-content-header {
    padding: 12px 5px;
}

.pd-title-text {
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}

.pd-search-bar {
    background-color: #F4F4F4;
    border: 1px solid #DADADA;
    border-radius: 4px;
    padding: 7px 10px;
}

.pd-search-text {
    color: #A7A8A9;
    font-size: 14px;
    margin: 0;
}

.pd-table-header {
    background-color: var(--primary-color);
    padding: 10px 20px;
    justify-content: space-between;
}

.pd-columns {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
}

.vcenter {
    display: flex;
    align-items: center;
}

.align-end {
    text-align: end;
}

.pd-table-body .container {
    padding-left: 0;
    margin-left: 0;
}

.pd-table-row {
    border-bottom: 1px solid #DADADA;
    padding: 15px 15px 10px 15px;
}

.pd-row-title {
    color: #111111;
    font-size: 16px;
    font-weight: bold;
    word-break: break-word;
    margin: 0;
}

.pd-row-mob-title {
    color: #111111;
    font-size: 16px;
    font-weight: bold;
    word-break: break-all;
    margin: 0;
    min-inline-size: 180px;
    overflow-wrap: break-word;
}

.not-found-message {
    text-align: center;
    margin: auto;
    width: 50%;
    height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pd-doc-org {
    color: #767676;
    font-size: 14px;
    margin: 3px 0 0 0;
}

.pd-row-attachment-bar {
    background-color: #FFFFFF;
    border: 1px solid #DADADA;
    border-radius: 17.5px;
    padding: 4.5px 6.5px;
}

.pd-row-attachments {
    color: #767676;
    font-size: 9px;
    margin: 0;
}

.pd-row-date {
    color: #111111;
    font-size: 12px;
    font-weight: bold;
    margin: 5px 0;
}

.pd-align-right {
    display: flex;
    justify-content: flex-end;
}

.PrivateNotchedOutline-legendLabelled-3>span {
    display: block !important;
    word-break: break-word;
    flex-wrap: wrap;
}

.header-button-container .MuiFormControl-root {
    background: #fff;
    border-radius: 4px;
}

.attachment-count-circle {
    background-color: #C00000;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    margin-right: 5px;
    justify-content: center;
    align-items: center;
}

.attachment-count-text {
    color: #FFFFFF;
    font-size: 10px;
    margin: 0;
}

.table-header-text {
    color: var(--primary-color);
    font-size: 18px !important;
    font-weight: bold !important;
    position: relative !important;
    top: 5px !important;
}

.profile-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.content-category {
    background-color: #FFFFFF;
    padding-left: 15px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    font-size: 18px;
    color: #111111;
}

.menu-category {
    padding-left: 25px !important;
    padding-right: 25px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    color: var(--primary-color) !important;
}

.menu-sub-category {
    padding-left: 40px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    background-color: #FFF;
}

.category-header {
    color: var(--primary-color);
    font-size: 28px;
    font-weight: bold;
}

.content-header-dropdown {
    background-color: #FFF;
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    height: 478x;
    width: 190px;
}

.content-search-feild {
    background: #F4F4F4;
    border: 1px solid #DADADA;
    width: 300px;
    height: 48px;
}

.content-card {
    background-color: #FFF;
    padding: 18px 18px 18px 18px;
    border: 1px solid #DADADA;
    border-radius: 8px;
    margin-top: 10px;
    height: 265px;
}

.content-sub-card {
    background-color: #FFF;
    /* padding: 10px; */
    border: 1px solid #DADADA;
    border-radius: 8px;
    margin-bottom: 10px;
}

.content-basket-container {
    background-color: #DC4B68;
    border-radius: 0 0 8px 8px;
    display: flex;
    justify-content: center;
    padding: 5px;
}

.content-basket-container.active {
    background-color: #F1f1f1;
}

.consent-basket-text {
    /* color: var(--primary-font-color); */
    font-size: 12px;
    letter-spacing: 0;
    font-weight: 500;
    line-height: 15px;
}

.consent-basket-text.active {
    color: #111111;
}

.consent-basket-container {
    border: 1px solid var(--primary-color);
    border-radius: 50px;
    display: flex;
    justify-content: center;
    padding: 5px;
}

.consent-basket-container.active {
    background-color: #F1f1f1;
}

.content-basket-text {
    color: var(--primary-font-color);
    font-size: 12px;
    letter-spacing: 0;
    font-weight: 500;
    line-height: 15px;
}

.content-basket-text.active {
    color: #111111;
}

.content-icon-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    min-height: 38px;
}

.content-card-icon {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.featured-tag {
    height: 16px;
    width: 51px;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    display: flex;
    background-color: var(--primary-color);
}

.featured-text {
    color: #FFFFFF;
    font-size: 10px;
    letter-spacing: 0;
    line-height: 12px;
}

.basket-tag {
    height: 24px;
    width: 24px;
    position: absolute;
    margin-top: -30px;
    margin-left: 10px;
    border-radius: 15px;
    justify-content: center;
    align-items: center;
    display: flex;
    background-color: var(--primary-color);
}

.basket-text {
    color: #FFFFFF;
    font-size: 10px;
    letter-spacing: 0;
    line-height: 12px;
}

.content-title {
    color: #111111;
    font-size: 14px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-align: left;
    -webkit-box-orient: vertical;
}

.content-description {
    color: #767676;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    text-align: left;
    -webkit-box-orient: vertical;
}

.content-language {
    color: #767676;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    position: absolute;
    bottom: 18px;
}

.content-language1 {
    color: #767676;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    position: absolute;
    bottom: 18px;
}

.list-border-bottom {
    border-bottom: 1px solid #ddd;
    padding-left: 10px;
}

.active-sub-menu {
    background-color: #F1F1F1 !important;
}

.active-sub-menu-text {
    color: #111111;
    font-weight: bolder;
}

.collapse .fa:before {
    content: "\f077";
    color: #111111;
}

.sideColBot .fa:before {
    content: "\f078";
    color: #111111;
}

.sideBarColBot .fa:before {
    content: "\f078";
    color: #111111;
}

[data-toggle="collapse"].collapsed .fa:before {
    content: "\f078";
    color: #111111;
}

.content-layout {
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.logo-layout {
    display: block;
}

.optBtn {
    width: 100%;
    margin: 5px 0;
}

.singlePatientModal {
    height: 75vh;
}

.navbar-collapse1.show {
    left: 0;
}

/** For patient dashboard */

@media only screen and (max-width: 768px) {
    [class*="col-md"] {
        width: 100%;
    }

    .pd-container {
        padding: 0px;
    }

    .navigation-content {
        left: 0 !important;
    }

    .navbar-toggler {
        min-width: 50px !important;
    }

    .navigation .showDropDown a {
        padding: 0 !important;
    }

    .nav-bar-tggl {
        margin-top: 0 !important;
    }

    .vcenter {
        padding: 0 !important;
    }

    .patientSearch {
        padding: 0 !important;
    }

    .navbar-brand {
        width: 172px !important;
    }

    .parent {
        height: auto !important;
    }

    .navbar-collapse1 {
        position: absolute;
        left: 100%;
        z-index: 999;
        width: 80%;
        display: block;
        height: -webkit-fill-available;
    }

    .navbar-collapse1.collapsing {
        height: auto !important;
        margin-left: -10%;
        left: -10%;
        transition: all .2s ease;
    }

    .navbar-collapse1.show {
        left: 0;
    }

    .deck-slider-wrapper .slick-dots {
        bottom: -5px !important;
    }

    .pd-align-right {
        justify-content: flex-start;
    }

    .extra-margin {
        margin-bottom: 20px;
    }

    .attachment-margin {
        margin-bottom: 10px;
    }

    .content-layout {
        display: block;
    }

    .logo-layout {
        display: flex;
        justify-content: center;
    }

    .carousel .control-dots .dot {
        margin: 0 4px !important;
        width: 4px;
        height: 4px;
    }

    .patientDateMob {
        display: flex;
        justify-content: space-between;
    }
}

@media only screen and (min-width: 768px) and (max-width: 950px) {
    .pd-container {
        padding: 20px;
    }
}

.dashUserInfoFields {
    height: 60px;
}

.archiveLink {
    color: var(--primary-color);
}

.cusTDWidth {
    word-wrap: break-word;
    max-width: 175px;
}

.colMinWidth {
    min-width: 175px;
}

.iconDownload {
    position: absolute;
    right: 10px;
}

.patient-video-player-wrapper {
    height: 77vh;
    overflow-y: auto
}

.patient-video-player-wrapper .video-react {
    padding-top: 0px !important;
    height: 77vh !important;
}

.attachmentCol9 .video-react {
    margin-top: -5px;
}

.video-react-controls-enabled {
    padding-top: 51% !important;
}

.video-react {
    height: 91% !important;
}

.holds-the-iframe {
    background: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 100% 100%"><text fill="%23FF0000" x="50%" y="50%" font-family="\'Lucida Grande\', sans-serif" font-size="24" text-anchor="middle">Looding...</text></svg>') 0px 0px no-repeat;
    height: 100vh;
    width: 100%;
}

.changeHead {
    margin-left: 300px;
    margin-top: 20px;
}

.changePassContainerSuper {
    z-index: 9;
    margin-left: 300px;
    margin-bottom: 20px;
    flex: 1;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.changePassContainerOther {
    margin: 0 auto;
    padding: 20px;
}

.changeMainContainer {
    margin: 0 auto;
}

.changeMainContainerprofile {
    margin: 0 auto;
}

.changePassContainerSuperProf {
    z-index: 9;
    margin-left: 180px;
    margin-bottom: 20px;
    flex: 1;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
}


/* dummy */

.parent {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.main {
    display: flex;
    flex-grow: 1;
}

.content {
    flex-grow: 1;
}


/* --------- Non-flexbox related styles --------- */

.child {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1%;
    padding: 20px;
    font-size: 20px;
    line-height: 20px;
    color: #ffe8c3;
    background-color: #eab768;
    border-radius: 10px;
    border: 10px solid #f5cc8b;
}


/* Dropdown if has child menu*/

.showDropDown:hover .user-profile-dropdown {
    display: block;
}

.user-profile-dropdown {
    display: none;
}

.modalPad {
    padding: 5px !important;
}

.contentHeadSec {
    border-bottom: 1px solid rgb(218, 218, 218);
}

.slick-slider {
    /* position: initial; */
    /* height: 82vh; */
    margin-bottom: 5%;
}

.slick-dots {
    position: sticky !important;
}

.react-draggable {
    z-index: 5 !important;
}

.teachNowActionCon {
    position: absolute !important;
    bottom: 5px;
}

.redAnnoSec {
    background: green;
    text-align: center;
    color: #fff;
    font-size: 12px;
    padding: 8px 0;
}

.redAnnoSecPause {
    background: red;
    text-align: center;
    color: #fff;
    font-size: 12px;
    padding: 8px 0;
}

.TeachLinkList {
    height: 370px;
    overflow: overlay;
}

.maximise {
    top: 35px !important;
    right: 5px !important;
}

.teachNowRightSec {
    /* position: absolute;
    top: 20%; */
}


/* different sizes */

.full {
    width: 100%;
    background: #d35400;
}

.two-third {
    width: 66.666%;
    background: #27ae60;
}

.half {
    width: 50%;
    background: #c0392b;
}

.third {
    width: 33.333%;
    background: #16a085;
}

.quarter {
    width: 25%;
    background: #34495e;
}


/* extra classes */

.single-height {
    height: 300px;
}

.double-height {
    height: 600px;
    background: #7f8c8d;
}

.one-third-height {
    height: 450px;
    background: #7f8c8d;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

@media all and (max-width: 900px) {

    .half,
    .responsive-half.responsive-half {
        /* Override .responsive-half's other classes */
        width: 66.666%;
    }

    .quarter {
        width: 33.333%;
    }
}


/* non-essential code, just for fun */

.footer-links {
    padding-left: 0;
    list-style: none
}

.footer-links li {
    display: block;
    margin-bottom: 4px;
}

.footer-links a {
    color: var(--primary-font-color);
    font-size: 12px;
}

.footer-links h5 {
    color: var(--primary-font-color);
    font-size: 12px;
    margin: 0;
}

.footer-links p {
    color: var(--primary-font-color);
    font-size: 12px;
    margin-bottom: 0;
    /* margin-top: 10px; */
    /* padding-left: 10px; */
}

.footer-description-link {
    color: var(--primary-font-color) !important;
    text-decoration: underline;
}

.footer-description-link:hover {
    color: #3366cc !important;
}

.headeActive {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

.footer-links a:active,
.footer-links a:focus,
.footer-links a:hover {
    color: #3366cc;
    text-decoration: none;
}

.footer-links.inline li {
    display: inline-block
}

.site-footer .social-icons {
    text-align: right
}

.site-footer .social-icons a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-left: 6px;
    margin-right: 0;
    border-radius: 100%;
    background-color: #33353d
}

.copyright-text {
    margin: 0
}

@media (max-width:991px) {
    .site-footer [class^=col-] {
        margin-bottom: 30px
    }
}

.video-react .video-react-video {
    margin-top: 5vh !important;
    height: 85% !important;
}

.video-react .video-react-control-bar {
    bottom: -7vh !important;
}

@media (max-width:767px) {
    .site-footer {
        padding-bottom: 0
    }

    .site-footer .copyright-text,
    .site-footer .social-icons {
        text-align: center
    }

    .modal-patient {
        /* height: 100vh !important; */
        max-height: 100% !important;
        overflow-y: auto !important;
    }

    /* .patient-video-player-wrapper {
        height: 100% !important;
        overflow-y: 'auto' !important;
    } */
    .AttachList {
        height: 100% !important;
    }

    .imgViewType {
        height: 100% !important;
        overflow-y: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .slick-dots{
        overflow-x: auto;
    }  
    .attachIframeContainer
    {
        display: flex;
        justify-content: center;
    } 
    .react-responsive-modal-modal.react-responsive-modal-modalCenter
    {
        display: block;
    } 
    .react-responsive-modal-modal.react-responsive-modal-modalCenter:has(iframe)
    {
        display: flex;
        justify-content: center;
    } 
    iframe {
        height: 60vh;
        width: 85%;
    }
    .video-react .video-react-video {
        margin-top: 0 !important;
    }
}

.social-icons {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.social-icons li {
    display: inline-block;
    margin-bottom: 4px
}

.social-icons li.title {
    margin-right: 15px;
    text-transform: uppercase;
    color: #96a2b2;
    font-weight: 700;
    font-size: 13px
}

.social-icons a {
    background-color: #eceeef;
    color: #818a91;
    font-size: 16px;
    display: inline-block;
    line-height: 44px;
    width: 44px;
    height: 44px;
    text-align: center;
    margin-right: 8px;
    border-radius: 100%;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.social-icons a:active,
.social-icons a:focus,
.social-icons a:hover {
    color: #fff;
    background-color: #29aafe
}

.social-icons.size-sm a {
    line-height: 34px;
    height: 34px;
    width: 34px;
    font-size: 14px
}

.social-icons a.facebook:hover {
    background-color: #3b5998
}

.social-icons a.twitter:hover {
    background-color: #00aced
}

.social-icons a.linkedin:hover {
    background-color: #007bb6
}

.social-icons a.dribbble:hover {
    background-color: #ea4c89
}

.tableHead th {
    color: var(--primary-font-color);
    font-family: 'Roboto Mono' !important;
    font-size: 16px;
    font-weight: 700;
    line-height: 21.1px;
    letter-spacing: 0.05em;
    text-align: left;

}

.photosContainer {
    padding: 20px 90px;
    padding-bottom: 0;
}

.flowchartImg {
    border-radius: 10px;
    margin: auto;
    display: block;
}

.react-photo-album--column img {
    border-radius: 10px;
}

.MuiSelect-select {
    /* background-color: #fff !important; */
}

.cursorStyle {
    cursor: not-allowed !important;
}

.MuiAutocomplete-endAdornment {
    display: none !important;
}

.disabled-li {
    pointer-events: none;
    opacity: 0.4;
}

.float {
    z-index: 2;
    position: fixed;
    width: 100%;
    height: 45px;
    bottom: 40px;
    right: 0px;
    /* background-color:#0C9; */
    /* color:#FFF; */
    /* border-radius:50px; */
    text-align: center;
    /* box-shadow: 2px 2px 3px #999; */
}

.floatMenu {
    z-index: 2;
    position: fixed;
    width: 100%;
    /* height:45px; */
    /* bottom:40px; */
    /* right:0px; */
    /* background-color:#0C9; */
    /* color:#FFF; */
    /* border-radius:50px; */
    /* text-align:center; */
    /* box-shadow: 2px 2px 3px #999; */
}

.my-float {
    margin-top: 22px;
}

#intro {
    background-color: lightgrey !important;
}

.card-body {
    text-align: left;
}

.ullist {
    list-style-type: disc;
}

.table-header-label {
    color: #DC4B68;
    font-family: 'Roboto Mono' !important;
    font-size: 32px;
    font-weight: 700;
    line-height: 42.2px;
    letter-spacing: 0.05em;
    text-align: left;
}

.login-label {
    font-weight: 600;
    font-size: 10.05px;
    line-height: 12.06px;
}

.MuiSelect-select.MuiSelect-select {
    /* background-color: #DC4B68 !important; */
}

.video-react {
    padding: 24% !important;
}