@charset "UTF-8";.search-input {
    display: block;
    width: 100%;
    height: 46px;
    padding: 11.5px 10px 11.5px 35px;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    color: #321A50;
    background: #fff;
    background-clip: padding-box;
    border-radius: 6px;
    transition: all 0.15s ease-in-out;
    box-shadow: 0px 2px 4px 0px #BCBCBC33;
}

.search-input:hover {
    border: 2px solid #321A50;
    box-shadow: 0 0 0 0.2rem#c7b8da;
    outline: none;
    background-color: #fff;
}

.search-input:focus {
    border: 2px solid #321A50;
    box-shadow: 0 0 0 0.2rem#c7b8da;
    outline: none;
    background-color: #fff;
}

.view-btn {
    border-radius: 5px;
    background: #f8f8f8;
    display: flex;
    padding: 5.5px 10px;
    justify-content: center;
    align-items: center;
    color: #646464;
    text-align: center;
    font-size: 11.5px;
    font-family: Inter;
    font-weight: 600;
}

.container-height {
    /* max-height: 812px; */
    max-height: calc(100% - 30px);
    height: 100%;
}

.profile-bg {
    background: linear-gradient(180deg, #ffebeb 0%, #ffffff 100%);
}

.stu-container {
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    /* Firefox */
}

.stu-container::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
}

.whiteGradiant {
    background: linear-gradient(270deg,
            #f6f6f6 0%,
            rgba(246, 246, 246, 0.837383) 43.62%,
            rgba(246, 246, 246, 0.45) 86.54%);
    right: 90px;
    bottom: 2px;
}

.copyLink {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.copyLink input {
    background: #f7f7f7;
    padding: 0;
    border-radius: 8px;
    font-size: 15px;
    width: 100%;
    display: flex;
    flex-direction: row;
    padding: 12px;
    min-height: 50px;
    color: #321a50;
    font-weight: 500;
    font-family: "inter", sans-serif;
}

.copyLink input:hover {
    background: #f7f7f7;
}

.copyLink button {
    background-color: #fff;
    outline: 0px;
    border: 0px;
    padding: 5px 10px;
    font-family: "inter";
    color: #576ce4;
    position: absolute;
    right: 10px;
    top: 6px;
    border-radius: 7px;
    border: 1px solid #e7e7e7;
    box-shadow: 0px 2px 4px rgba(188, 188, 188, 0.2);
}

.custom-text-ellipsis {
    max-width: 100%;
    width: 170px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.community-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.participants-ellipsis {
    max-width: 140px;
    width: -moz-fit-content;
    width: fit-content;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.name-ellipsis {
    width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    /* display: -webkit-box; */
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.btnname-ellipsis {
    max-width: 100px;
    width: -moz-fit-content;
    width: fit-content;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.input_file {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.input_file+label {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.loadingSpin {
    animation: LoaderSpin 0.8s linear infinite;
    top: 15%;
    left: 2%;
}


.scrolling::-webkit-scrollbar {
    width: 4px;
}

.scrolling::-webkit-scrollbar-thumb {
    background: #C4C4C4;
    border-radius: 40px;
}

.scrolling::-webkit-scrollbar-track {
    border-radius: 40px;
    background: transparent;
}

.profileHeight {
    height: 470px;
}

.profileMbHeight {
    height: 510px;
}

.video-js .vjs-big-play-button {
    top: 287px !important;
    left: 250px !important;
}

.box-height {
    height: 78px;
}

.newchat-modal {
    height: 570px;
}

.modalZindex {
    z-index: 999;
}

.pinnedModal {
    z-index: 99;
}

.wrapping-text {
    overflow-wrap: anywhere;
}

.post-header {
    max-height: -webkit-fill-available;
}

.video-js .vjs-control-bar {
    bottom: 83px !important;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.video-js .vjs-tech {
    /* top: -51px!important; */
    /* background-color: #fff; */
    background-color: black !important;
    border-radius: 10px;
    height: 86% !important;
}

.videobackgroud {
    background-color: rgba(43, 51, 63, 0.7);
}

.video-js *:focus:not(:focus-visible),
.video-js .vjs-menu *:focus:not(:focus-visible) {
    background-color: rgba(43, 51, 63, 0.7) !important;
}

.vid-override>div {
    background-color: transparent !important;
}

.vidPadding {
    padding-top: 0px;
}

.ChatscreenHeight {
    height: calc(100vh - 7.5rem);
    max-height: calc(100% - 30px);
}

.ChatscreenHeightTeacher {
    height: calc(100vh - 11.6rem);
    max-height: calc(100% - 30px);
}

.noMessageHeight {
    height: calc(100vh - 28rem) !important;
}

.chatHeight {
    height: calc(100vh - 13rem);
    max-height: calc(100% - 30px);
}

.chatHeightTeacher {
    height: calc(100vh - 17rem);
    max-height: calc(100% - 30px);
}

.noMessageHeight {
    height: calc(100vh - 28rem) !important;
}

.remove-media>div {
    justify-content: flex-start;
    display: flex;
}

.remove-media>div>.vid-playbtn {
    right: 49%;
}

.remove-media>div>img {
    border-radius: 10px;
}

.header-style {
    line-height: 22px;
}

.gp-ellipsis {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: normal;
    -webkit-line-clamp: 1;
    overflow-wrap: anywhere;
}

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

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

@media screen And (max-width: 768px) {
    .img-gradient {
        opacity: 0.6;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
        margin-top: -139px;
        height: 139px;
        width: 264px;
    }

    .newchat-modal {
        height: 100%;
    }

    .profileMbHeight {
        height: 100%;
    }

    .ChatscreenHeight,
    .chatHeight,
    .noMessageHeight {
        height: 100%;
    }

    .remove-media>div>.vid-playbtn {
        right: 35%;
    }
}

@supports (height: 100dvh) {
    .post-header {
        min-height: calc(100dvh - 6rem);
    }
}

@media screen And (max-width: 600px) {
    .container-height {
        height: auto;
    }

    .rightnav-height {
        max-height: 100%;
    }

    .profileHeight {
        height: 100%;
    }

    .add-details-mb {
        padding-bottom: 0px;
    }

    .post-header {
        height: 100% !important;
        touch-action: none;
        -webkit-overflow-scrolling: none;
        overflow: hidden;
        overscroll-behavior: none;
    }

    .video-js .vjs-tech {
        top: -14px !important;
        height: 84% !important;
    }

    .video-js .vjs-control-bar {
        bottom: 93px !important;
    }

    .vjs_video_3-dimensions {
        width: 350px !important;
        max-width: 100%;
    }

    .vjs_video_784-dimensions {
        width: 350px !important;
        max-width: 100%;
    }

    .vid-override>div {
        width: 350px !important;
        max-width: 100%;
        height: 500px !important;
    }

    .vid-cross-icon {
        position: absolute;
        right: -18px;
        top: 4rem;
    }

    .video-js .vjs-big-play-button {
        left: 140px !important;
        top: 200px !important;
    }
}

.chat-date::before {
    display: inline-block;
    content: "";
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #fff 0%, rgb(151 151 151 / 0.2) 0%);
    margin-right: 6px;
}

.chat-date::after {
    display: inline-block;
    content: "";
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, rgb(151 151 151 / 0.2) 100%, #fff 0%);
    margin-left: 6px;
}

.chat-tooltip-ic::after {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 50%;
    margin-left: -5px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent #2c3956 transparent;
    transform: rotate(-180deg);
    border-radius: 4px;
}

.chat-tooltip-ic.pin-tooltip-cls::before {
    content: "";
    position: absolute;
    top: -14px;
    right: 8px;
    margin-left: -5px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent #2c3956 transparent;
    transform: rotate(0deg);
    border-radius: 4px;
}

.pin-tooltip-cls::before {
    content: "";
    position: absolute;
    top: -14px;
    right: 8px;
    margin-left: -5px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent #2c3956 transparent;
    transform: rotate(0deg);
    border-radius: 4px;
}

.pin-tooltip-cls::after {
    display: none;
}

.chat-popup-size {
    width: 500px;
    min-height: 400px;
}

.chat-tooltip-ic::after {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 50%;
    margin-left: -5px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent #2c3956 transparent;
    transform: rotate(-180deg);
    border-radius: 4px;
}

.chat-tooltip-ic.pin-tooltip-cls::before {
    content: "";
    position: absolute;
    top: -14px;
    right: 8px;
    margin-left: -5px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent #2c3956 transparent;
    transform: rotate(0deg);
    border-radius: 4px;
}

.chat-tooltip::after,
.chat-tooltip-emoji::after,
.chat-tooltip-attachment::after {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 50%;
    margin-left: -5px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent #2c3956 transparent;
    transform: rotate(-180deg);
    border-radius: 4px;
}

/*--emoji picker styles--*/
.emoji-head {
    position: relative;
}

.emoji-head button {
    background-color: #fff4e4;
    box-shadow: none;
    outline: 0px;
    padding: 0px;
    border: 0px;
    position: absolute;
    right: 6px;
    border: 1px solid #5b5b5b24;
    width: 28px;
    height: 28px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -14px;
    /* box-shadow: 0 5px 10px #00000029; */
    z-index: 9;
}

.emoji-head button img {
    width: 10px;
    filter: invert(1);
    opacity: 0.4 !important;
}

.chat-emoji-cont {
    position: absolute !important;
    z-index: 999999;
    bottom: 80px;
    left: 0;
    background-color: #fff;
    background: transparent;
}

.chat-emoji-cont::after {
    content: "";
    width: 0;
    height: 0;
    float: right;
    border: 10px solid #8b0000;
    border-color: transparent transparent #ffffff00 #ffffff;
    transform-origin: 0 0;
    transform: rotate(-270deg);
    right: -5px;
    position: absolute;
    bottom: -17px;
    border-radius: 7px;
}

.chat-emoji-cont>aside.emoji-picker-react {
    margin: auto;
    width: 100% !important;
    border-radius: 8px !important;
    margin-bottom: 20px;
    box-shadow: none;
}

/*-- video styles--*/

.chat-pop-video {
    width: 100%;
}

.chat-pop-video .video-js {
    width: 100% !important;
    max-height: 500px !important;
    background-color: #000 !important;
    border-radius: 8px !important;
}

.chat-pop-video .video-react {
    border-radius: 8px !important;
}

@media (max-width: 768px) {
    .chat-pop-body {
        width: 80%;
    }

    .chat-pop-body.chat-img-pop {
        width: 80%;
    }

    .chat-pop-video .video-js {
        max-height: 450px !important;
    }

    .chat-pop-single-img-cont {
        max-height: initial;
    }

    .chat-pop-single-img-cont img {
        width: 100%;
        max-height: 700px;
    }
}

@media (max-width: 668px) {
    .chat-pop-body {
        width: 80%;
    }

    .chat-pop-video .video-js {
        max-height: 400px !important;
    }

    .chat-pop-single-img-cont img {
        max-height: 600px;
    }
}

@media (max-width: 375px) {
    .chat-pop-single-img-cont img {
        max-height: 400px;
    }
}

/* default checkbox */

.checkbox {
    /* width: 100%; */
    /* margin: 15px 0; */
    position: relative;
    display: block;
}

.checkbox input[type="checkbox"] {
    /* width: auto; */
    opacity: 0.00000001;
    position: absolute;
    left: 0;
    margin-left: -20px;
}

.checkbox label {
    position: relative;
}

.checkbox label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    margin: 4px;
    width: 22px;
    height: 22px;
    transition: transform 0.28s ease;
    /* border-radius: 3px;
      border: 2px solid #7bbe72; */
    /* border: 1px solid #e7e7e7; */
    background-color: #f0f0f0;
    box-sizing: border-box;
    /* box-shadow: 0px 2px 4px rgba(188, 188, 188, 0.2); */
    border-radius: 6px;
}

.goalsLabelCard:hover {
    background-color: #fff3eb;
}

.goalsLabelCard:hover .checkbox label::before {
    border: 2px solid #ee731b;
}

.goalsLabelCard:hover .goalsLabelText {
    color: #ee731b;
}

.goalsLabelCardSel {
    background-color: #fff3eb;
}

.goalsLabelCardSel .goalsLabelText {
    color: #ee731b;
}

.checkBoxHover:hover .checkbox label::before {
    border: 2px solid #ee731b;
}

.checkBoxHover:hover .timeSlotGroupClass {
    color: #ee731b;
}

.checkbox label:after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10' viewBox='0 0 14 10' fill='none'%3E%3Cpath d='M12.092 1.72754L5.09197 8.72754L1.91016 5.54572' stroke='%23EE731B' strokeWidth='2' strokeLinecap='round' strokeLinejoin='round'/%3E%3C/svg%3E");
    display: none;
    transition: transform ease 0.25s;
    will-change: transform;
    position: absolute;
    top: 2px;
    left: 8px;
}

.checkbox input[type="checkbox"]:checked~label::before {
    color: #ee731b;
    border: 2px solid #ee731b;
    box-sizing: border-box;
    box-shadow: 0px 2px 4px rgba(188, 188, 188, 0.2);
    border-radius: 6px;
    background-color: #fff;
}

.checkbox input[type="checkbox"]:checked~label::after {
    display: block;
}

.checkbox label {
    min-height: 30px;
    display: block;
    padding-left: 40px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
    vertical-align: sub;
}

.checkbox label span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.checkbox input[type="checkbox"]:focus+label::before {
    outline: 0;
}

/* diable Checkbox */

.diableCheckbox {
    /* width: 100%; */
    /* margin: 15px 0; */
    position: relative;
    display: block;
}

.diableCheckbox input[type="checkbox"] {
    /* width: auto; */
    opacity: 0.00000001;
    position: absolute;
    left: 0;
    margin-left: -20px;
}

.diableCheckbox label {
    position: relative;
}

.diableCheckbox label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    margin: 4px;
    width: 22px;
    height: 23px;
    transition: transform 0.28s ease;
    /* border-radius: 3px;
      border: 2px solid #7bbe72; */
    border: none;
    background-color: #f0f0f0;
    box-sizing: border-box;
    box-shadow: none;
    border-radius: 6px;
}

.diableCheckbox label {
    min-height: 30px;
    display: block;
    padding-left: 40px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
    vertical-align: sub;
}

.diableCheckbox label span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.cpy-invi {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.cpy-invi input {
    background: #f7f7f7;
    padding: 0;
    border-radius: 8px;
    font-size: 15px;
    width: 100%;
    display: flex;
    flex-direction: row;
    margin: 14px 0px 0px;
    padding: 12px;
    min-height: 50px;
    color: #321a50;
    font-weight: 500;
    font-family: "inter", sans-serif;
}

.cpy-invi input:hover {
    background: #f7f7f7;
}

.cpy-invi button {
    background-color: #fff;
    outline: 0px;
    border: 0px;
    padding: 5px 10px;
    font-family: "inter", sans-serif;
    color: #576ce4;
    position: absolute;
    right: 10px;
    top: 21px;
    border-radius: 7px;
    border: 1px solid #e7e7e7;
    box-shadow: 0px 2px 4px rgba(188, 188, 188, 0.2);
    font-size: 11px;
    padding: 10px 5px;
}

.cpy-invi input {
    padding-right: 96px;
    font-size: 15px;
}

.dashboardWhiteGradiant {
    background: linear-gradient(270deg,
            #f6f6f6 0%,
            rgba(246, 246, 246, 0.837383) 43.62%,
            rgba(246, 246, 246, 0.45) 86.54%);
    right: 90px;
    bottom: 2px;
}

.pdf-ellipsis {
    width: 219px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.stu-container {
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    /* Firefox */
}

.stu-container::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
}

.vid-playbtn {
    background-image: url('https://res.cloudinary.com/dgerdfai4/image/upload/v1693992970/website/play-icon.png');
}

.style-last-user-drop-down>div:last-child .menu-style {
    top: -90px;
}

.last-user-drop-down>div:last-child .menu-style {
    top: -60px;
}

.wraptext {
    overflow-wrap: anywhere;
}

.warning-text {
    width: -webkit-fill-available;
}

.vid-bgimg {
    background: linear-gradient(135deg, rgb(234 112 28 / 35%) 0%, rgb(255 227 120 / 66%) 101.5%);
}

.scroll-icon {
    bottom: 164px !important;
}

.pdf-text-ellipsis {
    max-width: 170px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.replied-msg {
    animation: pulse 3s infinite;
}

@keyframes pulse {
    50% {
        opacity: 0.4;
    }

    100% {
        opacity: 100;
    }
}

@media screen and (max-width: 500px) {
    .dropdown-mb {
        width: 131px;
    }

    .scroll-icon {
        bottom: 183px !important;
    }
}

@media screen and (max-width: 770px) {
    .indicator-style {
        bottom: 110px !important;
    }

    .search-input {
        background-color: rgba(118, 118, 128, 0.12);
        border: 0;
        box-shadow: none;
    }
}

.noti-icon:hover svg path {
    stroke: #321A50;
    fill: #321A50
}.checkboxInput {
    position: relative;
    display: block;
}

.checkboxInput input[type="checkbox"] {
    /* width: auto; */
    opacity: 0.00000001;
    position: absolute;
    left: 0;
    margin-left: 3px;
    z-index: 9999;
    cursor: pointer;
    width: 22px;
    height: 22px;
}

.checkboxInput>label {
    position: relative;
}

.checkboxInput>label:before {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    margin: 0 4px;
    width: 24px;
    height: 24px;
    transition: transform 0.28s ease;
    /* border-radius: 3px;
        border: 2px solid #7bbe72; */
    border: 1px solid transparent;
    background-color: #f0f0f0;
    box-sizing: border-box;
    /* box-shadow: 0px 2px 4px rgba(188, 188, 188, 0.2); */
    border-radius: 6px;
  }
  
  .checkboxInput > label:after {
    content: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.6672 4L5.25053 10.4167L2.33386 7.5' stroke='%23EE731B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    display: none;
    transition: transform ease 0.25s;
    will-change: transform;
    position: absolute;
    top: 1px;
    left: 9px;
    color: #ee731b;
  }
  .checkboxInput input[type='checkbox']:checked ~ label::before {
    color: #ee731b;
    border: 2px solid #ee731b;
    box-sizing: border-box;
    box-shadow: 0px 2px 4px rgba(188, 188, 188, 0.2);
    border-radius: 6px;
    background-color: #fff;
  }
  
  .checkboxInput input[type='checkbox']:checked ~ label::after {
    display: block;
    color: #ee731b;
  } 
.checkboxInput>label {
    min-height: 23px;
    display: block;
    padding-left: 40px;
    margin-bottom: 0;
    font-weight: 500;
    cursor: pointer;
    vertical-align: sub;
}
.checkboxInput>label span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.checkboxInput input[type="checkbox"]:focus+label::before {
    outline: 0;
}

.checkBoxHoverState:hover>.checkboxInput>label:before {
    border: 2px solid #ee731b;
    background-color: #fff;
}

.checkBoxHoverState:hover>label {
    color: #ee731b;
}

.checkBoxHoverState:hover>div {
    color: #ee731b;
}

.clickhover:hover svg path {
    stroke: #ee731b;
}

/*---- button Disabled----*/
.disabled {
    opacity: 0.5;
    pointer-events: none;
    cursor: no-drop;
  }
  input[type='checkbox']:checked+label {
    color: #ee731b;
      }

.WhiteGradiant {
    background: linear-gradient(271.23deg,
            #ffffff -0.45%,
            rgba(255, 255, 255, 0.93) 28.56%,
            rgba(255, 255, 255, 0) 99.01%);
    bottom: 2px;
    width: 68px;
    height: 89px;
}

.imagebgcolor {
    background: linear-gradient(180deg, #ffebeb 0%, #ffffff 100%);
}
.vjs-modal-dialog .vjs-modal-dialog-content, .video-js .vjs-modal-dialog, .vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  text-align: center;
}

@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABDkAAsAAAAAG6gAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV3hY21hcAAAAYQAAADaAAADPv749/pnbHlmAAACYAAAC3AAABHQZg6OcWhlYWQAAA3QAAAAKwAAADYZw251aGhlYQAADfwAAAAdAAAAJA+RCLFobXR4AAAOHAAAABMAAACM744AAGxvY2EAAA4wAAAASAAAAEhF6kqubWF4cAAADngAAAAfAAAAIAE0AIFuYW1lAAAOmAAAASUAAAIK1cf1oHBvc3QAAA/AAAABJAAAAdPExYuNeJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGS7wTiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGJHcRdyA4RZgQRADK3CxEAAHic7dFZbsMgAEXRS0ycyZnnOeG7y+qC8pU1dHusIOXxuoxaOlwZYWQB0Aea4quIEN4E9LzKbKjzDeM6H/mua6Lmc/p8yhg0lvdYx15ZG8uOLQOGjMp3EzqmzJizYMmKNRu27Nhz4MiJMxeu3Ljz4Ekqm7T8P52G8PP3lnTOVk++Z6iN6QZzNN1F7ptuN7eGOjDUoaGODHVsuvU8MdTO9Hd5aqgzQ50b6sJQl4a6MtS1oW4MdWuoO0PdG+rBUI+GejLUs6FeDPVqqDdDvRvqw1CfhpqM9At0iFLaAAB4nJ1YDXBTVRZ+5/22TUlJ8we0pHlJm7RJf5O8F2j6EymlSPkpxaL8U2xpa3DKj0CBhc2IW4eWKSokIoLsuMqssM64f+jA4HSdWXXXscBq67IOs3FXZ1ZYWVyRFdo899yXtIBQZ90k7717zz3v3HPPOfd854YCCj9cL9dL0RQFOqCbGJnrHb5EayiKIWN8iA/hWBblo6hUWm8TtCDwE80WMJus/irwyxOdxeB0MDb14VNJHnXYoLLSl6FfCUYO9nYPTA8Epg9090LprfbBbZ2hY0UlJUXHQp3/vtWkS6EBv8+rPMq5u9692f/dNxJNiqwC1xPE9TCUgCsSdQWgE3XQD25lkG4CN2xmTcOXWBOyser6RN6KnGbKSbmQ3+d0OI1m2W8QzLLkI2sykrWAgJJEtA8vGGW/2Q+CmT3n8zS9wZwu2DCvtuZKZN3xkrLh36yCZuUomQSqGpY8t/25VfHVhw8z4ebGBtfLb0ya9PCaDc+8dGTvk2dsh6z7WzvowlXKUSWo9MJ15a3KrEP2loOr2Ojhw6iW6hf2BDdEccQvZGpaAy7YovSwq8kr7HGllxpd71rkS6G0Sf11sl9OvMK1+jwPPODxjUwkOim9CU3ix1wNjXDfmJSEn618Bs6lpWwUpU+8PCqLMY650zjq8VhCIP17NEKTx3eaLL+s5Pi6yJWaWjTHLR1jYzPSV9VF/6Ojdb/1kO3Mk3uhHC0x6gc1BjlKQ+nQFxTYdaJkZ7ySVxLBbhR1dsboNXp1tCYKW2LRaEzpYcIx2BKNxaL0ZaUnSqfFoiNhHKR/GkX6PWUSAaJelQaqZL1EpoHNsajSEyPSoJ9IjhIxTdjHLmwZvhRDOiFTY/YeQnvrVZmiTQtGncECXtFTBZLOVwwMRgoXHAkXzMzPn1nAJJ8jYSbMDaqN2waGLzNhih/bZynUBMpIWSg7VYi7DRx2m8ALkIdRCJwI6ArJx2EI8kaDWeTQKeAFk9fjl/1AvwktjQ1P7NjyMGQyfd4vjipX6M/i52D7Cq80kqlcxEcGXRr/FEcgs0u5uGgB4VWuMFfpdn2Re6Hi3PqzmxWKsz6+ae2Pn9hXXw/fqM859UiGC0oKYYILJBqJrsn1Z1E5qOs9rQCiUQRREjm8yJcbHF5cUJufX1vAHlefw0XgUoboS3ETfQlTxBC4SOtuE8VPRJTBSCQSjZCpk7Gqzu+masaZ2y7Zjehho4F3g82BNDkAHpORG4+OCS+f6JTPmtRn/PH1kch6d04sp7AQb25aQ/pqUyXeQ8vrebG8OYQdXOQ+585u0sdW9rqalzRURiJ+9F4MweRFrKUjl1GUYhH1A27WOHw5cTFSFPMo9EeUIGnQTZHIaJ7AHLaOKsOODaNF9jkBjYG2QEsQ2xjMUAx2bBEbeTBWMHwskBjngq56S/yfgkBnWBa4K9sqKtq2t1UI8S9He5XuBRbawAdatrQEAi30Aks2+LM8WeCbalVZkWNylvJ+dqJnzVb+OHlSoKW8nPCP7Rd+CcZ2DdWAGqJ2CBFOphgywFFCFBNtfAbGtNPBCwxvygHeYMZMY9ZboBqwq/pVrsbgN5tkv152ODlbMfiqwGMBgxa4Exz3QhovRIUp6acqZmQzRq0ypDXS2TPLT02YIkQETnOE445oOGxOmXAqUJNNG7XgupMjPq2ua9asrj5yY/yuKteO1Kx0YNJTufrirLe1mZnat7OL6rnUdCWenpW6I8mAnbsY8KWs1PuSovCW9A/Z25PQ24a7cNOqgmTkLmBMgh4THgc4b9k2IVv1/g/F5nGljwPLfOgHAzJzh45V/4+WenTzmMtR5Z7us2Tys909UHqrPY7KbckoxRvRHhmVc3cJGE97uml0R1S0jdULVl7EvZtDFVBF35N9cEdjpgmAiOlFZ+Dtoh93+D3zzHr8RRNZQhnCNMNbcegOvpEwZoL+06cJQ07h+th3fZ/7PVbVC6ngTAV/KoLFuO6+2KFcU651gEb5ugPSIb1D+Xp8V4+k3sEIGnw5mYe4If4k1lFYr6SCzmM2EQ8iWtmwjnBI9kTwe1TlfAmXh7H02by9fW2gsjKwtv0aaURKil4OdV7rDL1MXIFNrhdxohcZXYTnq47WisrKitaObbf5+yvkLi5J6lCNZZ+B6GC38VNBZBDidSS/+mSvh6s+srgC8pyKMvDtt+de3c9fU76ZPfuM8ud4Kv0fyP/LqfepMT/3oZxSqpZaTa1DaQYLY8TFsHYbWYsPoRhRWfL5eSSQbhUGgGC3YLbVMk6PitTFNGpAsNrC6D1VNBKgBHMejaiuRWEWGgsSDBTJjqWIl8kJLlsaLJ2tXDr6xGfT85bM2Q06a46x2HTgvdnV8z5YDy/27J4zt6x2VtkzjoYpkq36kaBr4eQSg7tyiVweWubXZugtadl58ydapfbORfKsDTuZ0OBgx4cfdjCf5tbWNITnL120fdOi1RV1C3uKGzNdwYLcMvZ3BxoPyTOCD1XvXTp7U10gWCVmTV9b3r2z0SkGWovb2hp9I89O8a2smlyaO8muMU+dRmtzp60IzAoFpjLr1n388boLyf0dRvxhsHZ0qbWqDkwqvvpkj4l0fY6EIXRi5sQSrAvsVYwXRy4qJ2EVtD1AN7a0HWth9ymvL1xc3WTUKK/TAHA/bXDVtVWfOMfuGxGZv4Ln/jVr9jc3j1yMv0tndmyt9Vq88Y9gH1wtLX3KWjot5++jWHgAoZZkQ14wGQ20Fli71UmKJAy4xKMSTGbVdybW7FDDAut9XpD5AzWrYO7zQ8qffqF8+Ynd/clrHcdyxGy3a/3+mfNnzC/cBsveTjnTvXf1o6vzOlZw7WtqtdmPK/Errz/6NNtD72zmNOZfbmYdTGHfoofqI79Oc+R2n1lrnL6pOm0Up7kwxhTW12Amm7WYkXR2qYrF2AmgmbAsxZjwy1xpg/m1Je2vrp8v/nz2xpmlBg4E9hrMU341wVpTOh/OfmGvAnra8q6uctr60ZQHV3Q+WMQJykMj8ZsWn2QBOmmHMB+m5pDIpTFonYigiaKAhGEiAHF7EliVnQkjoLVIMPtJpBKHYd3A8GYH9jJzrWwmHx5Qjp7vDAX0suGRym1vtm/9W1/HyR8vczfMs6Sk8DSv855/5dlX9oQq52hT8syyp2rx5Id17IAyAM3wIjQPMOHzytEB64q6D5zT91yNbnx3V/nqnd017S9Y0605k3izoXLpsxde2n38yoOV9s1LcjwzNjbdX6asnBVaBj/6/DwKwPkpcqbDG7BnsXoSqWnUAmottYF6jMSdVyYZh3zVXCjwTiwwHH6sGuRiEHQGzuRX6whZkp123oy1BWE2mEfJ/tvIRtM4ZM5bDXiMsPMaAKOTyc5uL57rqyyc5y5JE5pm1i2S2iUX0CcaQ6lC6Zog7JqSqZmYlosl2K6pwNA84zRnQW6SaALYZQGW5lhCtU/W34N6o+bKfZ8cf3/Cl/+iTX3wBzpOY4mRkeNf3rptycGSshQWgGbYt5jFc2e0+DglIrwl6DVWQ7BuwaJ3Xk1J4VL5urnLl/Wf+gHU/hZoZdKNym6lG+I34FaNeZKcSpJIo2IeCVvpdsDGfKvzJnAwmeD37Ow65ZWwSowpgwX5T69s/rB55dP5BcpgDKFV8p7q2sn/1uc93bVzT/w6UrCqDTWvfCq/oCD/qZXNoUj8BL5Kp6GU017frfNXkAtiiyf/SOCEeLqnd8R/Ql9GlCRfctS6k5chvIBuQ1zCCjoCHL2DHNHIXxMJ3kQeO8lbsUXONeSfA5EjcG6/E+KdhN4bP04vBhdi883+BFBzQbxFbvZzQeY9LNBZc0FNfn5NwfDn6rCTnTw6R8o+gfpf5hCom33cRuiTlss3KHmZjD+BPN+5gXuA2ziS/Q73mLxUkpbKN/eqwz5uK0X9F3h2d1V4nGNgZGBgAOJd776+iue3+crAzc4AAje5Bfcg0xz9YHEOBiYQBQA8FQlFAHicY2BkYGBnAAGOPgaG//85+hkYGVCBMgBGGwNYAAAAeJxjYGBgYB8EmKOPgQEAQ04BfgAAAAAAAA4AaAB+AMwA4AECAUIBbAGYAcICGAJYArQC4AMwA7AD3gQwBJYE3AUkBWYFigYgBmYGtAbqB1gIEghYCG4IhAi2COh4nGNgZGBgUGYoZWBnAAEmIOYCQgaG/2A+AwAYCQG2AHicXZBNaoNAGIZfE5PQCKFQ2lUps2oXBfOzzAESyDKBQJdGR2NQR3QSSE/QE/QEPUUPUHqsvsrXjTMw83zPvPMNCuAWP3DQDAejdm1GjzwS7pMmwi75XngAD4/CQ/oX4TFe4Qt7uMMbOzjuDc0EmXCP/C7cJ38Iu+RP4QEe8CU8pP8WHmOPX2EPz87TPo202ey2OjlnQSXV/6arOjWFmvszMWtd6CqwOlKHq6ovycLaWMWVydXKFFZnmVFlZU46tP7R2nI5ncbi/dDkfDtFBA2DDXbYkhKc+V0Bqs5Zt9JM1HQGBRTm/EezTmZNKtpcAMs9Yu6AK9caF76zoLWIWcfMGOSkVduvSWechqZsz040Ib2PY3urxBJTzriT95lipz+TN1fmAAAAeJxtkMl2wjAMRfOAhABlKm2h80C3+ajgCKKDY6cegP59TYBzukAL+z1Zsq8ctaJTTKPrsUQLbXQQI0EXKXroY4AbDDHCGBNMcYsZ7nCPB8yxwCOe8IwXvOIN7/jAJ76wxHfUqWX+OzgumWAjJMV17i0Ndlr6irLKO+qftdT7i6y4uFSUvCknay+lFYZIZaQcmfH/xIFdYn98bqhra1aKTM/6lWMnyaYirx1rFUQZFBkb2zJUtoXeJCeg0WnLtHeSFc3OtrnozNwqi0TkSpBMDB1nSde5oJXW23hTS2/T0LilglXX7dmFVxLnq5U0vYATHFk3zX3BOisoQHNDFDeZnqKDy9hRNawN7Vh727hFzcJ5c8TILrKZfH7tIPxAFP0BpLeJPA==) format("woff");
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play, .video-js .vjs-play-control .vjs-icon-placeholder, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play:before, .video-js .vjs-play-control .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  content: "\f101";
}

.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play-circle:before {
  content: "\f102";
}

.vjs-icon-pause, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-pause:before, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {
  content: "\f103";
}

.vjs-icon-volume-mute, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-mute:before, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before {
  content: "\f104";
}

.vjs-icon-volume-low, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-low:before, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before {
  content: "\f105";
}

.vjs-icon-volume-mid, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-mid:before, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before {
  content: "\f106";
}

.vjs-icon-volume-high, .video-js .vjs-mute-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-high:before, .video-js .vjs-mute-control .vjs-icon-placeholder:before {
  content: "\f107";
}

.vjs-icon-fullscreen-enter, .video-js .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-fullscreen-enter:before, .video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\f108";
}

.vjs-icon-fullscreen-exit, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-fullscreen-exit:before, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\f109";
}

.vjs-icon-square {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-square:before {
  content: "\f10a";
}

.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-spinner:before {
  content: "\f10b";
}

.vjs-icon-subtitles, .video-js .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js .vjs-subtitles-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-subtitles:before, .video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js .vjs-subtitles-button .vjs-icon-placeholder:before {
  content: "\f10c";
}

.vjs-icon-captions, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js .vjs-captions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-captions:before, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js .vjs-captions-button .vjs-icon-placeholder:before {
  content: "\f10d";
}

.vjs-icon-chapters, .video-js .vjs-chapters-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-chapters:before, .video-js .vjs-chapters-button .vjs-icon-placeholder:before {
  content: "\f10e";
}

.vjs-icon-share {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-share:before {
  content: "\f10f";
}

.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-cog:before {
  content: "\f110";
}

.vjs-icon-circle, .vjs-seek-to-live-control .vjs-icon-placeholder, .video-js .vjs-volume-level, .video-js .vjs-play-progress {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-circle:before, .vjs-seek-to-live-control .vjs-icon-placeholder:before, .video-js .vjs-volume-level:before, .video-js .vjs-play-progress:before {
  content: "\f111";
}

.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-circle-outline:before {
  content: "\f112";
}

.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-circle-inner-circle:before {
  content: "\f113";
}

.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-hd:before {
  content: "\f114";
}

.vjs-icon-cancel, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-cancel:before, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before {
  content: "\f115";
}

.vjs-icon-replay, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-replay:before, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before {
  content: "\f116";
}

.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-facebook:before {
  content: "\f117";
}

.vjs-icon-gplus {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-gplus:before {
  content: "\f118";
}

.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-linkedin:before {
  content: "\f119";
}

.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-twitter:before {
  content: "\f11a";
}

.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-tumblr:before {
  content: "\f11b";
}

.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-pinterest:before {
  content: "\f11c";
}

.vjs-icon-audio-description, .video-js .vjs-descriptions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-audio-description:before, .video-js .vjs-descriptions-button .vjs-icon-placeholder:before {
  content: "\f11d";
}

.vjs-icon-audio, .video-js .vjs-audio-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-audio:before, .video-js .vjs-audio-button .vjs-icon-placeholder:before {
  content: "\f11e";
}

.vjs-icon-next-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-next-item:before {
  content: "\f11f";
}

.vjs-icon-previous-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-previous-item:before {
  content: "\f120";
}

.vjs-icon-picture-in-picture-enter, .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-picture-in-picture-enter:before, .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
  content: "\f121";
}

.vjs-icon-picture-in-picture-exit, .video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-picture-in-picture-exit:before, .video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
  content: "\f122";
}

.video-js {
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  word-break: initial;
}
.video-js:-moz-full-screen {
  position: absolute;
}
.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}

.video-js[tabindex="-1"] {
  outline: none;
}

.video-js *,
.video-js *:before,
.video-js *:after {
  box-sizing: inherit;
}

.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3,
.video-js.vjs-9-16,
.video-js.vjs-1-1 {
  width: 100%;
  max-width: 100%;
}

.video-js.vjs-fluid:not(.vjs-audio-only-mode),
.video-js.vjs-16-9:not(.vjs-audio-only-mode),
.video-js.vjs-4-3:not(.vjs-audio-only-mode),
.video-js.vjs-9-16:not(.vjs-audio-only-mode),
.video-js.vjs-1-1:not(.vjs-audio-only-mode) {
  height: 0;
}

.video-js.vjs-16-9:not(.vjs-audio-only-mode) {
  padding-top: 56.25%;
}

.video-js.vjs-4-3:not(.vjs-audio-only-mode) {
  padding-top: 75%;
}

.video-js.vjs-9-16:not(.vjs-audio-only-mode) {
  padding-top: 177.7777777778%;
}

.video-js.vjs-1-1:not(.vjs-audio-only-mode) {
  padding-top: 100%;
}

.video-js.vjs-fill:not(.vjs-audio-only-mode) {
  width: 100%;
  height: 100%;
}

.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-js.vjs-audio-only-mode .vjs-tech {
  display: none;
}

body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
}

.vjs-full-window .video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.video-js.vjs-fullscreen:not(.vjs-ios-native-fs) {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important;
}

.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}

.vjs-hidden {
  display: none !important;
}

.vjs-disabled {
  opacity: 0.5;
  cursor: default;
}

.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px;
}

.vjs-lock-showing {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0px auto;
}

.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66A8CC;
}

.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.63332em;
  width: 3em;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  border-radius: 0.3em;
  transition: all 0.4s;
}
.vjs-big-play-centered .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -0.81666em;
  margin-left: -1.5em;
}

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  transition: all 0s;
}

.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
  display: none;
}

.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
  display: block;
}

.video-js button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.vjs-control .vjs-button {
  width: 100%;
  height: 100%;
}

.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0.5em;
  z-index: 2;
}
.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  overflow: auto;
}

.video-js .vjs-modal-dialog > * {
  box-sizing: border-box;
}

.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1;
}

.vjs-menu-button {
  cursor: pointer;
}

.vjs-menu-button.vjs-disabled {
  cursor: default;
}

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none;
}

.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  overflow: auto;
}

.vjs-menu .vjs-menu-content > * {
  box-sizing: border-box;
}

.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {
  display: none;
}

.vjs-menu li {
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase;
}

.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover,
.js-focus-visible .vjs-menu li.vjs-menu-item:hover {
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover,
.js-focus-visible .vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2B333F;
}

.video-js .vjs-menu *:not(.vjs-selected):focus:not(:focus-visible),
.js-focus-visible .vjs-menu *:not(.vjs-selected):focus:not(.focus-visible) {
  background: none;
}

.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default;
}

.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0em;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7);
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em;
}

.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 5em;
}

.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 10em;
}

.vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 14em;
}

.vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 25em;
}

.vjs-workinghover .vjs-menu-button-popup.vjs-hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
  display: block;
}

.video-js .vjs-menu-button-inline {
  transition: all 0.4s;
  overflow: hidden;
}

.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em;
}

.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 12em;
}

.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  transition: all 0.4s;
}

.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  display: block;
  opacity: 1;
}

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto;
}

.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  width: auto;
}

.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}

.vjs-has-started .vjs-control-bar,
.vjs-audio-only-mode .vjs-control-bar {
  display: flex;
  visibility: visible;
  opacity: 1;
  transition: visibility 0.1s, opacity 0.1s;
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  pointer-events: none;
  transition: visibility 1s, opacity 1s;
}

.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
  display: none !important;
}

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar,
.vjs-audio-only-mode.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table;
}

.video-js .vjs-control {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  flex: none;
}

.video-js .vjs-control.vjs-visible-text {
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}

.vjs-button > .vjs-icon-placeholder:before {
  font-size: 1.8em;
  line-height: 1.67;
}

.vjs-button > .vjs-icon-placeholder {
  display: block;
}

.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
  text-shadow: 0em 0em 1em white;
}

.video-js *:not(.vjs-visible-text) > .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.vjs-no-flex .vjs-control {
  display: table-cell;
  vertical-align: middle;
}

.video-js .vjs-custom-control-spacer {
  display: none;
}

.video-js .vjs-progress-control {
  cursor: pointer;
  flex: auto;
  display: flex;
  align-items: center;
  min-width: 4em;
  touch-action: none;
}

.video-js .vjs-progress-control.disabled {
  cursor: default;
}

.vjs-live .vjs-progress-control {
  display: none;
}

.vjs-liveui .vjs-progress-control {
  display: flex;
  align-items: center;
}

.vjs-no-flex .vjs-progress-control {
  width: auto;
}

.video-js .vjs-progress-holder {
  flex: auto;
  transition: all 0.2s;
  height: 0.3em;
}

.video-js .vjs-progress-control .vjs-progress-holder {
  margin: 0 10px;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.6666666667em;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
  font-size: 1em;
}

.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 0;
}

.video-js .vjs-play-progress {
  background-color: #fff;
}
.video-js .vjs-play-progress:before {
  font-size: 0.9em;
  position: absolute;
  right: -0.5em;
  top: -0.3333333333em;
  z-index: 1;
}

.video-js .vjs-load-progress {
  background: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-load-progress div {
  background: rgba(115, 133, 159, 0.75);
}

.video-js .vjs-time-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}

.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
  display: none;
}

.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip {
  display: block;
  font-size: 0.6em;
  visibility: visible;
}

.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
  font-size: 1em;
}

.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1;
}

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0;
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block;
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  display: none;
}

.vjs-mouse-display .vjs-time-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}

.video-js .vjs-slider {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  /* iOS Safari */
  -webkit-touch-callout: none;
  /* Safari */
  -webkit-user-select: none;
  /* Konqueror HTML */
  /* Firefox */
  -moz-user-select: none;
  /* Internet Explorer/Edge */
  /* Non-prefixed version, currently supported by Chrome and Opera */
  user-select: none;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-slider.disabled {
  cursor: default;
}

.video-js .vjs-slider:focus {
  text-shadow: 0em 0em 1em white;
  box-shadow: 0 0 1em #fff;
}

.video-js .vjs-mute-control {
  cursor: pointer;
  flex: none;
}
.video-js .vjs-volume-control {
  cursor: pointer;
  margin-right: 1em;
  display: flex;
}

.video-js .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
}

.video-js .vjs-volume-panel .vjs-volume-control {
  visibility: visible;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin-left: -1px;
}

.video-js .vjs-volume-panel {
  transition: width 1s;
}
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control, .video-js .vjs-volume-panel:active .vjs-volume-control, .video-js .vjs-volume-panel:focus .vjs-volume-control, .video-js .vjs-volume-panel .vjs-volume-control:active, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active {
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s;
}
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  margin-right: 0;
}
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical {
  left: -3.5em;
  transition: left 0s;
}
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
  width: 10em;
  transition: width 0.1s;
}
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
  width: 4em;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  height: 8em;
  width: 3em;
  left: -3000em;
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
}

.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: none;
}

.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  position: absolute;
  bottom: 3em;
  left: 0.5em;
}

.video-js .vjs-volume-panel {
  display: flex;
}

.video-js .vjs-volume-bar {
  margin: 1.35em 0.45em;
}

.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: 0.3em;
}

.vjs-volume-bar.vjs-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto;
}

.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}
.video-js .vjs-volume-level:before {
  position: absolute;
  font-size: 0.9em;
  z-index: 1;
}

.vjs-slider-vertical .vjs-volume-level {
  width: 0.3em;
}
.vjs-slider-vertical .vjs-volume-level:before {
  top: -0.5em;
  left: -0.3em;
  z-index: 1;
}

.vjs-slider-horizontal .vjs-volume-level {
  height: 0.3em;
}
.vjs-slider-horizontal .vjs-volume-level:before {
  top: -0.3em;
  right: -0.5em;
}

.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
  width: 4em;
}

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%;
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%;
}

.video-js .vjs-volume-vertical {
  width: 3em;
  height: 8em;
  bottom: 8em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}

.video-js .vjs-volume-horizontal .vjs-menu {
  left: -2em;
}

.video-js .vjs-volume-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}

.video-js .vjs-volume-control:hover .vjs-volume-tooltip,
.video-js .vjs-volume-control:hover .vjs-progress-holder:focus .vjs-volume-tooltip {
  display: block;
  font-size: 1em;
  visibility: visible;
}

.video-js .vjs-volume-vertical:hover .vjs-volume-tooltip,
.video-js .vjs-volume-vertical:hover .vjs-progress-holder:focus .vjs-volume-tooltip {
  left: 1em;
  top: -12px;
}

.video-js .vjs-volume-control.disabled:hover .vjs-volume-tooltip {
  font-size: 1em;
}

.video-js .vjs-volume-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  z-index: 1;
}

.video-js .vjs-volume-horizontal .vjs-mouse-display {
  width: 1px;
  height: 100%;
}

.vjs-no-flex .vjs-volume-control .vjs-mouse-display {
  z-index: 0;
}

.video-js .vjs-volume-control:hover .vjs-mouse-display {
  display: block;
}

.video-js.vjs-user-inactive .vjs-volume-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-volume-control .vjs-mouse-display {
  display: none;
}

.vjs-mouse-display .vjs-volume-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}

.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}

.vjs-has-started .vjs-poster,
.vjs-using-native-controls .vjs-poster {
  display: none;
}

.vjs-audio.vjs-has-started .vjs-poster,
.vjs-has-started.vjs-audio-poster-mode .vjs-poster {
  display: block;
}

.video-js .vjs-live-control {
  display: flex;
  align-items: flex-start;
  flex: auto;
  font-size: 1em;
  line-height: 3em;
}

.vjs-no-flex .vjs-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}

.video-js:not(.vjs-live) .vjs-live-control,
.video-js.vjs-liveui .vjs-live-control {
  display: none;
}

.video-js .vjs-seek-to-live-control {
  align-items: center;
  cursor: pointer;
  flex: none;
  display: inline-flex;
  height: 100%;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: 1em;
  line-height: 3em;
  width: auto;
  min-width: 4em;
}

.vjs-no-flex .vjs-seek-to-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}

.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,
.video-js:not(.vjs-live) .vjs-seek-to-live-control {
  display: none;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {
  cursor: auto;
}

.vjs-seek-to-live-control .vjs-icon-placeholder {
  margin-right: 0.5em;
  color: #888;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {
  color: red;
}

.video-js .vjs-time-control {
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}

.vjs-live .vjs-time-control {
  display: none;
}

.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
  display: none;
}

.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
  display: none;
}

.vjs-time-divider {
  display: none;
  line-height: 3em;
}

.vjs-live .vjs-time-divider {
  display: none;
}

.video-js .vjs-play-control {
  cursor: pointer;
}

.video-js .vjs-play-control .vjs-icon-placeholder {
  flex: none;
}

.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
}

.video-js.vjs-controls-disabled .vjs-text-track-display,
.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em;
}

.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
}

.vjs-subtitles {
  color: #fff;
}

.vjs-captions {
  color: #fc6;
}

.vjs-tt-cue {
  display: block;
}

video::-webkit-media-text-track-display {
  transform: translateY(-3em);
}

.video-js.vjs-controls-disabled video::-webkit-media-text-track-display,
.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  transform: translateY(-1.5em);
}

.video-js .vjs-picture-in-picture-control {
  cursor: pointer;
  flex: none;
}
.video-js.vjs-audio-only-mode .vjs-picture-in-picture-control {
  display: none;
}

.video-js .vjs-fullscreen-control {
  cursor: pointer;
  flex: none;
}
.video-js.vjs-audio-only-mode .vjs-fullscreen-control {
  display: none;
}

.vjs-playback-rate > .vjs-menu-button,
.vjs-playback-rate .vjs-playback-rate-value {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vjs-playback-rate .vjs-playback-rate-value {
  pointer-events: none;
  font-size: 1.5em;
  line-height: 2;
  text-align: center;
}

.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0em;
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center;
}

.vjs-error .vjs-error-display:before {
  color: #fff;
  content: "X";
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4em;
  left: 0;
  line-height: 1;
  margin-top: -0.5em;
  position: absolute;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 100%;
}

.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, 0.7);
  box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  visibility: hidden;
}

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: block;
  animation: vjs-spinner-show 0s linear 0.3s forwards;
}

.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
  content: "";
  position: absolute;
  margin: -6px;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: white;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: white;
}

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: white;
  animation-delay: 0.44s;
}

@keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}
@keyframes vjs-spinner-spin {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
.video-js.vjs-audio-only-mode .vjs-captions-button {
  display: none;
}

.vjs-chapters-button .vjs-menu ul {
  width: 24em;
}

.video-js.vjs-audio-only-mode .vjs-descriptions-button {
  display: none;
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: "";
  font-size: 1.5em;
  line-height: inherit;
}

.video-js.vjs-audio-only-mode .vjs-subs-caps-button {
  display: none;
}

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: " ";
  font-size: 1.5em;
  line-height: inherit;
}

.video-js.vjs-layout-small .vjs-current-time,
.video-js.vjs-layout-small .vjs-time-divider,
.video-js.vjs-layout-small .vjs-duration,
.video-js.vjs-layout-small .vjs-remaining-time,
.video-js.vjs-layout-small .vjs-playback-rate,
.video-js.vjs-layout-small .vjs-volume-control, .video-js.vjs-layout-x-small .vjs-current-time,
.video-js.vjs-layout-x-small .vjs-time-divider,
.video-js.vjs-layout-x-small .vjs-duration,
.video-js.vjs-layout-x-small .vjs-remaining-time,
.video-js.vjs-layout-x-small .vjs-playback-rate,
.video-js.vjs-layout-x-small .vjs-volume-control, .video-js.vjs-layout-tiny .vjs-current-time,
.video-js.vjs-layout-tiny .vjs-time-divider,
.video-js.vjs-layout-tiny .vjs-duration,
.video-js.vjs-layout-tiny .vjs-remaining-time,
.video-js.vjs-layout-tiny .vjs-playback-rate,
.video-js.vjs-layout-tiny .vjs-volume-control {
  display: none;
}
.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover {
  width: auto;
  width: initial;
}
.video-js.vjs-layout-x-small .vjs-progress-control, .video-js.vjs-layout-tiny .vjs-progress-control {
  display: none;
}
.video-js.vjs-layout-x-small .vjs-custom-control-spacer {
  flex: auto;
  display: block;
}
.video-js.vjs-layout-x-small.vjs-no-flex .vjs-custom-control-spacer {
  width: auto;
}

.vjs-modal-dialog.vjs-text-track-settings {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  height: 70%;
}

.vjs-text-track-settings .vjs-modal-dialog-content {
  display: table;
}

.vjs-text-track-settings .vjs-track-settings-colors,
.vjs-text-track-settings .vjs-track-settings-font,
.vjs-text-track-settings .vjs-track-settings-controls {
  display: table-cell;
}

.vjs-text-track-settings .vjs-track-settings-controls {
  text-align: right;
  vertical-align: bottom;
}

@supports (display: grid) {
  .vjs-text-track-settings .vjs-modal-dialog-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    padding: 20px 24px 0px 24px;
  }

  .vjs-track-settings-controls .vjs-default-button {
    margin-bottom: 20px;
  }

  .vjs-text-track-settings .vjs-track-settings-controls {
    grid-column: 1/-1;
  }

  .vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,
.vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content,
.vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content {
    grid-template-columns: 1fr;
  }
}
.vjs-track-setting > select {
  margin-right: 1em;
  margin-bottom: 0.5em;
}

.vjs-text-track-settings fieldset {
  margin: 5px;
  padding: 3px;
  border: none;
}

.vjs-text-track-settings fieldset span {
  display: inline-block;
}

.vjs-text-track-settings fieldset span > select {
  max-width: 7.3em;
}

.vjs-text-track-settings legend {
  color: #fff;
  margin: 0 0 5px 0;
}

.vjs-text-track-settings .vjs-label {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  display: block;
  margin: 0 0 5px 0;
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.vjs-track-settings-controls button:focus,
.vjs-track-settings-controls button:active {
  outline-style: solid;
  outline-width: medium;
  background-image: linear-gradient(0deg, #fff 88%, #73859f 100%);
}

.vjs-track-settings-controls button:hover {
  color: rgba(43, 51, 63, 0.75);
}

.vjs-track-settings-controls button {
  background-color: #fff;
  background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);
  color: #2B333F;
  cursor: pointer;
  border-radius: 2px;
}

.vjs-track-settings-controls .vjs-default-button {
  margin-right: 1em;
}

@media print {
  .video-js > *:not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden;
  }
}
.vjs-resize-manager {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: -1000;
}

.js-focus-visible .video-js *:focus:not(.focus-visible) {
  outline: none;
}

.video-js *:focus:not(:focus-visible) {
  outline: none;
}
p {
    margin: 0px;
    padding: 0px;
}

.noti-div {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 99;
}

.noti-div-overlay {
    /* background: rgba(6, 7, 47, 0.9); */
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 1;
    animation: shownotibackin 0.2s linear 0s 1 forwards;
}

.noti_full .noti-div-overlay {
    display: none;
}

@keyframes shownotibackin {
    from {
        background: rgba(6, 7, 47, 0.4);
    }

    to {
        background: rgba(6, 7, 47, 0.8);
    }
}

.notification-cont-modal {
    min-height: 365px;
    position: relative;
    border-radius: 0.3rem;
    width: 540px;
}

.noti-card {
    background-color: #fff;
    width: 520px;
    border-radius: 10px;
    position: absolute;
    right: 14px;
    top: 65px;
    font-family: 'Rubik', sans-serif;
    max-height: calc(100vh - 100px);
    z-index: 2;
    overflow-y: scroll;
    overflow-x: hidden;
}

.noti_full .noti-card {
    width: 100%;
    position: relative;
    top: auto;
    top: initial;
    max-height: none;
    max-height: initial;
    right: auto;
    right: initial;
    border-radius: 0px;
    height: 100vh;
}

.noti-card::-webkit-scrollbar {
    width: 6px;
}

.noti-card::-webkit-scrollbar-track {
    /* background: #f7f7f7; */
    background: #f1f1f1;
    border-radius: 4px;
}

/* Handle */
.noti-card::-webkit-scrollbar-thumb {
    /* background: #ebebeb; */
    height: 56px;
    border-radius: 20px;
    background: #adadad;
}

/* Handle on hover */
.noti-card::-webkit-scrollbar-thumb:hover {
    /* background: #dddddd; */
    background: #555;
}

.arr-np {
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 14px solid white;
    position: relative;
    top: 0;
    position: -webkit-sticky;
    position: fixed;
    top: 54px;
    z-index: 9999;
    right: 30px;
}

.noti_full .arr-np {
    display: none;
}

.noti-card h2 {
    font-size: 15px;
    color: #6881a9;
    font-weight: 500;
    padding: 0px 14px;
    margin: 0px;
    text-align: left;
    background-color: #fff;
    /* Safari */
    position: sticky;
    top: 0;
    padding: 14px 14px;
    z-index: 1;
}

.noti-in {
    width: 100%;
}

.no-noti-div {
    background-color: #fff8e9;
    padding: 0px 0px;
}

.no-noti-div h2 {
    background-color: #fff8e9;
}

.noti-row {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    padding: 28px 14px;
    border-bottom: 1px solid rgb(159 171 255 / 30%);
    cursor: pointer;
    background-color: #fff;
}

.noti-row.high-lt {
    background-color: #f9f7ef;
}

.noti-row:hover {
    background-color: #fef2db;
}

.noti-in.old-noti .noti-row:first-child {
    margin-top: 0px;
    padding-top: 10px;
}

.noti-in.old-noti .noti-row:hover {
    background-color: transparent;
    cursor: initial;
}

.noti-in.old-noti .noti-row:last-child {
    border-bottom: 0px;
}

.noti-in .noti-row:last-child {
    margin-bottom: 0px;
}

.noti-ic {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin-right: 14px;
    margin-top: 20px;
}

.noti-text {
    width: calc(100% - 54px);
}

.noti-title {
    color: #1e394b;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0px 0px 4px;
    font-size: 13px;
    display: flex;
    padding-right: 100px;
    align-items: center;
    text-align: left;
    position: relative;
}

.noti-date {
    color: #798ba0;
    opacity: 0.6;
    position: absolute;
    font-size: 12px;
    right: 0px;
    top: 0;
    font-weight: 400;
    text-transform: lowercase;
}

.noti-mess {
    color: #58718f !important;
    font-size: 14px !important;
    font-weight: 300;
    line-height: 1.5;
}

.noti-link {
    font-size: 14px !important;
    margin: 0px !important;
    font-weight: 300;
    line-height: 2;
}

.noti-mb-header {
    width: 100%;
    display: none;
    align-items: center;
    padding: 14px 14px;
    background-color: #202464;
    z-index: 3;
}

.noti_full .noti-mb-header {
    display: flex;
}

.noti-mb-header h2 {
    width: calc(100% - 30px);
    text-align: center;
    margin: 0px;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
}

.btn-mb-noti-cls {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: 0px;
    outline: 0px;
}

.btn-mb-noti-cls img {
    width: 14px;
    display: block;
}

@media (max-width: 1200px) {
    .noti-card {
        max-height: 790px;
    }

    .noti_full .noti-card {
        max-height: initial;
        height: 100vh !important;
    }
}

@media (max-height: 768px) {
    .noti-card {
        max-height: 600px;
    }
}

@media (min-width: 1024px) {
    .noti-div {
        width: auto;
        height: auto;
        right: 0 !important;
    }
}

@media (max-width: 668px) {
    .arr-np {
        display: none;
    }

    .noti-mb-header {
        display: flex;
    }

    .noti-div-overlay {
        display: none;
    }

    .noti-div {
        z-index: 99;
    }

    .noti-card {
        width: 100%;
        position: relative;
        left: 0;
        right: auto;
        height: calc(100vh - 58px);
        max-height: initial;
        top: 0;
        border-radius: 0px;
    }

    .arr-np {
        display: none;
    }
}

@media (max-width: 375px) {
    .noti-ic {
        width: 30px;
        height: 30px;
    }

    .noti-text {
        width: calc(100% - 44px);
    }

    .noti-mess {
        font-size: 13px !important;
    }

    .noti-link {
        font-size: 12px !important;
    }

    .noti-date {
        font-weight: 400;
    }

    .noti-row {
        padding: 24px 10px;
    }

    .noti-card h2 {
        font-size: 14px;
    }
}

.noti-pic_div {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin-right: 10px;
    background-color: #92a1bf;
    color: #fff;
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-weight: 500;
    font-size: 14px;
    position: relative;
    margin-top: 20px;
}/*
! tailwindcss v3.4.7 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
  h1 {
  font-family: Avenir;
  font-weight: 900;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
  @media (min-width: 1px) {

  h1 {
    font-size: 2.25rem;
    line-height: 2.5rem;
    line-height: 1.25;
  }
}
  @media (min-width: 640px) {

  h1 {
    line-height: 1.25;
  }
}
  @media (min-width: 1024px) {

  h1 {
    font-size: 3.75rem;
    line-height: 1.25;
  }
}

  h2 {
  font-family: Avenir;
  font-weight: 900;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

  @media (min-width: 1px) {

  h2 {
    font-size: 1.5rem;
    line-height: 2rem;
    line-height: 1.25;
  }
}

  @media (min-width: 640px) {

  h2 {
    font-size: 3rem;
    line-height: 1.25;
  }
}

  @media (min-width: 1024px) {

  h2 {
    font-size: 3.75rem;
    line-height: 1.25;
  }
}

  h3 {
  font-family: Avenir;
  font-weight: 800;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

  @media (min-width: 1px) {

  h3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

  @media (min-width: 640px) {

  h3 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

  h4 {
  font-family: Avenir;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 800;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

  p {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

  .heading {
  font-family: Avenir;
  font-weight: 800;
  font-style: normal;
}

  @media (min-width: 1px) {

  .heading {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

  @media (min-width: 1280px) {

  .heading {
    font-size: 3.75rem;
    line-height: 1;
  }
}

  /* NEW UTILITY CLASS */

  /* Home Page CSS Classes */

  /* heading css */

  /* .tooltipContainer{
        @apply ;
    } */

  /* container class */

  /* teacher profile card css */

  /* --------------- */

  /* description css */

  /* -------------------- */

  /* ------- card css -------- */

  /* ----------xxxxxxx-------- */

  /* ---------Blog page class------- */

  /* ----------xxxxxxx-------- */

  /* ---------Press & Media------- */

  /* -------------  Dashboard  ------------- */

  /* ------------xxxxxxx------------ */

  /* container class */

  /* margin for the top container on the home page */

  /* margin for the top container for the rest of the website */

  /* margin for the top container for the rest of the website */


  /* onboarding css */

  /* .OnboardingSignupLeftContainer {
		@apply xl:pl-31 lg:pl-18 md:pl-8 pt-6 pb-7 zm:px-6 sm:px-10 sm:py-10 flex flex-col justify-between h-full w-full;
	}

    .OnboardingSignupBackBtn {
        @apply flex items-center  w-32 cursor-pointer pl-2;
    } */


  /* login signup pages */

  /* footer CSS */

  /* right hand side floating image */

  /* copyright section */

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
.container {
  width: 100%;
}
@media (min-width: 1px) {

  .container {
    max-width: 1px;
  }
}
@media (min-width: 375px) {

  .container {
    max-width: 375px;
  }
}
@media (min-width: 575px) {

  .container {
    max-width: 575px;
  }
}
@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}
@media (min-width: 840px) {

  .container {
    max-width: 840px;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-color: transparent;
  focus: outline-none;
  padding: .5rem 1rem;
  border-radius: .37rem;
  font-weight: 600;
  font-family: Inter;
  transition: all 0.2s ease-in-out;
  font-smooth: auto;
  -webkit-appearance: none;
  cursor: pointer;
}
.btn-primary {
  background-color: #EE731B;
  box-shadow: 0px 2px 4px 0px #F8662426;
  cursor: pointer;
  color: #fff;
}
.btn-primary:hover {
  background-color: #CC4B11;
}
.btn-primary:focus {
  background-color: #6F2200;
  outline: 0px;
}
.btn-danger {
  background-color: #FF2121;
  box-shadow: 0px 2px 4px 0px #F8662426;
  color: #fff;
  cursor: pointer;
}
.btn-danger:hover {
  background-color: #DC2121;
}
.btn-danger:focus {
  background-color: #870D0D;
  outline: 0px;
}
.btn-white {
  background: #ffffff;
  border: 1px solid #E7E7E7 !important;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  color: #222222;
  box-shadow: 0px 2px 4px rgba(188, 188, 188, 0.2);
  border-style: none;
  outline: none;
}
.btn-white:hover {
  border: 1px solid #E7E7E7 !important;
  box-shadow: 0px 2px 4px rgba(188, 188, 188, 0.22);
  border-style: none;
  outline: none;
}
.btn-white:focus {
  border: 1px solid #E7E7E7 !important;
  box-shadow: 0px 2px 4px rgba(188, 188, 188, 0.22);
  border-style: none;
  outline: none;
}
.select {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  focus: outline-none;
  padding: .5rem 1rem;
  border-radius: .25rem;
  font-weight: 600;
  transition: all 0.15s ease-in-out;
  background-color: #ffffff;
  box-shadow: 0px 2px 4px rgba(188, 188, 188, 0.2);
  color: #321A50;
  font-size: 14px;
  border: 1px solid #E7E7E7;
  cursor: pointer;
}
.btn-orange {
  background: #EE731B;
  border-color: #EE731B;
  color: #ffffff;
}
.btn-orange:hover {
  background-color: #CC4B11;
  border-color: #CC4B11;
  box-shadow: 0px 2px 4px rgba(248, 102, 36, 0.15);
  border-style: none;
  outline: none;
}
.btn-orange:focus {
  background-color: #CC4B11;
  border-color: #CC4B11;
  box-shadow: 0px 2px 4px rgba(248, 102, 36, 0.15);
  border-style: none;
  outline: none;
}
.formInput {
  display: block;
  width: 100%;
  height: 46px;
  padding: 0.375rem 0.75rem;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  color: #321A50;
  background: #f7f7f7;
  background-clip: padding-box;
  border-radius: 7px;
  transition: all 0.15s ease-in-out;
  border: 2px solid transparent;
}
.formInput:hover {
  border: 2px solid;
  color: #321A50;
  background-color: #fff;
  border-color: #321a50;
  outline: 0;
  box-shadow: 0 0 0 0.2rem#c7b8da;
}
.formInput:focus {
  border: 2px solid;
  color: #321A50;
  background-color: #fff;
  border-color: #321a50;
  outline: 0;
  box-shadow: 0 0 0 0.2rem#c7b8da;
}
.formInput ::-webkit-input-placeholder {
  color: #777777;
}
.formInput ::-moz-placeholder {
  color: #777777;
}
.formInput :-ms-input-placeholder {
  color: #777777;
}
.formInput :-moz-placeholder {
  color: #777777;
}
.disabled {
  pointer-events: none;
  cursor: none;
  opacity: 50%;
}
.searchInput {
  display: block;
  width: 100%;
  height: 46px;
  padding: 0.375rem 0.75rem;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  color: #321A50;
  background: #ffffff;
  background-clip: padding-box;
  border-radius: 7px;
  transition: all 0.15s ease-in-out;
  border: 2px solid #E7E7E7;
  box-shadow: 0px 2px 4px 0px #BCBCBC33;
}
.searchInput:hover {
  border: 2px solid;
  color: #321A50;
  background-color: #fff;
  border-color: #321a50;
  outline: 0;
  box-shadow: 0 0 0 0.2rem#c7b8da;
}
.searchInput:focus {
  border: 2px solid;
  color: #321A50;
  background-color: #fff;
  border-color: #321a50;
  outline: 0;
  box-shadow: 0 0 0 0.2rem#c7b8da;
}
.searchInput ::-webkit-input-placeholder {
  color: #777777;
}
.searchInput ::-moz-placeholder {
  color: #777777;
}
.searchInput :-ms-input-placeholder {
  color: #777777;
}
.searchInput :-moz-placeholder {
  color: #777777;
}
.btnGray {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-color: transparent;
  focus: outline-none;
  padding: 12.5px 18px 11.5px;
  height: 46px;
  border-radius: .37rem;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
  font-smooth: auto;
  -webkit-appearance: none;
  background-color: #E8E9ED;
  color: #384169;
  border: none;
  cursor: pointer;
  font-size: 15px;
  font-family: inter;
}
.btnGray:hover {
  background-color: #D9D9D9;
  box-shadow: 0px 2px 4px rgba(188, 188, 188, 0.2);
  color: #384169;
  outline: 0px;
}
.btnGray:focus {
  background-color: #BFBFBF;
  box-shadow: 0px 2px 4px rgba(188, 188, 188, 0.2);
  color: #384169;
  outline: 0px;
}
.btn-white-default {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-color: transparent;
  focus: outline-none;
  padding: 12.5px 18px 11.5px;
  height: 49px;
  border-radius: .37rem;
  font-weight: 600;
  box-shadow: 0px 2px 4px rgba(188, 188, 188, 0.2);
  transition: all 0.2s ease-in-out;
  font-smooth: auto;
  -webkit-appearance: none;
  background-color: #ffffff;
  color: #321A50;
  border: 1px solid #E7E7E7;
  cursor: pointer;
  font-size: 15px;
  font-family: inter;
}
.btn-white-default:hover {
  border: 1px solid #E7E7E7;
  box-shadow: 0px 2px 4px rgba(188, 188, 188, 0.22);
  outline: none;
}
.btn-white-default:focus {
  border: 1px solid #E7E7E7;
  box-shadow: 0px 2px 4px rgba(188, 188, 188, 0.22);
  border-style: none;
  outline: none;
}
.header {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navDropDownItem {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  display: block;
  cursor: pointer;
  font-size: 0.96875rem;
  line-height: 1;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(50 26 80 / var(--tw-text-opacity));
}
.navDropDownItem:hover {
  --tw-text-opacity: 1;
  color: rgb(204 75 17 / var(--tw-text-opacity));
}
.pointer-events-none {
  pointer-events: none;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.-left-1\.5 {
  left: -0.375rem;
}
.-left-10 {
  left: -2.5rem;
}
.-left-20 {
  left: -5rem;
}
.-right-2 {
  right: -0.5rem;
}
.-right-4 {
  right: -1rem;
}
.-right-5 {
  right: -1.25rem;
}
.-right-8 {
  right: -2rem;
}
.-right-\[2px\] {
  right: -2px;
}
.-top-1 {
  top: -0.25rem;
}
.-top-18px {
  top: -1.125rem;
}
.-top-4 {
  top: -1rem;
}
.-top-\[27px\] {
  top: -27px;
}
.-top-px {
  top: -1px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-0\.5 {
  bottom: 0.125rem;
}
.bottom-14px {
  bottom: 0.875rem;
}
.bottom-\[28rem\] {
  bottom: 28rem;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-10 {
  left: 2.5rem;
}
.left-14 {
  left: 3.5rem;
}
.left-14px {
  left: 0.875rem;
}
.left-7 {
  left: 1.75rem;
}
.left-\[60px\] {
  left: 60px;
}
.right-0 {
  right: 0px;
}
.right-1 {
  right: 0.25rem;
}
.right-2 {
  right: 0.5rem;
}
.right-2\.5 {
  right: 0.625rem;
}
.right-3 {
  right: 0.75rem;
}
.right-6 {
  right: 1.5rem;
}
.right-7 {
  right: 1.75rem;
}
.right-8px {
  right: 8px;
}
.right-9 {
  right: 2.25rem;
}
.right-\[162px\] {
  right: 162px;
}
.right-\[20px\] {
  right: 20px;
}
.top-0 {
  top: 0px;
}
.top-1 {
  top: 0.25rem;
}
.top-1\/2 {
  top: 50%;
}
.top-10 {
  top: 2.5rem;
}
.top-2\.5 {
  top: 0.625rem;
}
.top-3 {
  top: 0.75rem;
}
.top-40 {
  top: 10rem;
}
.top-40\% {
  top: 40%;
}
.top-5 {
  top: 1.25rem;
}
.top-6 {
  top: 1.5rem;
}
.top-9 {
  top: 2.25rem;
}
.top-\[50px\] {
  top: 50px;
}
.top-\[65px\] {
  top: 65px;
}
.-z-10 {
  z-index: -10;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-50 {
  z-index: 50;
}
.z-99 {
  z-index: 99999999;
}
.z-\[100\] {
  z-index: 100;
}
.z-\[19\] {
  z-index: 19;
}
.z-\[999\] {
  z-index: 999;
}
.float-right {
  float: right;
}
.m-0 {
  margin: 0px;
}
.m-auto {
  margin: auto;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-25px {
  margin-top: 1.563rem;
  margin-bottom: 1.563rem;
}
.my-30px {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.-ml-30px {
  margin-left: -1.875rem;
}
.-mr-5 {
  margin-right: -1.25rem;
}
.-mt-1 {
  margin-top: -0.25rem;
}
.-mt-6 {
  margin-top: -1.5rem;
}
.mb-0\.5 {
  margin-bottom: 0.125rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-15px {
  margin-bottom: 0.938rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-2\.5 {
  margin-bottom: 0.625rem;
}
.mb-25px {
  margin-bottom: 1.563rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-3\.5 {
  margin-bottom: 0.875rem;
}
.mb-30px {
  margin-bottom: 1.875rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-5px {
  margin-bottom: 5px;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-\[13\.5px\] {
  margin-bottom: 13.5px;
}
.mb-\[45px\] {
  margin-bottom: 45px;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-1\.5 {
  margin-left: 0.375rem;
}
.ml-10px {
  margin-left: 10px;
}
.ml-13px {
  margin-left: 13px;
}
.ml-15px {
  margin-left: 0.938rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-2\.5 {
  margin-left: 0.625rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-5 {
  margin-left: 1.25rem;
}
.ml-\[15px\] {
  margin-left: 15px;
}
.ml-\[5px\] {
  margin-left: 5px;
}
.ml-auto {
  margin-left: auto;
}
.mr-0 {
  margin-right: 0px;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-10px {
  margin-right: 10px;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-2\.5 {
  margin-right: 0.625rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mr-8 {
  margin-right: 2rem;
}
.mr-\[15px\] {
  margin-right: 15px;
}
.mt-0 {
  margin-top: 0px;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-1\.5 {
  margin-top: 0.375rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-13px {
  margin-top: 13px;
}
.mt-15px {
  margin-top: 0.938rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-2\.5 {
  margin-top: 0.625rem;
}
.mt-20px {
  margin-top: 20px;
}
.mt-25px {
  margin-top: 1.563rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-30px {
  margin-top: 1.875rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-40 {
  margin-top: 10rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-50px {
  margin-top: 3.125rem;
}
.mt-5px {
  margin-top: 5px;
}
.mt-6px {
  margin-top: 6px;
}
.mt-\[13\.5px\] {
  margin-top: 13.5px;
}
.mt-\[190px\] {
  margin-top: 190px;
}
.mt-\[45px\] {
  margin-top: 45px;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.hidden {
  display: none;
}
.h-1\.5 {
  height: 0.375rem;
}
.h-10 {
  height: 2.5rem;
}
.h-11 {
  height: 2.75rem;
}
.h-12 {
  height: 3rem;
}
.h-120px {
  height: 7.5rem;
}
.h-140px {
  height: 140px;
}
.h-20 {
  height: 5rem;
}
.h-20px {
  height: 20px;
}
.h-27px {
  height: 27px;
}
.h-3 {
  height: 0.75rem;
}
.h-30px {
  height: 1.875rem;
}
.h-33px {
  height: 2.063rem;
}
.h-36 {
  height: 9rem;
}
.h-46px {
  height: 2.875rem;
}
.h-49px {
  height: 3.063rem;
}
.h-5 {
  height: 1.25rem;
}
.h-50px {
  height: 3.125rem;
}
.h-52px {
  height: 3.25rem;
}
.h-56 {
  height: 14rem;
}
.h-6 {
  height: 1.5rem;
}
.h-60px {
  height: 60px;
}
.h-8 {
  height: 2rem;
}
.h-\[109px\] {
  height: 109px;
}
.h-\[13px\] {
  height: 13px;
}
.h-\[15px\] {
  height: 15px;
}
.h-\[16px\] {
  height: 16px;
}
.h-\[18px\] {
  height: 18px;
}
.h-\[20px\] {
  height: 20px;
}
.h-\[24px\] {
  height: 24px;
}
.h-\[27px\] {
  height: 27px;
}
.h-\[36px\] {
  height: 36px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[504px\] {
  height: 504px;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[52px\] {
  height: 52px;
}
.h-\[58px\] {
  height: 58px;
}
.h-\[72px\] {
  height: 72px;
}
.h-\[78px\] {
  height: 78px;
}
.h-\[99px\] {
  height: 99px;
}
.h-auto {
  height: auto;
}
.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.max-h-\[300px\] {
  max-height: 300px;
}
.max-h-\[90vh\] {
  max-height: 90vh;
}
.w-1\/4 {
  width: 25%;
}
.w-10 {
  width: 2.5rem;
}
.w-11\/12 {
  width: 91.666667%;
}
.w-12 {
  width: 3rem;
}
.w-140px {
  width: 140px;
}
.w-14px {
  width: 0.875rem;
}
.w-16 {
  width: 4rem;
}
.w-180px {
  width: 180px;
}
.w-195px {
  width: 12.188rem;
}
.w-2\.5 {
  width: 0.625rem;
}
.w-20 {
  width: 5rem;
}
.w-20px {
  width: 20px;
}
.w-264px {
  width: 16.5rem;
}
.w-28px {
  width: 1.75rem;
}
.w-3 {
  width: 0.75rem;
}
.w-30px {
  width: 1.875rem;
}
.w-325px {
  width: 325px;
}
.w-33px {
  width: 2.063rem;
}
.w-36 {
  width: 9rem;
}
.w-4\/12 {
  width: 33.333333%;
}
.w-44 {
  width: 11rem;
}
.w-48 {
  width: 12rem;
}
.w-5 {
  width: 1.25rem;
}
.w-50px {
  width: 3.125rem;
}
.w-58 {
  width: 14.5rem;
}
.w-6 {
  width: 1.5rem;
}
.w-8 {
  width: 2rem;
}
.w-\[109px\] {
  width: 109px;
}
.w-\[120px\] {
  width: 120px;
}
.w-\[15\] {
  width: 15;
}
.w-\[160px\] {
  width: 160px;
}
.w-\[172px\] {
  width: 172px;
}
.w-\[176px\] {
  width: 176px;
}
.w-\[200px\] {
  width: 200px;
}
.w-\[208px\] {
  width: 208px;
}
.w-\[24px\] {
  width: 24px;
}
.w-\[27px\] {
  width: 27px;
}
.w-\[36px\] {
  width: 36px;
}
.w-\[400px\] {
  width: 400px;
}
.w-\[40px\] {
  width: 40px;
}
.w-\[52px\] {
  width: 52px;
}
.w-\[58px\] {
  width: 58px;
}
.w-\[90px\] {
  width: 90px;
}
.w-\[fit\] {
  width: fit;
}
.w-auto {
  width: auto;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-max {
  width: -moz-max-content;
  width: max-content;
}
.w-screen {
  width: 100vw;
}
.max-w-490px {
  max-width: 490px;
}
.max-w-\[140px\] {
  max-width: 140px;
}
.max-w-\[160px\] {
  max-width: 160px;
}
.max-w-\[170px\] {
  max-width: 170px;
}
.max-w-\[21px\] {
  max-width: 21px;
}
.max-w-\[24px\] {
  max-width: 24px;
}
.max-w-\[28px\] {
  max-width: 28px;
}
.max-w-\[300px\] {
  max-width: 300px;
}
.max-w-\[32px\] {
  max-width: 32px;
}
.max-w-\[40px\] {
  max-width: 40px;
}
.max-w-\[44px\] {
  max-width: 44px;
}
.max-w-\[492px\] {
  max-width: 492px;
}
.max-w-\[90vw\] {
  max-width: 90vw;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-none {
  flex: none;
}
.flex-shrink {
  flex-shrink: 1;
}
.flex-grow {
  flex-grow: 1;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-1\/2 {
  --tw-translate-x: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-45 {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-default {
  cursor: default;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.resize-none {
  resize: none;
}
.resize {
  resize: both;
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-evenly {
  justify-content: space-evenly;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-10px {
  gap: 10px;
}
.gap-12px {
  gap: 0.75rem;
}
.gap-15px {
  gap: 0.938rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-25px {
  gap: 1.563rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-3\.5 {
  gap: 0.875rem;
}
.gap-30px {
  gap: 1.875rem;
}
.gap-32px {
  gap: 2rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-45px {
  gap: 45px;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-5px {
  gap: 5px;
}
.gap-8px {
  gap: 8px;
}
.gap-9px {
  gap: 9px;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-\[14px\] {
  gap: 14px;
}
.gap-\[25px\] {
  gap: 25px;
}
.gap-\[7px\] {
  gap: 7px;
}
.self-end {
  align-self: flex-end;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-scroll {
  overflow: scroll;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-line {
  white-space: pre-line;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.break-words {
  overflow-wrap: break-word;
}
.break-all {
  word-break: break-all;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-10px {
  border-radius: 0.625rem;
}
.rounded-2px {
  border-radius: 0.125rem;
}
.rounded-38px {
  border-radius: 2.375rem;
}
.rounded-40px {
  border-radius: 2.5rem;
}
.rounded-5px {
  border-radius: 0.313rem;
}
.rounded-7px {
  border-radius: 0.438rem;
}
.rounded-8px {
  border-radius: 0.5rem;
}
.rounded-\[14px\] {
  border-radius: 14px;
}
.rounded-\[20px\] {
  border-radius: 20px;
}
.rounded-\[32px\] {
  border-radius: 32px;
}
.rounded-\[40px\] {
  border-radius: 40px;
}
.rounded-\[50px\] {
  border-radius: 50px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-none {
  border-radius: 0px;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.rounded-t-2xl {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.rounded-bl-8px {
  border-bottom-left-radius: 0.5rem;
}
.rounded-bl-lg {
  border-bottom-left-radius: 0.5rem;
}
.rounded-br-8px {
  border-bottom-right-radius: 0.5rem;
}
.rounded-br-lg {
  border-bottom-right-radius: 0.5rem;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-4 {
  border-width: 4px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-l {
  border-left-width: 1px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-0 {
  border-top-width: 0px;
}
.border-solid {
  border-style: solid;
}
.border-dashed {
  border-style: dashed;
}
.border-\[\#E7E7E7\] {
  --tw-border-opacity: 1;
  border-color: rgb(231 231 231 / var(--tw-border-opacity));
}
.border-\[\#F3ECFD\] {
  --tw-border-opacity: 1;
  border-color: rgb(243 236 253 / var(--tw-border-opacity));
}
.border-\[\#FFE0CB\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 224 203 / var(--tw-border-opacity));
}
.border-border {
  --tw-border-opacity: 1;
  border-color: rgb(239 239 239 / var(--tw-border-opacity));
}
.border-greyCrad {
  --tw-border-opacity: 1;
  border-color: rgb(242 242 242 / var(--tw-border-opacity));
}
.border-mytgray {
  --tw-border-opacity: 1;
  border-color: rgb(232 233 237 / var(--tw-border-opacity));
}
.border-mytgrey-border {
  --tw-border-opacity: 1;
  border-color: rgb(239 239 239 / var(--tw-border-opacity));
}
.border-mytgrey-border\/70 {
  border-color: rgb(239 239 239 / 0.7);
}
.border-mytgrey-lite {
  --tw-border-opacity: 1;
  border-color: rgb(117 117 117 / var(--tw-border-opacity));
}
.border-mytorange-default {
  --tw-border-opacity: 1;
  border-color: rgb(238 115 27 / var(--tw-border-opacity));
}
.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(238 115 27 / var(--tw-border-opacity));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.bg-NoMsgColor {
  --tw-bg-opacity: 1;
  background-color: rgb(179 179 195 / var(--tw-bg-opacity));
}
.bg-\[\#8159F2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(129 89 242 / var(--tw-bg-opacity));
}
.bg-\[\#F4F4FB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 251 / var(--tw-bg-opacity));
}
.bg-\[\#F4F4Fb\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 251 / var(--tw-bg-opacity));
}
.bg-\[\#F8F8F8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity));
}
.bg-\[\#FBF9FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(251 249 255 / var(--tw-bg-opacity));
}
.bg-\[\#FCD757\] {
  --tw-bg-opacity: 1;
  background-color: rgb(252 215 87 / var(--tw-bg-opacity));
}
.bg-\[\#FF3131\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 49 49 / var(--tw-bg-opacity));
}
.bg-\[\#FFF7EA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 234 / var(--tw-bg-opacity));
}
.bg-\[\#FFF9F5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 249 245 / var(--tw-bg-opacity));
}
.bg-\[\#e0e0de\] {
  --tw-bg-opacity: 1;
  background-color: rgb(224 224 222 / var(--tw-bg-opacity));
}
.bg-\[\#e0e0e071\] {
  background-color: #e0e0e071;
}
.bg-adminButtonBg {
  --tw-bg-opacity: 1;
  background-color: rgb(129 89 242 / var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-black\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-black\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-lightGrey {
  --tw-bg-opacity: 1;
  background-color: rgb(232 233 237 / var(--tw-bg-opacity));
}
.bg-lightOrange {
  --tw-bg-opacity: 1;
  background-color: rgb(255 248 243 / var(--tw-bg-opacity));
}
.bg-mytAccountBg {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
}
.bg-mytChatBackground {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 251 / var(--tw-bg-opacity));
}
.bg-mytChatBlueBackground {
  --tw-bg-opacity: 1;
  background-color: rgb(0 133 255 / var(--tw-bg-opacity));
}
.bg-mytCommentBg {
  --tw-bg-opacity: 1;
  background-color: rgb(244 246 249 / var(--tw-bg-opacity));
}
.bg-mytGrayMessage {
  --tw-bg-opacity: 1;
  background-color: rgb(224 224 224 / var(--tw-bg-opacity));
}
.bg-mytHeaderBg {
  background-color: rgba(63, 69, 107, 0.5);
}
.bg-mytMyAccountBgSection {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
}
.bg-mytPressPurple {
  --tw-bg-opacity: 1;
  background-color: rgb(50 26 80 / var(--tw-bg-opacity));
}
.bg-mytPurpleBg {
  --tw-bg-opacity: 1;
  background-color: rgb(30 18 41 / var(--tw-bg-opacity));
}
.bg-mytRed {
  --tw-bg-opacity: 1;
  background-color: rgb(255 49 49 / var(--tw-bg-opacity));
}
.bg-mytblue {
  --tw-bg-opacity: 1;
  background-color: rgb(40 110 254 / var(--tw-bg-opacity));
}
.bg-mytgray {
  --tw-bg-opacity: 1;
  background-color: rgb(232 233 237 / var(--tw-bg-opacity));
}
.bg-mytgrey-card {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
}
.bg-pinnedChatsOval {
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 234 / var(--tw-bg-opacity));
}
.bg-pinnedChatsOvalCount {
  --tw-bg-opacity: 1;
  background-color: rgb(251 233 202 / var(--tw-bg-opacity));
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(238 115 27 / var(--tw-bg-opacity));
}
.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-slate-100 {
  --tw-gradient-from: #f1f5f9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(241 245 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-slate-50 {
  --tw-gradient-to: rgb(248 250 252 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f8fafc var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-slate-100 {
  --tw-gradient-to: #f1f5f9 var(--tw-gradient-to-position);
}
.bg-contain {
  background-size: contain;
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.bg-repeat {
  background-repeat: repeat;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.p-10px {
  padding: 10px;
}
.p-15px {
  padding: 0.938rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-2\.5 {
  padding: 0.625rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-7px {
  padding: 7px;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-12px {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-15px {
  padding-left: 0.938rem;
  padding-right: 0.938rem;
}
.px-17px {
  padding-left: 1.063rem;
  padding-right: 1.063rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-21px {
  padding-left: 1.313rem;
  padding-right: 1.313rem;
}
.px-25px {
  padding-left: 1.563rem;
  padding-right: 1.563rem;
}
.px-27px {
  padding-left: 27px;
  padding-right: 27px;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.px-30px {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
.px-3px {
  padding-left: 3px;
  padding-right: 3px;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-5px {
  padding-left: 5px;
  padding-right: 5px;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-7px {
  padding-left: 7px;
  padding-right: 7px;
}
.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}
.px-\[30px\] {
  padding-left: 30px;
  padding-right: 30px;
}
.px-\[48px\] {
  padding-left: 48px;
  padding-right: 48px;
}
.px-\[5px\] {
  padding-left: 5px;
  padding-right: 5px;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-13px {
  padding-top: 13px;
  padding-bottom: 13px;
}
.py-14px {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.py-15px {
  padding-top: 0.938rem;
  padding-bottom: 0.938rem;
}
.py-19px {
  padding-top: 19px;
  padding-bottom: 19px;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-25px {
  padding-top: 1.563rem;
  padding-bottom: 1.563rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-3px {
  padding-top: 3px;
  padding-bottom: 3px;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-7px {
  padding-top: 7px;
  padding-bottom: 7px;
}
.py-\[18px\] {
  padding-top: 18px;
  padding-bottom: 18px;
}
.py-\[22px\] {
  padding-top: 22px;
  padding-bottom: 22px;
}
.py-\[2px\] {
  padding-top: 2px;
  padding-bottom: 2px;
}
.py-\[5px\] {
  padding-top: 5px;
  padding-bottom: 5px;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-1\.5 {
  padding-bottom: 0.375rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-10\.5px {
  padding-bottom: 0.656rem;
}
.pb-11 {
  padding-bottom: 2.75rem;
}
.pb-11\.5px {
  padding-bottom: 11.5px;
}
.pb-15px {
  padding-bottom: 0.938rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-2\.5 {
  padding-bottom: 0.625rem;
}
.pb-25px {
  padding-bottom: 1.563rem;
}
.pb-3\.5 {
  padding-bottom: 0.875rem;
}
.pb-30px {
  padding-bottom: 1.875rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-5px {
  padding-bottom: 5px;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-97\.78px {
  padding-bottom: 97.78px;
}
.pb-9px {
  padding-bottom: 9px;
}
.pb-\[13px\] {
  padding-bottom: 13px;
}
.pb-px {
  padding-bottom: 1px;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pl-15px {
  padding-left: 0.938rem;
}
.pl-18px {
  padding-left: 1.125rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-2\.5 {
  padding-left: 0.625rem;
}
.pl-25px {
  padding-left: 1.563rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pl-\[13px\] {
  padding-left: 13px;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pr-1\.5 {
  padding-right: 0.375rem;
}
.pr-10 {
  padding-right: 2.5rem;
}
.pr-15px {
  padding-right: 0.938rem;
}
.pr-18px {
  padding-right: 1.125rem;
}
.pr-2\.5 {
  padding-right: 0.625rem;
}
.pr-25px {
  padding-right: 1.563rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-3\.5 {
  padding-right: 0.875rem;
}
.pr-5 {
  padding-right: 1.25rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-100px {
  padding-top: 6.25rem;
}
.pt-11 {
  padding-top: 2.75rem;
}
.pt-11\.5px {
  padding-top: 11.5px;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-12\.5px {
  padding-top: 12.5px;
}
.pt-15px {
  padding-top: 0.938rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-2\.5 {
  padding-top: 0.625rem;
}
.pt-25px {
  padding-top: 1.563rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-51px {
  padding-top: 51px;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-\[11px\] {
  padding-top: 11px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-middle {
  vertical-align: middle;
}
.font-inter {
  font-family: Inter;
}
.font-quincy {
  font-family: Quincy;
}
.text-10 {
  font-size: 0.625rem;
  line-height: 1;
}
.text-10px {
  font-size: 0.625rem;
}
.text-11 {
  font-size: 0.6875rem;
  line-height: 1;
}
.text-11px {
  font-size: 0.688rem;
}
.text-12\.5px {
  font-size: 0.78125rem;
  line-height: 1;
}
.text-12px {
  font-size: 12px;
}
.text-13 {
  font-size: 0.8125rem;
  line-height: 1.25;
}
.text-13\.5 {
  font-size: 0.84375rem;
  line-height: 1.25;
}
.text-13\.5px {
  font-size: 13.5px;
}
.text-13px {
  font-size: 13px;
}
.text-14\.5px {
  font-size: 0.90625rem;
  line-height: 1.5;
}
.text-14px {
  font-size: 14px;
}
.text-15 {
  font-size: 0.9375rem;
  line-height: 1;
}
.text-15\.5px {
  font-size: 15.5px;
}
.text-15px {
  font-size: 0.9375rem;
}
.text-17px {
  font-size: 1.0625rem;
  line-height: 1;
}
.text-18\.5px {
  font-size: 1.156rem;
}
.text-18px {
  font-size: 1.125rem;
  line-height: 1;
}
.text-19px {
  font-size: 1.1875rem;
  line-height: 1;
}
.text-22px {
  font-size: 1.375rem;
}
.text-25px {
  font-size: 1.563rem;
}
.text-42px {
  font-size: 42px;
  line-height: 53px;
}
.text-9 {
  font-size: 0.5625rem;
  line-height: 1;
}
.text-9px {
  font-size: 0.563rem;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-\[12\.5px\] {
  font-size: 12.5px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[14\.5px\] {
  font-size: 14.5px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[8\.5px\] {
  font-size: 8.5px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-\[550\] {
  font-weight: 550;
}
.font-\[560\] {
  font-weight: 560;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.not-italic {
  font-style: normal;
}
.leading-13px {
  line-height: 0.813rem;
}
.leading-15px {
  line-height: 0.938rem;
}
.leading-17px {
  line-height: 1.063rem;
}
.leading-18px {
  line-height: 18px;
}
.leading-22px {
  line-height: 1.375rem;
}
.leading-25px {
  line-height: 25px;
}
.leading-26px {
  line-height: 26px;
}
.leading-27px {
  line-height: 1.688rem;
}
.leading-3 {
  line-height: .75rem;
}
.leading-30px {
  line-height: 1.875rem;
}
.leading-4 {
  line-height: 1rem;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-56px {
  line-height: 56px;
}
.leading-\[15px\] {
  line-height: 15px;
}
.leading-\[22px\] {
  line-height: 22px;
}
.leading-\[24px\] {
  line-height: 24px;
}
.leading-\[normal\] {
  line-height: normal;
}
.leading-none {
  line-height: 1;
}
.leading-normal {
  line-height: 1.5;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-\[0\.233px\] {
  letter-spacing: 0.233px;
}
.text-\[\#151536\] {
  --tw-text-opacity: 1;
  color: rgb(21 21 54 / var(--tw-text-opacity));
}
.text-\[\#203250\] {
  --tw-text-opacity: 1;
  color: rgb(32 50 80 / var(--tw-text-opacity));
}
.text-\[\#3C310C\] {
  --tw-text-opacity: 1;
  color: rgb(60 49 12 / var(--tw-text-opacity));
}
.text-\[\#5A5A5A\] {
  --tw-text-opacity: 1;
  color: rgb(90 90 90 / var(--tw-text-opacity));
}
.text-\[\#777\] {
  --tw-text-opacity: 1;
  color: rgb(119 119 119 / var(--tw-text-opacity));
}
.text-\[\#7D4AC3\] {
  --tw-text-opacity: 1;
  color: rgb(125 74 195 / var(--tw-text-opacity));
}
.text-\[\#9F9F9F\] {
  --tw-text-opacity: 1;
  color: rgb(159 159 159 / var(--tw-text-opacity));
}
.text-\[\#A8A8A8\] {
  --tw-text-opacity: 1;
  color: rgb(168 168 168 / var(--tw-text-opacity));
}
.text-\[\#EE731B\] {
  --tw-text-opacity: 1;
  color: rgb(238 115 27 / var(--tw-text-opacity));
}
.text-\[\#FF3C3C\] {
  --tw-text-opacity: 1;
  color: rgb(255 60 60 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-color_fb {
  --tw-text-opacity: 1;
  color: rgb(24 119 242 / var(--tw-text-opacity));
}
.text-color_share_red {
  --tw-text-opacity: 1;
  color: rgb(255 102 109 / var(--tw-text-opacity));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-liteGrey {
  --tw-text-opacity: 1;
  color: rgb(117 117 117 / var(--tw-text-opacity));
}
.text-manatee {
  --tw-text-opacity: 1;
  color: rgb(148 150 154 / var(--tw-text-opacity));
}
.text-mytAccountBorderBtnText {
  --tw-text-opacity: 1;
  color: rgb(21 21 54 / var(--tw-text-opacity));
}
.text-mytBlackMedium {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
.text-mytChatText {
  --tw-text-opacity: 1;
  color: rgb(88 99 131 / var(--tw-text-opacity));
}
.text-mytColorWhatsApp {
  --tw-text-opacity: 1;
  color: rgb(37 211 102 / var(--tw-text-opacity));
}
.text-mytCommentText {
  --tw-text-opacity: 1;
  color: rgb(91 105 127 / var(--tw-text-opacity));
}
.text-mytCommentTextsubtitle {
  --tw-text-opacity: 1;
  color: rgb(134 145 162 / var(--tw-text-opacity));
}
.text-mytDollarRate {
  --tw-text-opacity: 1;
  color: rgb(183 183 183 / var(--tw-text-opacity));
}
.text-mytLabel {
  --tw-text-opacity: 1;
  color: rgb(38 65 80 / var(--tw-text-opacity));
}
.text-mytPressPurple {
  --tw-text-opacity: 1;
  color: rgb(50 26 80 / var(--tw-text-opacity));
}
.text-mytRed {
  --tw-text-opacity: 1;
  color: rgb(255 49 49 / var(--tw-text-opacity));
}
.text-mytTeacherTxt {
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / var(--tw-text-opacity));
}
.text-mytblack {
  --tw-text-opacity: 1;
  color: rgb(56 65 105 / var(--tw-text-opacity));
}
.text-mytgrey-grayLite2 {
  --tw-text-opacity: 1;
  color: rgb(153 154 158 / var(--tw-text-opacity));
}
.text-mytgrey-lite {
  --tw-text-opacity: 1;
  color: rgb(117 117 117 / var(--tw-text-opacity));
}
.text-mytorange-default {
  --tw-text-opacity: 1;
  color: rgb(238 115 27 / var(--tw-text-opacity));
}
.text-mytpurple {
  --tw-text-opacity: 1;
  color: rgb(50 26 80 / var(--tw-text-opacity));
}
.text-primary {
  --tw-text-opacity: 1;
  color: rgb(238 115 27 / var(--tw-text-opacity));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-opacity-20 {
  --tw-text-opacity: 0.2;
}
.underline {
  text-decoration-line: underline;
}
.no-underline {
  text-decoration-line: none;
}
.decoration-2 {
  text-decoration-thickness: 2px;
}
.underline-offset-4 {
  text-underline-offset: 4px;
}
.underline-offset-\[14px\] {
  text-underline-offset: 14px;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-20 {
  opacity: 0.2;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-70 {
  opacity: 0.7;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

/*  custom css for new website */


body {
  font-family: Inter;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
}
@media screen and (max-width:840px) {
    body{
        overflow-x: hidden;
        overflow-y: auto;
    }
}

.copyright {
  line-height: 20px;
  color: #9e9e9e;
}

/* for dashboard */

/* css for checkbox */


.moblileHeaderMenu {
  height: calc(100vh - 180px);
  overflow-y: scroll;
}


/* scroll bar css */

body::-webkit-scrollbar {
  width: 8px;
  background: rgba(228, 228, 228, 0.747);
}
body::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(228, 228, 228, 0.747);
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgb(104, 104, 104, 0.4);
  border-radius: 15px;
}

body::-webkit-scrollbar-thumb {
  border-radius: 15px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background: #bdbdbd;
}



/* default checkbox */


/* diable Checkbox */


/* css code for radio button */

/* .custom_radio{
    margin: 20px;
 } */


/* onboarding flow css */

/* css for onboarding signup page */


/* .container{
  width: 100%;
  height: 40px;
  position: relative;
  color: black;
  background: red;
} 
  
.star-widget{
  font-size: 40px;
}
.star-widget:hover {
  .full {
    color: $color-hover;
  }
}
.star-item{

}
  color $color-gray
  cursor pointer
  padding 1px
  box-sizing border-box
  &.full 
    transition 0.25s all
    color $color-yellow */


/* @media (max-width: 384px) {
    .leftStepLine {
        margin-top: -27px;
    }
    .rightStepLine {
        margin-top: -27px;
    }
} */


/* toggle switch */

/*------ ADDED CSS ---------*/


/* changes from the production branch */


.tooltip {
  position: relative;
  cursor: pointer;
}

/* tooltip media query */


.navDropDownItem:hover div svg path {
  stroke: #ee731b;
}

.navDropDownItem:hover div.see-all-link-dashboard svg path,
.chat-svg:hover div.see-all-link-dashboard svg path {
  stroke: #7d4ac3;
}
.navDropDownItem:hover div.see-all-link-dashboard:hover svg path,
.chat-svg:hover div.see-all-link-dashboard:hover svg path {
  stroke: #ada6f9;
}

.navDropDownItem:hover,
.navDropDownItem a:hover {
  color: #ee731b;
}
/* for demo only */


/* react tooltip css */


input[type="date"]::-webkit-calendar-picker-indicator {
  width: auto;
  height: auto;
  background: transparent;
  color: transparent;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  outline: none;
}

input[type="date"]::-webkit-calendar-picker-indicator:hover {
  outline: none;
  border: none;
  box-shadow: none;
}
input[type="date"]::-webkit-calendar-picker-indicator:visited {
  outline: none;
  border: none;
  box-shadow: none;
}

.chat-count-size {
  font-size: 12.5px;
}

body::-webkit-scrollbar {
  width: 8px;
  background: rgba(228, 228, 228, 0.747);
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgb(104, 104, 104, 0.4);
  border-radius: 15px;
}

body::-webkit-scrollbar-thumb {
  border-radius: 15px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.8);
  background: rgba(148, 148, 148, 0.8);
}
.day-slot-height {
      height: 20px;
    /* height: 20px; */
     overflow: hidden;
     text-overflow: ellipsis;
     display: -webkit-box;
     -webkit-line-clamp: 1; /* number of lines to show */
     -webkit-box-orient: vertical;
     font-family: 'Inter';
    font-style: normal;
     font-weight: 500;
    font-size: 13.5px;
    /* line-height: 16px; */
     color: #888888;
   }
   .groupClassesCard:last-child {
      margin-right: 25px;
    }

  
.ellipsisDots {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsis{
  width: 222px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.group-btn-text{
  color: #ffffff !important;
  font-weight: 600 !important;
}
.message-width{
    width: 100% !important;
}
/* css for goals popup last child */

@media (max-width: 500px) {
  .timeBtnActive {
    padding: 9.5px 12px;
  }
  .timeBtn {
    padding: 9.5px 12px;
  }
}

@keyframes groupClassSidebarAnimation {
  from {
    transform: translate(200%, 0);
    opacity: 0;
  }
  to {
    transform: translate(0%, 0);
    opacity: 1;
  }
}
/* welcome page css */

.lazyLoadingImg
{
    max-width: 100%;
    height: 100%;
    width: 100%;
}

/* .bg-new_logo {
  width: 26px; height: 16px;
  background: url('https://images.myyogateacher.com/web_images/pride-test-iimg.png') -66px -63px;
  object-fit: none;
  padding: 10px;
} */
/* .bg-MYT_Logo {
  width: 232px; height: 25px;
  background: url('https://images.myyogateacher.com/web_images/pride-test-iimg.png') -4px 0px;
  object-fit: none;
  padding: 15px;
  background-size: cover;
}
.bg-mobileHeaderIcon {
  width: 36px; height: 22px;
  background: url('https://images.myyogateacher.com/web_images/pride-test-iimg.png') -10px -55px;
  object-fit: none;
  padding: 20px;
} */

/* .bg-facebook_icon {
  width: 28px; height: 28px;
  background: url('https://images.myyogateacher.com/web_images/pride-test-iimg.png') -10px -107px;
  object-fit: none;
  
} */
/* @media only screen and (max-width :1024px ) and  (min-width: 640px){
  .bg-MYT_Logo {
    width: 232px; height: 25px;
    background: url('https://images.myyogateacher.com/web_images/pride-test-iimg.png') -3px 2px;
    object-fit: none;
    background-size: cover;
    padding: 11px;
  }
} */
.hover\:rounded-t-lg:hover {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.hover\:bg-\[\#0a75bf2b\]:hover {
  background-color: #0a75bf2b;
}
.hover\:bg-\[\#F3F3F3\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity));
}
.hover\:bg-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.hover\:bg-lightOrange:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 248 243 / var(--tw-bg-opacity));
}
.hover\:bg-mytMyAccountBgSection:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
}
.hover\:bg-mytgrey-card:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
}
.hover\:text-\[\#EE731B\]:hover {
  --tw-text-opacity: 1;
  color: rgb(238 115 27 / var(--tw-text-opacity));
}
.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.hover\:text-mytpurple:hover {
  --tw-text-opacity: 1;
  color: rgb(50 26 80 / var(--tw-text-opacity));
}
.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(238 115 27 / var(--tw-text-opacity));
}
.hover\:opacity-100:hover {
  opacity: 1;
}
.hover\:opacity-60:hover {
  opacity: 0.6;
}
.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}
@media (min-width: 1px) {

  .zm\:-left-6 {
    left: -1.5rem;
  }

  .zm\:-left-7 {
    left: -1.75rem;
  }

  .zm\:-left-\[100px\] {
    left: -100px;
  }

  .zm\:bottom-0 {
    bottom: 0px;
  }

  .zm\:bottom-\[102px\] {
    bottom: 102px;
  }

  .zm\:left-auto {
    left: auto;
  }

  .zm\:right-0 {
    right: 0px;
  }

  .zm\:right-1 {
    right: 0.25rem;
  }

  .zm\:top-1 {
    top: 0.25rem;
  }

  .zm\:top-150px {
    top: 9.375rem;
  }

  .zm\:top-33px {
    top: 2.063rem;
  }

  .zm\:top-\[102px\] {
    top: 102px;
  }

  .zm\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .zm\:mx-25px {
    margin-left: 1.563rem;
    margin-right: 1.563rem;
  }

  .zm\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .zm\:-mt-2 {
    margin-top: -0.5rem;
  }

  .zm\:mb-0 {
    margin-bottom: 0px;
  }

  .zm\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .zm\:mb-15px {
    margin-bottom: 0.938rem;
  }

  .zm\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }

  .zm\:mb-3\.5 {
    margin-bottom: 0.875rem;
  }

  .zm\:ml-2 {
    margin-left: 0.5rem;
  }

  .zm\:ml-2\.5 {
    margin-left: 0.625rem;
  }

  .zm\:ml-25px {
    margin-left: 1.563rem;
  }

  .zm\:ml-30px {
    margin-left: 1.875rem;
  }

  .zm\:mt-0 {
    margin-top: 0px;
  }

  .zm\:mt-15px {
    margin-top: 0.938rem;
  }

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

  .zm\:block {
    display: block;
  }

  .zm\:flex {
    display: flex;
  }

  .zm\:hidden {
    display: none;
  }

  .zm\:h-10 {
    height: 2.5rem;
  }

  .zm\:h-140px {
    height: 140px;
  }

  .zm\:h-16 {
    height: 4rem;
  }

  .zm\:h-20 {
    height: 5rem;
  }

  .zm\:h-49px {
    height: 3.063rem;
  }

  .zm\:h-5 {
    height: 1.25rem;
  }

  .zm\:h-52px {
    height: 3.25rem;
  }

  .zm\:h-\[85\%\] {
    height: 85%;
  }

  .zm\:h-auto {
    height: auto;
  }

  .zm\:h-full {
    height: 100%;
  }

  .zm\:max-h-\[52px\] {
    max-height: 52px;
  }

  .zm\:max-h-full {
    max-height: 100%;
  }

  .zm\:w-10 {
    width: 2.5rem;
  }

  .zm\:w-100px {
    width: 6.25rem;
  }

  .zm\:w-264px {
    width: 16.5rem;
  }

  .zm\:w-52px {
    width: 3.25rem;
  }

  .zm\:w-\[52px\] {
    width: 52px;
  }

  .zm\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }

  .zm\:w-full {
    width: 100%;
  }

  .zm\:w-screen {
    width: 100vw;
  }

  .zm\:max-w-\[200px\] {
    max-width: 200px;
  }

  .zm\:max-w-\[52px\] {
    max-width: 52px;
  }

  .zm\:flex-row {
    flex-direction: row;
  }

  .zm\:flex-col {
    flex-direction: column;
  }

  .zm\:items-end {
    align-items: flex-end;
  }

  .zm\:justify-between {
    justify-content: space-between;
  }

  .zm\:gap-15px {
    gap: 0.938rem;
  }

  .zm\:gap-8 {
    gap: 2rem;
  }

  .zm\:gap-\[15px\] {
    gap: 15px;
  }

  .zm\:rounded-10px {
    border-radius: 0.625rem;
  }

  .zm\:rounded-b-none {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .zm\:rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .zm\:rounded-t-none {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .zm\:rounded-tl-8px {
    border-top-left-radius: 0.5rem;
  }

  .zm\:rounded-tr-8px {
    border-top-right-radius: 0.5rem;
  }

  .zm\:border {
    border-width: 1px;
  }

  .zm\:border-b {
    border-bottom-width: 1px;
  }

  .zm\:border-none {
    border-style: none;
  }

  .zm\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

  .zm\:bg-mytChatBackgroundImage {
    background-image: url('https://images.myyogateacher.com/chat/chatBackgroundImage.png');
  }

  .zm\:p-0 {
    padding: 0px;
  }

  .zm\:px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .zm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .zm\:px-10px {
    padding-left: 10px;
    padding-right: 10px;
  }

  .zm\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .zm\:px-25px {
    padding-left: 1.563rem;
    padding-right: 1.563rem;
  }

  .zm\:px-30px {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .zm\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .zm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .zm\:px-\[30px\] {
    padding-left: 30px;
    padding-right: 30px;
  }

  .zm\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .zm\:py-20px {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .zm\:py-7px {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .zm\:py-\[18px\] {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .zm\:pb-0 {
    padding-bottom: 0px;
  }

  .zm\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .zm\:pb-20 {
    padding-bottom: 5rem;
  }

  .zm\:pb-25px {
    padding-bottom: 1.563rem;
  }

  .zm\:pb-30px {
    padding-bottom: 1.875rem;
  }

  .zm\:pb-40 {
    padding-bottom: 10rem;
  }

  .zm\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .zm\:pb-\[60px\] {
    padding-bottom: 60px;
  }

  .zm\:pl-0 {
    padding-left: 0px;
  }

  .zm\:pl-2 {
    padding-left: 0.5rem;
  }

  .zm\:pr-15px {
    padding-right: 0.938rem;
  }

  .zm\:pt-15px {
    padding-top: 0.938rem;
  }

  .zm\:pt-2\.5 {
    padding-top: 0.625rem;
  }

  .zm\:pt-3\.5 {
    padding-top: 0.875rem;
  }

  .zm\:pt-4 {
    padding-top: 1rem;
  }

  .zm\:pt-5 {
    padding-top: 1.25rem;
  }

  .zm\:text-left {
    text-align: left;
  }

  .zm\:text-15px {
    font-size: 0.9375rem;
  }

  .zm\:text-17 {
    font-size: 1.0625rem;
    line-height: 1.5;
  }

  .zm\:text-17px {
    font-size: 1.0625rem;
    line-height: 1;
  }

  .zm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .zm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .zm\:font-extrabold {
    font-weight: 800;
  }

  .zm\:font-semibold {
    font-weight: 600;
  }

  .zm\:leading-18px {
    line-height: 18px;
  }

  .zm\:leading-5 {
    line-height: 1.25rem;
  }

  .zm\:shadow-borderShadow {
    --tw-shadow: 0px 2px 4px rgba(188, 188, 188, 0.12);
    --tw-shadow-colored: 0px 2px 4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}
@media (min-width: 640px) {

  .sm\:mr-11 {
    margin-right: 2.75rem;
  }

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:w-585px {
    width: 585px;
  }

  .sm\:w-full {
    width: 100%;
  }

  .sm\:px-22px {
    padding-left: 22px;
    padding-right: 22px;
  }

  .sm\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:pb-13px {
    padding-bottom: 13px;
  }

  .sm\:pb-2\.5 {
    padding-bottom: 0.625rem;
  }

  .sm\:pl-7 {
    padding-left: 1.75rem;
  }

  .sm\:pr-0 {
    padding-right: 0px;
  }

  .sm\:pt-3\.5 {
    padding-top: 0.875rem;
  }

  .sm\:pt-5 {
    padding-top: 1.25rem;
  }

  .sm\:text-left {
    text-align: left;
  }

  .sm\:text-justify {
    text-align: justify;
  }

  .sm\:text-15px {
    font-size: 0.9375rem;
  }

  .sm\:text-17px {
    font-size: 1.0625rem;
    line-height: 1;
  }

  .sm\:text-56px {
    font-size: 56px;
    line-height: 56px;
  }

  .sm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 768px) {

  .md\:inset-x-auto {
    left: auto;
    right: auto;
  }

  .md\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .md\:-right-0\.5 {
    right: -0.125rem;
  }

  .md\:-top-\[134px\] {
    top: -134px;
  }

  .md\:bottom-\[77px\] {
    bottom: 77px;
  }

  .md\:right-4 {
    right: 1rem;
  }

  .md\:top-0 {
    top: 0px;
  }

  .md\:top-3 {
    top: 0.75rem;
  }

  .md\:top-36 {
    top: 9rem;
  }

  .md\:top-6 {
    top: 1.5rem;
  }

  .md\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:-mr-5 {
    margin-right: -1.25rem;
  }

  .md\:-mt-1 {
    margin-top: -0.25rem;
  }

  .md\:mb-1\.5 {
    margin-bottom: 0.375rem;
  }

  .md\:mb-25px {
    margin-bottom: 1.563rem;
  }

  .md\:mb-30px {
    margin-bottom: 1.875rem;
  }

  .md\:ml-10 {
    margin-left: 2.5rem;
  }

  .md\:ml-11px {
    margin-left: 11px;
  }

  .md\:ml-3 {
    margin-left: 0.75rem;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:mt-1 {
    margin-top: 0.25rem;
  }

  .md\:mt-10 {
    margin-top: 2.5rem;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-19px {
    height: 19px;
  }

  .md\:h-56px {
    height: 3.5rem;
  }

  .md\:h-60px {
    height: 60px;
  }

  .md\:h-8 {
    height: 2rem;
  }

  .md\:h-88px {
    height: 88px;
  }

  .md\:h-96 {
    height: 24rem;
  }

  .md\:h-\[230px\] {
    height: 230px;
  }

  .md\:h-\[268px\] {
    height: 268px;
  }

  .md\:h-\[341px\] {
    height: 341px;
  }

  .md\:h-\[361px\] {
    height: 361px;
  }

  .md\:h-\[430px\] {
    height: 430px;
  }

  .md\:h-\[60px\] {
    height: 60px;
  }

  .md\:h-\[66px\] {
    height: 66px;
  }

  .md\:h-\[85\%\] {
    height: 85%;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:max-h-600px {
    max-height: 37.5rem;
  }

  .md\:max-h-\[500px\] {
    max-height: 500px;
  }

  .md\:w-104px {
    width: 6.5rem;
  }

  .md\:w-120px {
    width: 7.5rem;
  }

  .md\:w-450px {
    width: 28.125rem;
  }

  .md\:w-482px {
    width: 30.125rem;
  }

  .md\:w-492px {
    width: 30.75rem;
  }

  .md\:w-56px {
    width: 3.5rem;
  }

  .md\:w-72 {
    width: 18rem;
  }

  .md\:w-8 {
    width: 2rem;
  }

  .md\:w-96 {
    width: 24rem;
  }

  .md\:w-\[448px\] {
    width: 448px;
  }

  .md\:w-\[492px\] {
    width: 492px;
  }

  .md\:w-\[60px\] {
    width: 60px;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:max-w-\[140px\] {
    max-width: 140px;
  }

  .md\:max-w-\[480px\] {
    max-width: 480px;
  }

  .md\:max-w-full {
    max-width: 100%;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:flex-col {
    flex-direction: column;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:justify-end {
    justify-content: flex-end;
  }

  .md\:gap-15px {
    gap: 0.938rem;
  }

  .md\:gap-2\.5 {
    gap: 0.625rem;
  }

  .md\:overflow-auto {
    overflow: auto;
  }

  .md\:rounded-10px {
    border-radius: 0.625rem;
  }

  .md\:rounded-lg {
    border-radius: 0.5rem;
  }

  .md\:rounded-md {
    border-radius: 0.375rem;
  }

  .md\:rounded-t-10px {
    border-top-left-radius: 0.625rem;
    border-top-right-radius: 0.625rem;
  }

  .md\:border {
    border-width: 1px;
  }

  .md\:border-0 {
    border-width: 0px;
  }

  .md\:border-b {
    border-bottom-width: 1px;
  }

  .md\:border-t {
    border-top-width: 1px;
  }

  .md\:border-none {
    border-style: none;
  }

  .md\:bg-mytAccountBg {
    --tw-bg-opacity: 1;
    background-color: rgb(246 246 246 / var(--tw-bg-opacity));
  }

  .md\:bg-transparent {
    background-color: transparent;
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:px-20px {
    padding-left: 20px;
    padding-right: 20px;
  }

  .md\:px-25px {
    padding-left: 1.563rem;
    padding-right: 1.563rem;
  }

  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md\:py-15px {
    padding-top: 0.938rem;
    padding-bottom: 0.938rem;
  }

  .md\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:pb-0 {
    padding-bottom: 0px;
  }

  .md\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .md\:pb-30px {
    padding-bottom: 1.875rem;
  }

  .md\:pb-4 {
    padding-bottom: 1rem;
  }

  .md\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .md\:pb-\[13\.5px\] {
    padding-bottom: 13.5px;
  }

  .md\:pl-4 {
    padding-left: 1rem;
  }

  .md\:pr-3\.5 {
    padding-right: 0.875rem;
  }

  .md\:pt-0 {
    padding-top: 0px;
  }

  .md\:pt-110px {
    padding-top: 110px;
  }

  .md\:pt-14 {
    padding-top: 3.5rem;
  }

  .md\:pt-14\.5px {
    padding-top: 0.906rem;
  }

  .md\:pt-3 {
    padding-top: 0.75rem;
  }

  .md\:pt-5 {
    padding-top: 1.25rem;
  }

  .md\:text-center {
    text-align: center;
  }

  .md\:text-13 {
    font-size: 0.8125rem;
    line-height: 1.25;
  }

  .md\:text-13\.5px {
    font-size: 13.5px;
  }

  .md\:text-15 {
    font-size: 0.9375rem;
    line-height: 1;
  }

  .md\:text-15\.5px {
    font-size: 15.5px;
  }

  .md\:text-15px {
    font-size: 0.9375rem;
  }

  .md\:text-18\.5 {
    font-size: 1.156rem;
    line-height: 1;
  }

  .md\:text-19px {
    font-size: 1.1875rem;
    line-height: 1;
  }

  .md\:font-medium {
    font-weight: 500;
  }

  .md\:font-semibold {
    font-weight: 600;
  }

  .md\:leading-18px {
    line-height: 18px;
  }

  .md\:leading-5 {
    line-height: 1.25rem;
  }

  .md\:leading-6 {
    line-height: 1.5rem;
  }

  .md\:leading-\[22px\] {
    line-height: 22px;
  }

  .md\:shadow-none {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}
@media (min-width: 840px) {

  .midTable\:fixed {
    position: fixed;
  }

  .midTable\:sticky {
    position: sticky;
  }

  .midTable\:-left-24 {
    left: -6rem;
  }

  .midTable\:left-0 {
    left: 0px;
  }

  .midTable\:right-auto {
    right: auto;
  }

  .midTable\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .midTable\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .midTable\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .midTable\:ml-2\.5 {
    margin-left: 0.625rem;
  }

  .midTable\:mr-2\.5 {
    margin-right: 0.625rem;
  }

  .midTable\:mt-0 {
    margin-top: 0px;
  }

  .midTable\:block {
    display: block;
  }

  .midTable\:flex {
    display: flex;
  }

  .midTable\:hidden {
    display: none;
  }

  .midTable\:h-26px {
    height: 26px;
  }

  .midTable\:h-full {
    height: 100%;
  }

  .midTable\:max-h-\[28px\] {
    max-height: 28px;
  }

  .midTable\:w-7 {
    width: 1.75rem;
  }

  .midTable\:w-72 {
    width: 18rem;
  }

  .midTable\:w-\[300px\] {
    width: 300px;
  }

  .midTable\:max-w-\[28px\] {
    max-width: 28px;
  }

  .midTable\:border-none {
    border-style: none;
  }

  .midTable\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

  .midTable\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .midTable\:py-5px {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .midTable\:pb-25px {
    padding-bottom: 1.563rem;
  }

  .midTable\:pl-2\.5 {
    padding-left: 0.625rem;
  }

  .midTable\:pl-35px {
    padding-left: 2.188rem;
  }

  .midTable\:pl-5 {
    padding-left: 1.25rem;
  }

  .midTable\:pr-19px {
    padding-right: 19px;
  }

  .midTable\:pr-2\.5 {
    padding-right: 0.625rem;
  }

  .midTable\:pt-5 {
    padding-top: 1.25rem;
  }

  .midTable\:shadow-borderShadow {
    --tw-shadow: 0px 2px 4px rgba(188, 188, 188, 0.12);
    --tw-shadow-colored: 0px 2px 4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}
@media (min-width: 1024px) {

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-20 {
    height: 5rem;
  }

  .lg\:max-h-\[500px\] {
    max-height: 500px;
  }

  .lg\:w-\[330px\] {
    width: 330px;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:gap-2 {
    gap: 0.5rem;
  }
}
@media (min-width: 1280px) {

  .xl\:gap-10 {
    gap: 2.5rem;
  }

  .xl\:pl-0 {
    padding-left: 0px;
  }
}
.rtl\:rotate-180:where([dir="rtl"], [dir="rtl"] *) {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
