/* <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300' rel='stylesheet' type='text/css'> */
/* <link href='https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css' rel='stylesheet' type='text/css'> */
/* <style type="text/css"> */

:root {
    --cal-text-gray: #606060;
    --cal-text-black: #000000;
}


.bottompadded {
    padding-bottom: 20px;
}

#headerContainer {
    box-shadow: 0px 2px 4px gray !important;
}

#topHeadlineContainer {
    background: url(https://cdn.prod.website-files.com/63d181b12aed923dccfdad0c/65526431903f32d995dd0881_bkg.webp) !important;
    background-size: cover !important;
    background-position: 0 67% !important;
    transition: 1.5s
}
#topHeadlineContainer:hover {
    background-position: 0% 0% !important;

}

.pp-menu-link-active {
    color:#616161 !important;
    font-weight: bold !important;
    text-align: left;
    background-color: #ECF0F1;
    border-radius: 4px;

}
.pp-menu-link {
    color:#616161 !important;
    font-weight: 100 !important;
    text-align: left;
    border-radius: 4px;

}
.redex {
    color: #FA7DA7 !important
}


.toppadded{
    padding-top: 20px;
}
.col-first {
  width: 49%;
  height: 100%;
}
.col-holiday {
    width: 98%;
    height: 100%;
}
.col-holiday-hide {
    width: 0%;
    height: 100%;
    opacity: 0
  }
.row-first {
    max-height:40vh;
    overflow-y: scroll;
}
.row-full {
    max-height: calc(100vh - 211px - 0.5em);
    overflow-y: scroll;
    overflow-x: hidden;
}
.row-full-dm {
    max-height: calc(100vh - 234px - 0.5em);
    overflow-y: scroll;
}
.row-full-dm-re {
    max-height: calc(78vh - 245px - 0.6em);
    overflow-y: scroll;
}
.menu-btn {
    max-width: 8vw;
    min-width: 50px;
    font-size: 1.2vw;
}
.menu-btn-dbl {
    max-width: 16vw;
    min-width: 50px;
    font-size: 1.2vw;
}
.btn-del:hover {
    background-color: #FD8D8D !important;
}
.container{
    width:90%
}
.rounded {
    border-radius:.25rem!important
}
.btn-primary:active, .btn-primary:focus{
    background-color: #3b1f47 !important;
    border-radius: 4px;
    /* color: black; */
    transform: translateY(3px);
    border-color: #4B4CB2 !important;
}
.btn-primary:hover{
    color: white;
    background-color: #5153bb !important;
}
.btn-primary{
    background-color: #4B4CB2 !important;
    border-color: #3b1f47 !important;
}
.btn-primary-head{
    background-color: #F9BD34 !important;
    color: white;
    border-color: #dfa70f !important;
    transition: 0.3s
}
.btn-primary-head:hover{
    background-color: #ffcf30 !important;
}
.btn-primary-head:active{
    background-color: #dfa70f !important;
    border-radius: 4px;
    color: black;
    transform: translateY(3px);
    border-color: #eed48d !important;
}
.btn-primary-main{
    background-color: #17C1CF !important;
    color: white;
    border-color: #0F9898 !important;
}
.btn-primary-main:hover{
    background-color: #23d1e0 !important;
    border-radius: 4px;
    color: white;
    border-color: #17C1CF !important;
}
.btn-primary-main:active{
    background-color: #0F9898 !important;
    border-radius: 4px;
    color: white;
    transform: translateY(3px);
    border-color: #17C1CF !important;
}
.btn-danger-admin{
    background-color: #e94b43 !important;
    color: white;
    border-color: #cc2724 !important;
}
.btn-danger-admin:hover{
    background-color: #ff6f67 !important;
    color: white;
    border-color: #e24c49 !important;
}
.btn-danger-admin:active{
    background-color: #cc2724 !important;
    border-radius: 4px;
    color: black;
    transform: translateY(3px);
    border-color: #e94b43 !important;
}
.form-control-label{
    padding-top: 4px !important;
}
/* .btn-success:active{
    transform: translateY(3px);
    border-color: #eed48d  !important;
    background-color: #dfa70f !important;
} */
.bg-dark{
    background-color: #4B4CB2 !important;
    color: white;
}
.bg-success-dis {
    background-color: #14b0be !important;
    box-shadow: 0px 0px 0px white !important;
}
.bg-success{
    background-color: #17C1CF !important;
    box-shadow: 4px 2px 4px gray !important;
    transition: 0.3s
}
.bg-success:hover{
    transition: 0.3s;
    background-color: #1adbec !important;
}
.bg-success:active{
    background-color: #0ea6b4 !important;
    box-shadow: 0px 0px 0px white !important;
    transform: translateY(2px);
}
.bg-info-dis{
    background-color: #dfa92d !important;
}

.bg-info-unsub{
    background-color:#dfa92d !important;
    box-shadow: 4px 2px 4px gray !important;
    transition: 0.3s
}
.bg-info-unsub:hover{
    transition: 0.3s;
    background-color: #e4b036 !important;
}
.bg-info-unsub:active{
    background-color: #d19e27 !important;
    box-shadow: 0px 0px 0px white !important;
    transform: translateY(2px);
}

.bg-info{
    background-color: #F9BD34 !important;
    box-shadow: 4px 2px 4px gray !important;
    transition: 0.3s
}
.bg-info:hover{
    transition: 0.3s;
    background-color: #ffcf30 !important;
}
.bg-info:active{
    background-color: #e7ad25 !important;
    box-shadow: 0px 0px 0px white !important;
    transform: translateY(2px);
}

.bg-info-sub{
    background-color: rgb(247, 209, 43) !important;
    box-shadow: 4px 2px 4px gray !important;
    transition: 0.3s
}
.bg-info-sub:hover{
    transition: 0.3s;
    background-color: #ffe65c !important;
}
.bg-info-sub:active{
    background-color: #ffdb3a !important;
    box-shadow: 0px 0px 0px white !important;
    transform: translateY(2px);
}

.btn-gradient:hover {
    background-position: right; /* change the direction of the change here */
    color: white;
}
  
.btn-gradient {
    flex: 1 1 auto;
    background-image: linear-gradient(to right, #5b2872 0%, #17C1CF 51%, #5b2872 100%);
    background-size: 200% auto;
    box-shadow: 0 0 20px #eee;
    text-transform: uppercase;
    transition: 0.5s;
    color: white;
}
.btn-gradient:active { 
    background-position: right; /* change the direction of the change here */
    color: white;
    background-image: linear-gradient(to right, #411d52 0%, #139eaa 51%, #411d52 100%);
    transform: translateY(3px);
}
.bg-gradient {
    background-image: linear-gradient(to right, #5b2872 0%, #17C1CF 99%, #5b2872 100%);
    background-size: 200% auto;
    box-shadow: 0 0 20px #eee;
    color: white;
}
.calender-event-appt {
    cursor: pointer;
    border: 1px solid black;
    background-color: #17C1CF;
    box-shadow: 4px 2px 4px gray;
    transition: 0.3s;
    position: relative;
    padding-bottom: 0px !important;
    align-items: center !important;
    text-align: left !important;
}
.calender-event-appt-dis {
    cursor: auto;
    border: 1px solid black;
    background-color: #1bcbdb;
    position: relative;
    padding-bottom: 0px !important;
    align-items: center !important;
    text-align: left !important;
}
.calender-event-appt-dis-not-subbed {
    cursor: auto;
    border: 1px solid black;
    background-color: #11b1c0;
    position: relative;
    padding-bottom: 0px !important;
    align-items: center !important;
    text-align: left !important;
}
.calender-event-appt:hover {
    color: white !important;
    background-color: #1bc8d8;
    box-shadow: 4px 2px 4px gray;
}
.calender-event-appt:active {
    outline: none;
    border: 1px solid black;
    background-color: #13acb9;
    box-shadow: 0px 0px 0px white;
}
.calender-event-appt:target {
    outline: none;
    border: 1px solid black;
    background-color: #13acb9;
    box-shadow: 0px 0px 0px white;
}
.calender-event-appt:focus {
    outline: none;
    border: 1px solid black;
    background-color: #13acb9;
    box-shadow: 0px 0px 0px white;
}
.calender-event-class {
    cursor: pointer;
    border: 1px solid black;
    background-color: #ffd650;
    box-shadow: 4px 2px 4px gray;
    transition: 0.3s;
    position: relative;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    align-items: center !important;
    text-align: left !important;
}
.calender-event-class-dis {
    cursor: auto;
    border: 1px solid black;
    background-color: #ffd650;
    position: relative;
    padding-bottom: 0px !important;
    align-items: center !important;
    text-align: left !important;
}
.calender-event-class-full-disable {
    cursor: pointer;
    border: 1px solid black;
    background-color: #e75a37;
    position: relative;
    padding-bottom: 0px !important;
    align-items: center !important;
    text-align: left !important;
}
.calender-event-class-dis-not-subbed {
    cursor: auto;
    border: 1px solid black;
    background-color: #e7b237;
    position: relative;
    padding-bottom: 0px !important;
    align-items: center !important;
    text-align: left !important;
}
.calender-event-class:hover {
    color: white !important;
    background-color: #fdde78 !important;
    box-shadow: 4px 2px 4px gray;
}
.calender-event-class:active {
    outline: none;
    border: 1px solid black;
    background-color: rgb(201, 151, 14);
    box-shadow: 0px 0px 0px white;
}

.calender-event-class-not-mine {
    cursor: pointer;
    border: 1px solid black;
    background-color: #e7b237;
    box-shadow: 2px 1px 2px gray;
    transition: 0.3s;
    position: relative;
    padding-bottom: 0px !important;
    align-items: center !important;
    text-align: left !important;
}
.calender-event-class-not-mine:hover {
    color: white !important;
    background-color: #e6b032;
    box-shadow: 4px 2px 4px gray;
}
.calender-event-class-not-mine:active {
    outline: none;
    border: 1px solid black;
    background-color: #c59525;
    box-shadow: 0px 0px 0px white;
}

.calender-event-class-absent {
    cursor: pointer;
    border: 1px solid black;
    background-color: #e75a37;
    box-shadow: 2px 1px 2px gray;
    transition: 0.3s;
    position: relative;
    padding-bottom: 0px !important;
    align-items: center !important;
    text-align: left !important;
}
.calender-event-class-absent:hover {
    color: white !important;
    background-color: #e65c32;
    box-shadow: 4px 2px 4px gray;
}
.calender-event-class-absent:active {
    outline: none;
    border: 1px solid black;
    background-color: #c52525;
    box-shadow: 0px 0px 0px white;
}

.edit-icon {
    position:absolute; right:2px; bottom:4px
}
.r-icon {
    position:absolute; right:2px; bottom:4px
}
.l-icon {
    position:absolute; left:2px; bottom:-7px !important
}
.r-icon-top {
    position:absolute; right:4px; top:4px;
    font-size: 28px
}
.r-icon-top2 {
    position:absolute; right:24px; top:10px;
    font-size: 12px
}
.r-icon-bottom {
    position:absolute; right:4px; bottom:4px;
    font-size: 28px;
    color: red;
}
.r-icon-bottom2 {
    position:absolute; right:22px; bottom:4px;
    font-size: 14px;
    color: red;
}
.caption {
    caption-side:top;
}
.table-superadmin{
    overflow-y: scroll !important;
    overflow-x: visible !important;
    max-height: 500px !important
}
.table-choosepr{
    min-width:25% !important;
    padding: 5px;
    border: 1px solid black;
    margin: 0px
}
.dropdown-menu-center {
    right: auto !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, 40px) !important;
    -o-transform: translate(-50%, 40px) !important;
    transform: translate(-50%,40px) !important;
}
.pr-dropdown-item:hover {
    background-color:#DBCAE3 !important
}
.dropdown-item:hover {
    background-color: #393939 !important;
    color: white !important;
}
.headlineAnim {
    animation-name: bounceIn !important;
    -webkit-animation-name: bounceIn !important;
    animation-duration: .75s !important;
    -webkit-animation-duration: .75s !important;
    animation-delay: .5s !important;
     -webkit-animation-delay: .5s !important;
}
.calendarBlock:hover {
    text-decoration: none;
    cursor: pointer !important;
}
.headlineLink{
    color:#8838C3; 
    background-color: yellow;
    text-decoration: underline;
    box-shadow: 0px 0px 0px white;
    box-shadow: 1px 1px 1px lightgray;
    transition: 0.3s
}
.headlineLink:hover{
    color:#c16aff; 
    background-color: rgb(255, 255, 167);
    box-shadow: 2px 2px 2px lightgray;
}
.headlineLink:active{
    color:#7b32af; 
    background-color: rgb(250, 250, 0);
    box-shadow: 0px 0px 0px white;
    transform: translateY(3px) !important;
}
.headlineLink2{
    color:#8838C3; 
    text-decoration: underline;
    transition: 0.3s
}
.headlineLink2:hover{
    color:#c16aff; 
}
.headlineLink2:active{
    color:#7b32af; 
    text-decoration: none !important;
    transform: translateY(3px) !important;
}
.msg-text{
    font-family: sans-serif;
    font-weight: '200' !important;
    word-wrap: break-word !important;
    hyphens: auto !important;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    /* color:red !important */
}
.modal-close, .modal-close:hover, .modal-close:active{
    text-decoration: none !important;
}
.collapse-arrow {
    background-color: #e3d0eb;
}
.collapse-arrow:hover, .collapse-arrow:active {
    text-decoration: none !important;
    /* text-decoration-color: #e3d0eb !important; */
}
.collapse-arrow:hover {
    background-color: #e6d7ee !important;
    /* box-shadow: 1px 1px 1px lightgray ; */
}
.collapse-arrow:active {
    background-color: #e3d0eb !important;
    /* box-shadow: 0px 0px 0px white ; */
}

.wrapper{
    display:grid;
    grid-template-columns:1fr 2fr 2fr 2fr 2fr ;
    grid-auto-rows: auto;
    row-gap:0.25rem;
    max-width: 100vw;
    height: 100vh; 
    min-height: 100vh;
    max-height: 100vh;
  }
.wrapper > div{
    padding:0.75em;
    /* padding-right:1em; */
    /* padding-top:0.5em !important; */
    border: 1px solid;
    border-radius:.25rem;
    text-align: center;
    margin-left: 0.5em;
    margin-right: 0.5em;
    margin-top: 0.2em;
  }
  .box1{
      margin: 0px !important;
      border: 1px solid lightgray !important;
      border-left: 1px solid lightgray !important; 
      border-radius:0rem!important;
      justify-items:stretch !important;
      align-items:center !important;
      column-gap:1.5em !important;
  }

    .box2{
        background-color: aliceblue;
        border: 0px !important;
        justify-items:stretch !important;
        align-items:stretch !important;
        /* padding-bottom:0.5em !important;
        padding-top:0.5em !important; */
    }
.blank{
    background-color: white;
    border: 0px !important;
    justify-items:stretch !important;
    align-items:stretch !important;
}
.calendar_font{
    font-size: calc(8px + 0.3vw)
}
.calendar_font_title{
    font-size: calc(8px + 0.4vw)
}
.title-link {
    color: white !important;
    text-decoration: none !important;
}
.noStudents:focus {
    outline: none !important
}
.headline-border { 
    border-bottom: 1px solid; border-image-source: linear-gradient(0.25turn, white, #5b2872, white); border-image-slice:1
}
.form-title-header {
    border-top: 1px solid; border-image-source: linear-gradient(0.9turn, white, #5b2872, white); border-image-slice:1; padding-top: 10px
}

/* REDONE STYLING */

.title-link-re {
    color: white !important;
    text-decoration: none !important;
    font-family: Amaranth !important;
    font-style: normal;
    font-weight: lighter;
    font-size: 32px;
}

.btn-help-re{
    background-color: #4B4CB2 !important;
    color: white;
    transition: 0.3s;
    border-radius: 25px;
}
.btn-help-re:hover{
    background-color: #74448a !important;
    color: rgb(216, 216, 216);
}
.btn-help-re:active{
    background-color: #49245a !important;
    color: rgb(150, 150, 150);
    transform: translateY(3px);
}

/* NEW TRYING TO FIX BUTTON DROP DOWN */
.bot-drop {
    border-top-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
}
.top-drop {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}
.btn-primary-head-re-drop{
    background-color: white !important;
    color: black;
    transition: 0.3s;
    border-radius: 25px;

    font-family: Work Sans;

    border-width: 0px !important;
    border: 0;
    outline: none !important;
    outline-width: none !important;
}
.btn-primary-head-re-drop:hover{
    background-color: #eeeeee !important;
}
.btn-primary-head-re-drop:active{
    background-color: #969494 !important;
    color: white !important;
}

.btn-primary-head-re-drop:focus{
    border-width: 0px !important;
    outline: none !important
}
/* NEW TRYING TO FIX BUTTON DROP DOWN */

.btn-primary-head-re{
    background-color: white !important;
    color: black;
    transition: 0.3s;
    border-radius: 25px;
    font-family: Work Sans;
}
.btn-primary-head-re:hover{
    background-color: #eeeeee !important;
}
.btn-primary-head-re:active{
    background-color: #969494 !important;
    color: white;
    transform: translateY(3px);
}

.help-btn-re {
    max-width: 10vw;
    min-width: 65px;
    font-size: 1.3vw;
    max-height: 60px;
    margin-right: 0px
}
.show-cal-btn-re {
    max-width: 18vw;
    min-width: 65px;
    font-size: 1.3vw;
    max-height: 60px;
    margin-right: 0px
}
.menu-btn-re {
    max-width: 9vw;
    min-width: 50px;
    font-size: 1vw;
    max-height: 60px;
    margin-right: 0px
}
.filter-btn-re {
    min-width: 50px;
    font-size: 1vw;
    max-height: 60px;
    margin-right: 0px
}
.voice-dm-menu-btn-re {
    font-size: 1vw;
    max-height: 60px;
    margin-right: 0px
}
.topHeadlineContainer-re {
    background-color: #d7b7e4;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    align-items: center;
    justify-content:center;
    width: 88%;
    margin-left: auto;
    margin-right: auto
}

.bottomHeadlineContainer-re {
    background-color:  #F6F6F6;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    align-items: center;
    justify-content:center;
    width: 88%;
    margin-left: auto;
    margin-right: auto;
}

.headlineLink-re{
    color:#5F5D5B; 
    /* color:rgb(216, 216, 216);  */
    /* background-color:  #d7b7e4; */
    text-decoration: underline;
    transition: 0.3s;

    font-family: Amaranth !important;
    font-weight:100 !important;
    width: 90% !important;
    font-size: 36px

}
.headlineLink-re:hover{
    color:white; 
    /* background-color:  #d7b7e4; */
}
.headlineLink-re:active{
    color:white; 
    /* background-color:  #d7b7e4; */
}

.headlineLink2-re{
    color:#5F5D5B; 
    background-color:  #F6F6F6;
    text-decoration: underline;
    transition: 0.3s;
    padding:6px;
    font-family: Amaranth !important;
    font-weight:100 !important;
}
.headlineLink2-re:hover{
    color:#8a8684; 
    background-color:  #ffffff;
}
.headlineLink2-re:active{
    color:#8a8684; 
    background-color:  #e9e9e9;
}
.col-first-re {
    width: 40%;
    height: 100%;
}
.col-second-re {
    width: 60%;
    height: 100%;
}
.current-classes-container {
    background-color: #E6E6E6;
    border-radius: 4px;
    color: #666666;
    font-family: Work Sans;
    font-weight: 700 !important;
    padding-top: 6px;
}
.headlineContainer{
    width: 90%;
    justify-content: center !important;
    margin-left: auto;
    margin-right: auto
}
.top-container-re {
    width: 90%;
    justify-content: center !important;
    margin-left: auto;
    margin-right: auto
}
.chat-avatar-re{
    border-radius: 50%;
    margin-left: 15px;
    margin-right: 5px;
    border: 1px solid black;
}
.avatar-re{
    border-radius: 50%;
    border: 1px solid black;
}
.chat-header-re {
    background-color: #EAEAEA;
    border-radius: 1px;
}
.chat-name-re {
    font-family: Work Sans;
    color: #747474
}
.cal-name-re {
    font-family: Work Sans;
    color: var(--cal-text-black)
}
.chat-date-re {
    font-family: Work Sans;
    color: #747474
}
.chat-body-re {
    padding-left: 5px;
    padding-right: 5px;
    font-family: Work Sans;
    color: #747474;
    border: 1px solid #EAEAEA;
    border-radius: 1px;
    font-weight: lighter !important;
}
.missing-record-row{
    cursor:pointer; background-color: rgb(253, 198, 205); color:black !important; font-weight: bold !important;
    transition: 0.2s
}
.missing-record-row:hover {
    background-color: rgb(255, 214, 220)
}
.missing-record-row:active {
    background-color: rgb(248, 175, 186)
}

.entered-record-row{
    cursor:pointer; background-color: #ffffff; font-weight: bold !important;
    transition: 0.2s
}
.entered-record-row:hover {
    background-color: #e2e0e0
}
.entered-record-row:active {
    background-color: #d6d3d3
}


/* SUBBED */
.bg-info-sub-re{
    background-color: #ffce64 !important;
}
.bg-info-sub-re:hover{
    background-color: #ffd477 !important;
}
.bg-info-sub-re:active{
    background-color: #ffc64d !important;
}
/* UNSUBBED */
.bg-info-unsub-re{
    background-color:#e9b438 !important;
    transition: 0.3s;
    width: 100% !important;
}
.bg-info-unsub-re:hover{
    transition: 0.3s;
    background-color: #e9b845 !important;
}
.bg-info-unsub-re:active{
    background-color: #e6ae2e !important;
}
/* UPCOMING */
.bg-info-dis-re{
    background-color: #e9b438 !important;
}
/* NORMAL */
.bg-info-re{
    background-color: #ffce64 !important;
}
.bg-info-re:hover{
    background-color: #fdd274 !important;
}
.bg-info-re:active{
    background-color: #fcc550 !important;
}

/* UPCOMING */
.bg-success-dis-re {
    background-color: #81cfd6 !important;
}
/* NORMAL */
.bg-success-re{
    background-color: #98E0E6 !important;
}
.bg-success-re:hover{
    background-color: #aaeaf0 !important;
}
.bg-success-re:active{
    background-color: #82cfd6 !important;
}


.event-title-re {
    font-family: Amaranth;
    color: #747474
}
.event-subtitle-re {
    font-family: Work Sans;
    color: #747474
}

.cal-title-re {
    font-family: Amaranth;
    color: #5C5B5B
}
.cal-subtitle-re {
    font-family: Work Sans;
    color: #5C5B5B
}

.event-time-re {
    font-family: Work Sans;
    color: #747474;
    margin-right: 10px !important
}
.event-body-re {
    padding-left: 5px;
    padding-right: 5px;
    font-family: Amaranth;
    color: #747474;
    border: 1px solid #EAEAEA;
    border-radius: 1px;
    font-weight: lighter !important;
}

.collapse-arrow-re {
    background-color: #E6E6E6;
}
.collapse-arrow-re:hover, .collapse-arrow-re:active {
    text-decoration: none !important;
}
.row-full-re {
    max-height: calc(100vh - 211px - 0.5em);
    overflow-y: scroll;
    overflow-x: none !important;
}

.tts-btn {
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 1px;
    margin-right : 2px
}

.noti-link-re{
    text-decoration: none !important;
}
.noti-link-re:hover, .noti-link-re:active{
    text-decoration: none !important;
}

.voice-button-re {
    border-width: 0px !important; width:125px; height:40px; margin-left:0px !important;border-radius: 0px
}
.upload-button-re {
    background-color: #E6E6E6 !important; color: #4A4A4A !important; border-width: 0px !important; width:125px; height:40px; margin-left:0px !important;border-radius: 0px
}
.upload-button-re:hover {
    background-color: #eeeeee !important;
}
.upload-button-re:active {
    background-color: #c9c9c9 !important;
}

.send-dm-button-re{
    background-color: #FEC74F !important; color: #4A4A4A !important; font-weight: bold !important;border-width: 0px !important; width:125px;height:40px; margin-left:0px !important;border-radius: 0px; border-bottom-right-radius:6px
}
.send-dm-button-re:hover {
    background-color: #fcd176 !important
}
.send-dm-button-re:active {
    background-color: #f3b837 !important
}
.dm-name-re {
    font-family: Amaranth;
    color: #666666
}
.box2-re{
    font-family: Work Sans !important;
    color: var(--cal-text-black);
    background-color: #EFF7FF;
    border: 0px !important;
    justify-items:stretch !important;
    align-self:stretch !important;
    align-items:center !important;
    font-size: calc(6px + 0.6vw);
    font-weight: 500 !important;
    margin-left: 0px !important;
    width: 100% !important;
    min-width: 9vw !important;
    display: flex;
    justify-content: center;
    align-items: center; 
    min-height: 65px !important;
    max-height: 118px !important
}
.box2-head-re{
    font-weight: bold !important;
    font-family: Work Sans;
    color: var(--cal-text-black);
    background-color: #EFF7FF;
    border: 0px !important;
    justify-items:stretch !important;
    align-self:center !important;
    font-size: calc(6px + 0.9vw);
    font-weight: 700 !important;
    margin-left: 0px !important;
    width: 100% !important;
    margin-bottom: 0.1em !important
}
.box2-day-re{
    font-weight: 400 !important;
    font-family: Work Sans;
    color: white;
    background-color: #C1BEC2;
    border: 0px !important;
    font-size: calc(6px + 1.1vw);
    margin-left: 0px !important;
    /* width: 100% !important; */
    display: flex;
    justify-content: center;
    align-items: center; 
    margin-left: 0.4em !important;
    margin-right: 0.4em !important;
    margin-bottom: 0.1em !important;
    padding: 0.1em !important;
    /* max-width: 20vw !important; */
}
.box2-day-list-re{
    font-weight: 400 !important;
    font-family: Work Sans;
    color: white;
    background-color: #C1BEC2;
    font-size: calc(6px + 1.1vw);
    /* width: 100% !important; */
    justify-content: center;
    align-items: center; 
    padding: 0.1em !important;
    margin-left: 1em !important;
    text-align: center;
}

/* CALENDAR STUFF */
/* 11b1c0 */
.calender-event-appt-dis-re {
    align-items: center !important;
    border: 1px solid #b9b6b0 !important;
    font-family: Work Sans;
    background-color: #A2CCFF;
    color: #606060;
    text-align: center !important;
    position: relative; 
    display: flex;
    justify-content: center;
}
.calender-event-appt-dis-absent-re {
    align-items: center !important;
    border: 1px solid #b9b6b0 !important;
    font-family: Work Sans;
    background-color: #e75a37;
    color: #3b3b3b;
    text-align: center !important;
    position: relative; 
    display: flex;
    justify-content: center;
}
.calender-event-appt-dis-not-subbed-re {
    align-items: center !important;
    border: 1px solid #b9b6b0 !important;
    font-family: Work Sans;
    background-color: #A2CCFF;
    color: #606060;
    text-align: center !important;
    position: relative; 
    display: flex;
    justify-content: center;
}
.schedule-tool-add-class {
    align-items: center !important;
    border: 1px solid #b9b6b0 !important;
    font-family: Work Sans;
    background-color: #f9e5b9;
    color: #606060;
    text-align: center !important;
    position: relative; 
    display: flex;
    justify-content: center;
}
.calender-event-class-dis-re {
    align-items: center !important;
    border: 1px solid #b9b6b0 !important;
    font-family: Work Sans;
    background-color: hsl(53, 96%, 70%);
    color: #606060;
    text-align: center !important;
    position: relative; 
    display: flex;
    justify-content: center;
}
.calender-event-class-next {
    align-items: center !important;
    border: 1px solid #b9b6b0 !important;
    font-family: Work Sans;
    background-color: hsl(282, 100%, 79%);
    color: #606060;
    text-align: center !important;
    position: relative; 
    display: flex;
    justify-content: center;
}
.admin-black {
    color: var(--cal-text-black) !important
}
.calender-event-class-dis-not-subbed-re {
    align-items: center !important;
    border: 1px solid #b9b6b0 !important;
    font-family: Work Sans;
    background-color: #FEC74F;
    color: #606060;
    align-items: center !important;
    text-align: center !important;
    position: relative; 
    display: flex;
    justify-content: center;
}
.calender-event-class-dis-not-subbed-re:hover, .calender-event-class-dis-re:hover, .calender-event-appt-dis-not-subbed-re:hover, .calender-event-appt-dis-re:hover {
    cursor: pointer !important;
}
.calendar_font-re{
    font-size: calc(6px + 0.4vw);
    padding-top: 3px;
    /* padding-bottom: 4px; */
}
.att_count{
    font-size: calc(6px + 0.3vw);
    padding-top: 3px;
}
.calendar_font_title-re{
    padding-top: 3px;
    padding-bottom: 4px;
    font-size: calc(6px + 0.45vw);
    font-weight: 400 !important
}
.schedule-builder-re {
    font-size: calc(6px + 0.6vw);
}
.schedule-builder-subtitle-re {
    font-size: calc(6px + 0.4vw);
}
.time-line {
    z-index:99;
    width: 100%;
    /* background-color: red; */
    color: red
}
.cal-re:hover {
    opacity: 0.6 !important;
    
}
.view-all-cal{
    /* background-color: #FDDE9C; */
}
.view-all-cal:hover {
    cursor: pointer !important;
    color: black !important;
    border-color: black !important;
    opacity: 0.6 !important;
}
.view-all-appt {
    background-color: #bbd9ff !important
}
.view-all-class {
    background-color: #ffe29f !important
}
.view-all-class-next {
    background-color: hsl(281, 98%, 84%);
}
.cal-cursor {
    cursor: pointer !important
}
.cal-cursor:hover {
    /* opacity: 0.9 !important; */
    color: #353535 !important;
    border-color: #353535 !important;
}
.show-dropdown {
    display:block !important;
}
.dropdown {
    position: relative;

  }
  .dropdown-content a {
    color: black;
    text-decoration: none;
    display: block;
    transition: 0.2s;
  }
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    transition: 0.3s;
    z-index: 1;
    margin-top: clamp(40px, 3.5vw, 50px);
    border-radius: 15px;
    font-family: Work Sans !important;
    font-size: 1vw;
    padding: 3px;
    z-index: 151 !important;
    border-radius: 25px !important;
  }
  
  .selected_dropdown{
    background-color:#DBCAE3;
    border-radius: 15px;
  }
  .selected_dropdown a:hover{
    background-color:#eee2f3 !important;
    border-radius: 15px;
  }
  .dropdown-content a:hover {
    background-color:#dfdce0;
    border-radius: 25px;
  }
  .toast_notification {
    position: fixed; 
    top:95px; 
    right: 5px; 
    border-radius: 15px !important; 
    cursor: pointer !important; 
    z-index: 100
  }
  .toast_notification_btn {
    position: fixed; 
    bottom:1rem; 
    right: 1rem; 
    cursor: pointer !important; 
    z-index: 100
  }
  .toast_notification_list {
    position: fixed; 
    bottom: calc(1rem + 55px); 
    right: calc(1rem); 
    transition: 0.3s;
    z-index: 100
  }
  .notification_item {
      background-color: white;
      cursor: pointer !important;
      transition: 0.1s;
  }
  .notification_item:hover, .notification_item:active {
    background-color: rgb(196, 196, 196);
  }

  .notification_unread {
    background-color: #ffcadb;
    cursor: pointer !important;
    transition: 0.1s;
    }
    .notification_unread:hover, .notification_unread:active {
    background-color: #fdadc8;
}
.fa-comment-medical{
    color: #fa7da7 !important
}
.notificationContent::-webkit-scrollbar {
    width: 0px;
    display:none;
}
.notificationContent {
    max-height: 30vh !important; 
    overflow-y: scroll; 
    border-bottom-right-radius: 15px; 
    border-bottom-left-radius: 15px;
    padding-bottom: 0px !important
}
.chat-widget-sender {
    margin-right: 33px !important;
    margin-left: 5px !important;
    font-family: Work Sans;
    color: white !important;
    border: 1px solid #EAEAEA;
    border-radius: 15px;
    font-weight: lighter !important;
    background-color: #d7b7e4
}
.chat-widget-me {
    margin-right: 5px !important;
    margin-left: 33px !important;
    font-family: Work Sans;
    color: #747474 !important;
    border: 1px solid #9b9b9b;
    border-radius: 15px;
    font-weight: lighter !important;
    background-color: white
}


.sign-in-form-wrapper {
    background-color: #fff;
    border-radius: 12px;
    padding: 43px 60px;
  }
  
  .sign-in-form-wrap {
    text-align: left;
    margin-bottom: 25px;
    width: 400px !important
  }

  .sign-in-single-field-wrapper {
    margin-bottom: 25px;
    display: flex;
    flex-direction: column
  }
  
  .sign-in-single-field {
    height: 50px;
    background-color: #f6f7f9;
    border: 1px solid #e3e9ed;
    border-radius: 10px;
    margin-bottom: 0;
    padding: 15px;
  }
  
  .sign-in-label {
    margin-bottom: 10px;
  }

  .sign-up-sign-in-bg {
    background-color: #07114d;
  }
  
  .sign-up-content-wrapper {
    height: 100vh;
    justify-content: center;
    display: flex;
  }



.sign-up-heading-wrap {
    text-align: left;
    margin-bottom: 30px;
  }
  
  .sign-up-heading-tittle {
    color: #00162f;
    margin-bottom: 5px;
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
  }
  
  .sign-up-heading-text {
    color: #627183;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
  }
  .sign-up-button {
    width: 100%;
    height: 50px;
    color: #fff;
    background-color: #07114d;
    border-radius: 10px;
    margin-top: 20px;
    padding: 16px 0;
    font-weight: 500;
    line-height: 18px;
  }
  .sign-up-button.forget {
    margin-top: 5px;
  }
  .w-form {
    margin: 0 0 15px;
  }

.notification
/* FEC74F */
/* </style> */