/* === variables* === */
/* :root {

    --primary-color: #07b4d3;
    --secondary-color: #262626;
    --tertiary-color: #3b3b3b;
    --text-color-light: #84bc42;
    --dark-color: #000;
    --light-color: #fff;

    --regular-font: "Yellix_regular";
    --light-font: "Yellix_light";
    --medium-font: "Yellix_medium";
    --semibold-font: "Yellix_thin";
    --bold-font: "Yellix_bold";


    --primary-btn-size: 120px;
    --primary-btn-padding: 8px 15px;
} */

:root {
    /*colors*/
    --primary-color: #00373a;
    --secondary-color: #7f64e3;
    --secondary-open: #ffffff0d;
    --secondary-color-light: #00dd4a;

    --regular-font: "Yellix_regular";
    --light-font: "Yellix_light";
    --medium-font: "Yellix_medium";
    --semibold-font: "Yellix_thin";
    --bold-font: "Yellix_bold";

    --primary-btn-size: 120px;
    --primary-btn-padding: 8px 15px;
}

/* ==== base properties ==== */

*,
::befor,
::after {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: var(--regular-font);
    margin: 0;
    color: var(--light-color);
    background-color: #fff !important;
    font: 16px var(--regular-font);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

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

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    color: #000;
}

a,
a:active,
a:hover {
    text-decoration: none;
}

input {
    outline: none;
}

textarea {
    outline: none;
}

.page-item.active .page-link {
    z-index: 0 !important;
    color: #000 !important;
    background-color: #dadada !important;
    border-color: #e9e9e9 !important;
}

/*remove scrollbar*/
::-webkit-scrollbar {
    display: none;
}

/* Safari */
::-moz-scrollbars {
    display: none;
}

::-o-scrollbar {
    display: none;
}

/* opera */
::-google-ms-scrollbar {
    display: none;
}

::-khtml-scrollbar {
    display: none;
}

.hidden {
    display: none;
}

/*..........>>>>*/
.mani {
    display: flex;
    background: var(--secondary-color);
}

.error {
    color: red;
    padding: 5px;
}

.side_menu {
    width: 440px;
    /* background: linear-gradient(180deg, rgba(122,96,224,1) 0%, rgba(197,147,255,1) 100%);*/
    /* background: linear-gradient(
        183deg,
        RGB(127, 94, 232) 0%,
        RGB(153, 125, 246) 100%
    ); */
    background-color: #00373a;
    height: 100vh;
    overflow: hidden;
    /* overflow-y: auto; */
    padding: 0 0px;
}

/* .side_menu::after {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    background-image: url(../asset/new/Login-Image@2x.png);
    height: 520px;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
} */

.edit_text a {
    color: var(--secondary-color);
    font: 15px/28px var(--medium-font);
    font-weight: 500;
    /* text-decoration: underline; */
}

.edit_text img {
    margin-right: 10px;
}

.delete_text a {
    color: #ff3b30;
    font: 15px/28px var(--medium-font);
    font-weight: 500;
    /* text-decoration: underline; */
}

.delete_text img {
    margin-right: 10px;
}

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

.mani_menu {
    width: 90%;
    margin: 0;
    padding: 30px 60px;
    overflow: hidden;
    overflow-y: scroll;
    height: 100vh;
    white-space: nowrap;
    border-top-left-radius: 40px;
    background: #fff;
}

/*.....date_pickers,,,,*/

/*   .arriving-input-set:nth-child(2) {
    width: 15%;
}*/
.arriving-input-set {
    width: 360px;
    border: 1px solid #cacaca;
    padding: 5px 10px;
    border-radius: 8px;
    display: flex;
}

.arriving-input-set label {
    font: 12px/14px var(--font-default);
    color: rgba(0, 0, 0, 0.3);
    letter-spacing: -0.38px;
    white-space: nowrap;
}

.b-input {
    letter-spacing: -0.47px;
    color: rgba(0, 0, 0, 0.85);
    font: 15px/22px var(--font-secondary);
    width: 100%;
}

.bg-date {
    background-image: url(../images/calendar.svg);
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: 15px;
    padding: 0;
    background-color: #fff;
    border: none;
    /* border-left: 1px solid #eaeaea; */
    cursor: pointer;
    /* width: 50px; */
    padding: 10px 28px;
    text-align: center;
}

.date_pickers {
    display: flex;
    flex-direction: column;
    padding: 1px 16px;
    border-left: 1px solid #cacaca;
}

.bg-time {
    background-image: url(../images/time.svg);
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: 15px;
    padding: 0;
    background-color: #fff;
    border: none;
    /* border-left: 1px solid #eaeaea; */
    cursor: pointer;
    /* width: 50px; */
    padding: 10px 28px;
    text-align: center;
}

.nav_cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 30px !important;
    /* background: #fff; */
    /* border-bottom: 1px solid #eae8f4; */
    position: sticky;
    top: 0;
    z-index: 2999;
    height: 60px;
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
    border-radius: 0px 0px 40px 40px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1802);
    background-color: rgba(255, 255, 255, 1);
    position: sticky;
}

.nav_cont::before {
    position: absolute;
    content: "";
    background-image: url(../asset/new/header\ pattern.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 50%;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -1;
}

.nav_cont h1 {
    opacity: 1;
    color: rgba(2, 2, 2, 1);
    font: 22px/36px var(--bold-font) !important;
    font-style: normal;
    letter-spacing: 0px;
    text-align: left;
    line-height: 30px;
}

.sub_content {
    display: flex;
    gap: 10px;
    padding-right: 20px;
    align-items: inherit;
}

.sub_content .text_titel p {
    margin-top: 10px;
}

.text_titel p {
    font: 12px/21px var(--regular-font);
    font-weight: 400;
    color: #798697;
    margin: 0px;
}

.text_titel h4 {
    font: 16px/20px var(--regular-font);
    font-weight: 400;
    color: #242d39;
    width: 73px;
    overflow: hidden;
    white-space: nowrap;
    overflow-x: auto;
    cursor: pointer;
    margin: 0px;
}

#teachername::-webkit-scrollbar {
    display: none;
}

.text_titel::after {
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: "";
    display: inline-block;
    height: 8px;
    width: 8px;
    left: 80px;
    position: relative;
    top: 11px;
    transform: rotate(135deg);
    vertical-align: top;
    margin-top: -24px;
}

.text_titel:hover::after {
    top: 10px;
    transform: rotate(-45deg);
}

/* .sub_content img {
    width: 45px;
    height: 55px;
    object-fit: cover;
} */
.sub_content img {
    height: 47px;
    width: 47px;
    object-fit: cover;
    border-radius: 50%;
}

.boder_bottom {
    display: none;
    border: 1px solid #eae8f4;
    margin-top: 15px;
    margin-bottom: 15px;
}

.sidebar header .image {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.sidebar header .image img {
    width: 40px;
    height: 85px;
    object-fit: contain;
}

.sidebar.close .text {
    display: none;
}

.sidebar.close .side_images {
    display: block;
}

.side_images {
    display: none;
}

/* SIDEBAR STATUS */
.status_bar {
    width: 100%;
}

.sidebar_status {
    padding: 11px 11px 16px;
}

.sidebar_status li {
    font-size: 18px;
    font-weight: 500;
    font-family: var(--medium-font);
    padding: 0 0 60px 54px;
    position: relative;
    cursor: pointer;
}

.sidebar_status li:last-child {
    padding-bottom: 0;
}

.sidebar_status li::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    left: 0;
    top: 11px;
    transform: translateY(-50%);
    transition: 0.2s;
}

.sidebar_status li.active,
.sidebar_status li.completed {
    font-weight: 600;
}

.sidebar_status li.active::before {
    transform: scale(4);
    transform-origin: 5px 6px;
    -webkit-transform-origin-y: 6px;
    -ms-transform-origin-y: 6px;
    border: 1.5px solid var(--secondary-color);
    z-index: 1;
    box-shadow: 0px 0px 4px var(--secondary-color);
}

.sidebar_status li.completed::before {
    transform: scale(3.1);
    transform-origin: 5px 6px;
    -webkit-transform-origin-y: 6px;
    -ms-transform-origin-y: 6px;
    background-color: #fff;
    z-index: 1;
}

.sidebar_status li.completed .completed_tick {
    position: absolute;
    left: 2px;
    top: 6px;
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: var(--secondary-color);
    /* border:1px solid var(--primary-color); */
    width: 6px;
    height: 13px;
    transform: rotate(45deg);
    z-index: 2;
}

.sidebar_status li:not(:last-child)::after {
    content: "";
    position: absolute;
    height: 95%;
    left: 4.3px;
    top: 13px;
    border-left: 2px dashed #fff;
}

.sidebar_status li.active .active_pointer {
    position: absolute;
    right: -60px;
    top: 13px;
    width: 24px;
    height: 24px;
    background-color: var(--primary-color);
    transform: rotate(45deg) translateY(-50%);
    transform-origin: top;
}

.step_content p {
    font: 16px/28px var(--medium-font);
    font-weight: 500;
    color: #1b1f1b;
    line-height: 1.438;
}

.step_content h4 {
    font: 40px/36px var(--bold-font);
    font-weight: 700;
    color: #1b1f1b;
    line-height: 2;
}

.bor_btm {
    border-bottom: 1px solid #e9e9e9;
    margin-top: 40px;
    margin-bottom: 40px;
}

.content-sec {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding-top: 30px;
}

.detail-values {
    display: flex;
    flex-direction: column;
    width: 40%;
}

.detail-values label {
    font: 14px/28px var(--medium-font);
    color: #617289;
    font-weight: 500;
}

.detail-values input {
    border: 1px solid #dce3ff;
    border-radius: 8px;
    padding: 16px 20px;
    width: 100%;
}

.detail-values select {
    border: 1px solid #dce3ff;
    border-radius: 8px;
    padding: 16px 20px;
    width: 100%;
    appearance: none;
    background-position: calc(100% - 33px);
    background-size: 14px;
    background-image: url(../asset/img/down-arrow.png);
    background-repeat: no-repeat;
    cursor: pointer;
}

.detail_input_box {
    padding-top: 40px;
}

.Addrss_detail {
    padding-top: 40px;
}

.back-arrow img {
    width: 20px;
    cursor: pointer;
    margin-right: 10px;
}

.main_table table.dataTable thead tr th {
    background-color: #f5f2ff;
    padding: 8px 16px;
    border: 1px solid #f5f2ff;
}

.main_table table.dataTable.stripe > tbody > tr.odd > *,
.main_table table.dataTable.display > tbody > tr.odd > * {
    box-shadow: none;
}

.main_table table.dataTable.display tbody tr.child {
    background: white;
}

.main_table table.dataTable.display tbody tr table tr:hover {
    background: none;
}

.main_table table.dataTable tbody tr td,
.main_table table.dataTable.display > tbody > tr.odd > .sorting_1,
.main_table table.dataTable.display > tbody > tr.even > .sorting_1 {
    background-color: #fff;
    padding: 30px 16px;
    box-shadow: none;
    font: 16px/28px var(--regular-fon);
    color: #242d39;
    font-weight: 400;
}

.main_table table.dataTable tbody tr:not(:first-child) td {
    border-top: 2px dashed #e9e9e9;
}

.main_table date-pick thead th:first-child {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.main_table table.dataTable thead th:last-child {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.main_table .dataTables_filter label img {
    position: absolute;
    right: 10px;
    top: 14px;
}

.main_table table.dataTable thead tr th label {
    margin-left: 20px;
    margin-bottom: 0px;
}

.main_table .input_value {
    margin-left: 20px;
    margin-bottom: 0px;
}

.main_table .dataTables_wrapper .dataTables_filter input {
    padding: 12px 12px;
}

div#table_id_filter {
    margin-bottom: 10px;
    display: none;
}

@font-face {
    font-family: "Glyphicons Halflings";
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regular.eot?#iefix)
            format("embedded-opentype"),
        url(../fonts/glyphicons-halflings-regular.woff2) format("woff2"),
        url(../fonts/glyphicons-halflings-regular.woff) format("woff"),
        url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"),
        url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular)
            format("svg");
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings" !important;
    font-style: normal;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
    content: "\002a";
}

.glyphicon-plus:before {
    content: "\002b";
}

.glyphicon-eur:before,
.glyphicon-euro:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270f";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-lock:before {
    content: "\e033";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-bookmark:before {
    content: "\e044";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-camera:before {
    content: "\e046";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-fire:before {
    content: "\e104";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-calendar:before {
    content: "\e109";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-bell:before {
    content: "\e123";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-wrench:before {
    content: "\e136";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-briefcase:before {
    content: "\e139";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-paperclip:before {
    content: "\e142";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-pushpin:before {
    content: "\e146";
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: unset !important;
    /* border: 1px solid #000 !important; */
}

.loading_file {
    background: rgb(255 255 255 / 50%);
    margin: 0 auto;
    height: 100%;
    width: calc(100% - 0px);
    overflow: hidden;
    position: fixed;
    top: 0;
    z-index: 9997;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.loader-container {
    width: 92px;
    height: 10px;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 20px;
    overflow: hidden;
}

.loader {
    width: 60%;
    height: 100%;
    background-color: var(--secondary-color);
    display: block;
    animation: animate ease-out 1s infinite;
}

.loading {
    margin: 8px auto;
    width: 80px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: var(--secondary-color);
}

.otp-expired {
    background-color: #d9d9d9;
}

.bootstrap-datetimepicker-midget {
    display: none !important;
}

@keyframes animate {
    0% {
        transform: translatex(-50%);
    }

    50% {
        transform: translatex(100%);
    }

    100% {
        transform: translatex(-50%);
    }
}

@media only screen and (max-width: 900px) {
    .content-sec {
        flex-direction: column;
    }

    .detail-values {
        width: 100%;
    }
}
@media only screen and (max-width: 1880px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.usetwentyfour.top {
        overflow: scroll !important;
        position: absolute !important;
        left: 0;
        /* inset: auto -40px !important; */
    }
}
@media only screen and (max-width: 1440px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.usetwentyfour.top {
        overflow: scroll !important;
        position: absolute !important;
        left: 0;
        /* inset: auto -60px !important; */
    }
}
@media only screen and (max-width: 1366px) {
    /* .bootstrap-datetimepicker-widget.dropdown-menu.usetwentyfour.top {
        inset: auto -120px !important;
    } */
}
.lineflow .tableleft {
    overflow-y: scroll !important;
}




.combined__class h4{
    font: 16px / 20px var(--medium-font);
    color: limegreen;
}
.combined__class p{
    font: 14px / 20px var(--regular-font);
}

.combined__class_btn {
    border: 1px solid #FF8A3B;
    border-radius: 8px;
    padding: 4px 8px;
    background-color: #FF8A3B;
    color: #FFFFFA;
    font-size: 12px;
}

.combined__class_tooltip {
    background-color: #D9D9D9;
}

.combined__tooltip {
    position: relative;
    display: inline-block;
    /* border-bottom: 1px dotted black; */
  }

  .combined__tooltip .combined__tooltiptext {
    visibility: hidden;
    width: 250px;
    background-color: #F4F4F5 !important;
    color: black !important;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 150%;
    left: 50%;
    margin-left: -125px;
  }

  .combined__tooltip .combined__tooltiptext::after {
    content: "";
    position: absolute;
    top: -20% !important;
    left: 50% !important;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #F4F4F5 transparent transparent transparent !important;
    rotate: 180deg;
    z-index: 9 !important;
  }

  .combined__tooltip:hover .combined__tooltiptext {
    visibility: visible;
  }

  .combined__class_tooltip {
    display: none; /* Hide by default */
    /* background: black; */
    /* color: white; */
    background-color: #D9D9D9 !important;
    max-width: 250px !important;
    padding: 5px;
    border-radius: 5px;
    position: absolute;
    text-overflow: clip;
    z-index: 99;
  }

  .combined__class_tooltip p{
    max-width: 250px !important;
    text-overflow: clip !important;
    white-space: normal !important;
  }

  .combined__class_tooltip[data-show] {
    display: block; /* Show when data-show is set */
  } 

.view_announcementtext {
    background: #f4f4f4;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #ebebeb;
    margin-top: 15px;
}

.view_announcementtext ul,
.view_announcementtext ol {
    margin-left: 20px;
}