.container-acc {
    padding-top: 51px;
}

.access-title {
    color: darkred;
    font-size: 200%;
    position: absolute;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    padding-bottom: 2%;
}

.error-role {
    color: #636b6f;
    font-size: 200%;
    text-align: center;
    padding-top: 2%;
    padding-bottom: 4%;
}

.access-role {
    width: max-content;
}

@media screen and (max-width: 930px) {
    .access-role {
        line-height: 35px;
    }
}

.user-role {
    width: max-content;
}

@media screen and (max-width: 1230px) {
    .user-role {
        display: inherit;
        padding-top: 2%;
    }
}

@media screen and (max-width: 600px) {
    .return-profile {
        padding-top: 3%;
    }

    .user-role {
        padding-top: 3%;
    }
}

.return-profile {
    width: max-content;
    display: inherit;
    padding-top: 2%;
}

@media (max-width: 414px) {
    .settings {
        width: 100%;
        display: inline-block;
        position: relative;
        z-index: 10;
    }

    .settings img {
        width: 92%;
    }
}

.download-btn {
    padding: 10px 20px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    background-repeat: repeat-x;
    background: #5cb85c;
    border: 1px solid #5cb85c;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 1px 1px rgba(0, 0, 0, 0.075);
}

.download-btn:hover {
    color: #5cb85c !important;
    background: #fff !important;
    text-decoration: none !important;
}

#input-student_id {
    box-sizing: border-box;
    height: 30px;
    line-height: 1.5;
    border-radius: 3px;
    display: block;
    width: 100%;
    height: 34px;
    padding-left: 5px;
    font-size: 14px;
    color: #555555;

    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.show-description {
    display: block !important;
}

/*  */
.note_title {
    text-align: center;
}

.blockTitleGroup {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;

    margin: 0 auto;
}

.itemTitle {
    text-align: center;
    border-top: 1px solid #cecece;
    padding: 50px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.titleItem {
    color: #fff;
    text-align: center;

    font-family: Lato;
    font-weight: Bold;
    font-size: 28px;
}

.titleItem--md {
    font-size: 22px;
}

.imgSpace {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 520px;
    height: 100px;
    max-width: 100%;
    max-height: 100%;
    margin: 25px 80px;
    cursor: url(../img/homePage/cursorCustom.svg), pointer;
}

.imgSpace a {
    cursor: inherit;
    color: #fff;
    display: flex;
}

.imgSpace--home {
    background: no-repeat url(../img/homePage/buttonHome.svg);
}

.imgSpace--home:hover {
    background: no-repeat url(../img/homePage/buttonHomeHover.svg);
}

.imgSpace--exer {
    background: no-repeat url(../img/homePage/buttonExercise.svg);
}

.imgSpace--exer:hover {
    background: no-repeat url(../img/homePage/buttonExerciseHover.svg);
}

.imgSpace--play {
    background: no-repeat url(../img/homePage/buttonPlay.svg);
}

.imgSpace--play:hover {
    background: no-repeat url(../img/homePage/buttonPlayHover.svg);
}

.imgSpace--col {
    background: no-repeat url(../img/homePage/buttonColection.svg);
}

.imgSpace--col:hover {
    background: no-repeat url(../img/homePage/buttonColectionHover.svg);
}

.groupName {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.groupName span {
    margin: 0 5px;
}

.groupCountMsg,
.list-group-msg {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.msgCountItem {
    width: 24px;
    height: 24px;
    max-width: 100%;
    max-height: 100%;
    font-size: 12px;
    background-color: #fc4848;
    border-radius: 50%;
    color: #fff;
    padding: 1px;
    text-align: center;
    font-weight: 900;
}

.fillMoney:hover {
    color: #ffd71e;
}

/* stickers */

.inner_blockStickers {
    /* display: flex;
    flex-wrap: wrap; */
    color: #fff;
    display: flex;
}

.leftSpace {
    /* display: flex;
    flex-direction: column;
    flex-wrap: wrap; */
    width: 920px;
    max-width: 100%;
    margin-right: 13px;
}

.leftSpace--question {
    width: 100%;
}

.rightSpace {
    display: flex;
    flex-direction: column;
    width: 296px;
    max-width: 100%;
    height: auto;
}

.titleStickers {
    display: flex;
    flex-direction: column;
    color: #fff;
}

.titleStickers h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
}

.titleStickers p {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
}

/* .elemStickers {
  background: no-repeat url(../img/stickers/border.svg);
  padding: 13px 30px;
  margin: 8px 8px 0 0;
}
.rightSpace .elemStickers {
  padding: 13px 20px;
} */

.countLife {
    margin-top: 16px;
    font-weight: 700;
    font-size: 18px;
}

.countPrise {
    margin: 15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

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

.countPrisePart span {
    color: #ffd71e;
    margin-right: 8px;
    font-weight: 700;
    font-size: 18px;
}

.btnPay {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 16px;
    font-size: 18px;
    font-weight: 700;
    border: 1.5px solid rgba(255, 164, 29, 0.5);
    border-radius: 2px;
    background: linear-gradient(
        180deg,
        #1c1b1b 0%,
        #363232 38.54%,
        #343030 60.42%,
        #212121 100%
    ),
    linear-gradient(0deg, rgba(255, 164, 29, 0.5), rgba(255, 164, 29, 0.5));
    cursor: url(../img/stickers/cursorWight.svg), pointer;

    /* padding: 5px 85px; */
    width: 265px;
    height: 45px;
    max-width: 100%;
    max-height: 100%;
}

.btnPay:hover {
    background: linear-gradient(#ffe81d, #b8713e);
    color: black;
}

.infoDetails {
    margin-bottom: 15px;
}

.infoDetails span {
    font-size: 18px;
    font-weight: 400;
}

.groupInput {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 16px 0;
}

.groupInput .helpMar img {
    margin-bottom: 20px;
}

.titleName span {
    font-size: 24px;
    font-weight: 700;
}

.imgItem {
    display: flex;
    justify-content: center;
    align-items: center;
    /* position: relative; */
    background: no-repeat url(../img/stickers/bgItem.svg);
    width: auto;
    height: 192px;
    max-width: 100%;
    max-height: 100%;
    /* margin: 0 auto; */
}

/* .imgItem img {
  margin: 0 auto;
} */

.elemCustom .topSymbol::after {
    position: absolute;
    right: 0;
    top: 0;
    content: '';
    width: 4px;
    height: 4px;
    background-color: #cc8e35;
    border: 1px solid #cc8e35;
    border-radius: 50%;
    margin: 6px;
}

.elemCustom .topSymbol::before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 4px;
    height: 4px;
    background-color: #cc8e35;
    border: 1px solid #cc8e35;
    border-radius: 50%;
    margin: 6px;
}

.elemCustom .middleSymbolTop::after {
    position: absolute;
    right: 50%;
    top: -13px;
    content: url(../img/msg/middleSymbolTop.svg);
    width: 4px;
    height: 4px;
}

.elemCustom .middleSymbolTop::before {
    position: absolute;
    right: 50%;
    top: -18px;
    content: url(../img/msg/middleSymbolBottom.svg);
    width: 12px;
    height: 10px;
}

.elemCustom .middleSymbolBottom::after {
    position: absolute;
    right: 50%;
    bottom: 22px;
    content: url(../img/msg/middleSymbolTop.svg);
    width: 4px;
    height: 4px;
}

.elemCustom .middleSymbolBottom::before {
    position: absolute;
    bottom: 13px;
    right: 50%;
    content: url(../img/msg/helpBottomSymbol.svg);
    width: 12px;
    height: 10px;
}

.elemCustom .bottomSymbol::after {
    position: absolute;
    right: 0;
    bottom: 0;
    content: '';
    width: 4px;
    height: 4px;
    background-color: #cc8e35;
    border: 1px solid #cc8e35;
    border-radius: 50%;
    margin: 6px;
}

.elemCustom .bottomSymbol::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 4px;
    height: 4px;
    background-color: #cc8e35;
    border: 1px solid #cc8e35;
    border-radius: 50%;
    margin: 6px;
}

.elemCustom {
    /* width: 300px;
    height: 300px; */
    position: relative;
    border: 1px solid rgba(255, 164, 29, 0.5);
    border-radius: 8px;
    padding: 16px;
    margin: 8px 8px 8px 0;
    width: 32%;
    /* height: 380px; */
    max-height: 100%;
    max-width: 100%;
    color: #fff;
}

.elemCustom button {
    margin: 0 auto;
}

.elemCustom--right {
    width: 100%;
}

.imgItem img {
    /* position: absolute;
    top: 30px;
    left: 60px; */
    margin: 0 auto !important;
}

.infoBlockRight {
    display: flex;
    flex-direction: column;
}

.infoBlockRight span {
}

.coinBlock,
.btnPlay {
    /* text-align: center; */
    display: flex;
    justify-content: center;
    cursor: url(../img/stickers/cursorWight.svg), pointer;
}

.btnPlay a {

    color: inherit;
    cursor: inherit;
}

.btnPlay:hover {
    background: url(../img/homePage/RectangleHover.svg);
}

.titleRightItem {
    font-size: 24px;
    font-weight: 700;
}

/* .titleHederMsg {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
} */
.titleHederMsg span {
    font-size: 20px;
    font-weight: 700;
}

.titleHederMsg span:last-child {
    border-right: none;
}

.blockMsg {
    color: #fff;
}

.blockMsg-inner {
    display: flex;
    flex-wrap: wrap;
}

.elemCustom--msg {
    width: 100%;
}

.elemCustom--headerTitle {
    width: 100%;
}

.inner-groupTitle {
    display: flex;
}

.leftMsg a,
.rightMsg a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: white;
}

.groupDisplay {
    width: 100%;
}

.leftMsg .countMsgInfo,
.rightMsg .countMsgInfo {
    margin-left: 10px;
    width: 24px;
    height: 24px;
    max-width: 100%;
    max-height: 100%;
    font-size: 12px;
    background-color: #fc4848;
    border-radius: 50%;
    color: #fff;
    padding: 5px;
    text-align: center;
    font-weight: 900;
}

.headerItemMsg {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-around;
    /* background: no-repeat url(../img/msg/Rectangle.svg); */
    width: 100%;
    font-size: 22px;
    font-weight: 700;
}

.headerItemMsg::before {
    content: '';
    position: absolute;
    top: 0;
}

.activeMsg {
    color: #ffd71e !important;
}

.currentActiveLeft,
.currentActiveRight {
    cursor: pointer;
    color: #ffff;
}

.successRead {
    width: 150px;
    max-width: 100%;
    margin: 0 auto;
}

.detailsIngo {
    margin-top: 16px;
    border-top: 2px solid rgba(255, 255, 255, 1);
    border-bottom: 2px solid rgba(255, 255, 255, 1);

    padding: 20px 20px 40px 20px;
    margin-bottom: 24px;
}

.detailsIngo span {
    font-size: 20px;
    font-weight: 400;
}

.groupInfoTitle {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 20px;
    font-weight: 400;
    /* margin-bottom: 16px; */
}

.groupInfoTitle span {
    vertical-align: center;
    width: 33.33%;
    border-right: 1px solid rgba(255, 255, 255, 1);
    text-align: center;
    font-weight: 400;
    min-height: 40px;
    font-size: 16px;
}

.groupInfoTitle-main {
    margin-bottom: 0;
}

.groupInfoTitle-main span {
    font-size: 20px;
    font-weight: 700;
}

.topInfoMsg button {
    display: flex;
}

.adm-blue-btn {
    border: 0;
    background: #2dbecd;
    box-shadow: 0px 4px 4px rgb(50 50 71 / 8%), 0px 4px 8px rgb(50 50 71 / 6%);
    border-radius: 8px;
    padding: 16px 24px;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #ffffff;
    margin-top: 40px;
    outline: none;
}

.mt-24 {
    margin-bottom: 12px;
}

.form-message input[type='text'],
.form-message textarea {
    padding: 16px;
    border: 1px solid rgb(204, 204, 204);
    font-size: 14px;
    color: #555555;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}

.form-message textarea {
    min-height: 200px;
    max-height: 100%;
}

.form-message select {
    padding-left: 16px;
}

.content-col,
.right-col {
    /* width: calc(100% - 336px);
    height: fit-content; */
    width: 50%;
}

.innerRight {
    display: flex;
    flex-direction: column;
}

.innerRight img {
    width: 206px;
    height: 206px;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}

.changePhoto {
    display: flex;
    justify-content: center;
    /* margin-top: 30px; */
    color: rgba(255, 215, 30, 1);
    font-size: 20px;
    font-weight: 700;
}

.changePhoto img {
    cursor: pointer;
}

.table-icon-msg {
    cursor: pointer;
}

.table-icon-msg a {
    margin-top: 10px;
    display: flex;
    align-items: center;
}

.table-icon-msg a img {
    margin-right: 6px;
}

.custom-bg a {
    background-color: #735ba7;
    padding: 10px 20px;
}

.hidden {
    display: none;
}

.content-wrap {
    justify-content: space-between;
}

.btnPay--set {
    color: #fff;
    /* width: 150px;
    max-width: 100%; */
    padding: 12px 30px;
}

.d-flex .btnPay--set {
    margin-right: 16px;
}

.subText {
    font-size: 14px;
    font-weight: 500;
    color: #ffff;
    margin: 2px 0 10px;
    font-family: 'Lato';
}

.titleSettng {
    font-size: 24px;
    font-weight: 700;
    color: #ffff;

    font-family: 'Lato';
}

.d-flex .ml-16 {
    width: 150px;
    height: 46px;
    max-width: 100%;
    max-height: 100%;
    margin-right: 16px;
}

.customBlock {
    display: flex;
    flex-wrap: wrap;
}

.left-col,
.right-col {
    width: 50%;
    margin: 0 20px 20px 0;
}

.groupName img {
    width: 40px !important;
    height: 40px !important;
    /*max-width: 100% !important;*/
    /*max-height: 100% !important;*/
}

.elemCustom--profile {
    width: 920px;
    max-width: 100%;
}

.infoHeader {
    display: flex;
    flex-direction: column;
}

.infoHeader h2 {
    margin-bottom: 24px;
    font-weight: 400;
    font-size: 24px;
}

.containerBlock {
    display: flex;
    flex-direction: row;
    /* align-items: center; */
    justify-content: space-between;
    margin-bottom: 16px;
}

.elemCustom--profile {
    padding: 24px;
    height: fit-content;
}

.elemItem h2 {
    font-size: 18px;
    font-weight: 700;
}

.infoDetails {
    display: flex;
    flex-direction: column;
}

.infoDetails p {
    font-size: 18px;
    font-weight: 400;
}

.nameAndBorn {
    display: flex;
    flex-direction: column;
}

.innerInfoUser {
    display: flex;
    /* align-items: center; */
    color: #fff;
    justify-content: space-between;
    flex-direction: column;
    /* width: 910px; */
    max-width: 100%;
}

.innerInfoUser .groupName {
    margin-right: 20px;
}

.nameAndBorn h2 {
    font-size: 36px;
    font-weight: 700;
}

.nameAndBorn p {
    font-size: 18px;
    font-weight: 400;
}

.innerInfoUser .groupName img {
    width: 72px;
    height: 72px;
}

.detailsInfoUser {
    margin-top: 30px;
}

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

.settingHelpInfo {
    position: relative;
    display: flex;
    align-items: center;
    color: rgba(255, 215, 30, 1);
    font-size: 20px;
    font-weight: 700;
    /* background: linear-gradient(269.91deg, rgba(255, 215, 30, 0) -12.7%, #ffd71e 41.48%, rgba(255, 215, 30, 0) 106.55%); */
    /* border-bottom: 2px solid rgba(255, 215, 30, 1); */
    box-shadow: 0px 2px 4px 0px rgba(50, 50, 71, 0.06);
    padding: 10px;
}

.settingHelpInfo a {
    color: rgba(255, 215, 30, 1);
}

.settingHelpInfo::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    top: 0;
    background: linear-gradient(
        269.91deg,
        rgba(255, 215, 30, 0) -12.7%,
        #ffd71e 41.48%,
        rgba(255, 215, 30, 0) 106.55%
    );
}

.settingHelpInfo::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    background: linear-gradient(
        269.91deg,
        rgba(255, 215, 30, 0) -12.7%,
        #ffd71e 41.48%,
        rgba(255, 215, 30, 0) 106.55%
    );
}

.settingHelpInfo span {
    margin-left: 5px;
}

.blockShowAndHide {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

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

.ItemTitleView h2 {
    margin-bottom: 10px;
}

.ItemTitleView {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

/* .titleView {
  cursor: pointer;
} */
.elemCustom-mot {
    width: 295px;
    max-width: 100%;
    height: 276px;
    max-height: 100%;
    padding: 0;
}

.elemCustom-mot-nh {
    width: 295px;
    max-width: 100%;
    height: auto;
    padding: 0;
    position: relative;
}

.countStars {
    color: rgba(255, 200, 0, 1);
    font-weight: 700;
    font-size: 18px;
    margin-right: 5px;
}

.placePhoto {
    width: 100%;
    max-width: 100%;
    height: 206px;
    position: relative;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    background-color: rgba(255, 233, 173, 1);
    align-items: center;

}
.placePhoto > img {
    display: flex;
    position: relative;
    width: 100%;
    object-fit: contain;
    border-radius: 6px;
}
.placePhoto--2 {
    background-color: rgba(185, 173, 211, 1);
}

.placePhoto--2 img {
    width: 108px;
    height: 190px;
}

.placePhoto--3 {
    background-color: rgba(255, 203, 211, 1);
}

.placePhoto--3 img {
    width: 174px;
    height: 113px;
}

.placePhoto--4 {
    background-color: rgba(171, 229, 235, 1);
}

.placePhoto--4 img {
    width: 190px;
    height: 136px;
}

.footerInfo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 16px;
}

.itemHelpCount {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
}

.groupMotBlock {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: stretch;
}

.innerInfoUser--main {
    flex-direction: row;
    width: 1210px;
    max-width: 100%;
    align-items: center;
}

/* .battery {
  float: left;
  font-family: Roboto;
  width: 100px;
  max-width: 100%;
  height: 200px;
  position: relative;
  border: 5px solid #999999;
  margin: 20px 10px 0 10px;
  -webkit-box-shadow: 0 8px 6px -6px black;
  -moz-box-shadow: 0 8px 6px -6px black;
  box-shadow: 0 8px 6px -6px black;
} */

/* .battery:before {
  content:"\a0";
  background-color: #999999;
  position: absolute;
  top: -15px;
  height: 10px;
  width: 50%;
  left: 25%;
} */
/* .battery > div {
  text-align: center;
  color: white;
  background-color: #a5ba24;
  position: absolute;
  bottom: 0;
  width: 96%;
  margin: 2%;
} */
/* .battery.yellow > div { background-color: #bc9726; } */

.border {
    display: block;
    width: 160px;
    height: 160px;
    border-radius: 100%;
    overflow: hidden;
    background: rgba(255, 0, 0, 0.25);
    position: relative;
}

.border::after {
    content: '';
    display: block;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    margin: 10px;
    background: #fff;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.border-bg {
    display: block;
    width: 100%;
    height: 30%;
    background: red;
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
}

.table-icon_heart {
    width: 32px;
    height: 32px;

    background: no-repeat url(../img/homePage/heartRed.svg);
}

.helpPosition {
    background: no-repeat url(../img/homePage/heartBlack.svg);

    width: 100%;
}

.table-icon_bar {
    width: 264px;
    height: 16px;
    background: no-repeat url(../img/msg/bgBar.svg);
}

.helpPositionBar {
    background: #ffd71e;
    height: 100%;

    border-radius: 12px;
}

.hiddenInputValue {
    display: none;
}

.elemCustom--msgTitle {
    border: none;
    padding: 15px 0;
    height: 80px;
    max-height: 100%;
}

.photo-loader-wrap {
    margin-top: 20px;
}

#sendMessageByAdmin {
    cursor: pointer;
}

.elemCustom--rule {
    width: fit-content;
}

.activeMsgItem,
.activeMsgOpen {
    display: block !important;
}

.activeCurrentClickLeft,
.activeCurrentClickRight {
    display: none;
}

.leftItemClick,
.rightItemClick {
    color: #fff !important;
    cursor: pointer;
}

.activeMsgItem {
    color: #ffd71e !important;
}

.infoGroupBlock {
    display: flex;
    margin: -8px -8px -8px 0;
    /* align-items: center; */
}

.elemCustom--groupInfo {
    width: 50%;
    display: flex;
}

.btnCustom {
    text-align: left;
}

/* .btnCustom--orange {
  background: #ffa800;
}
.btnCustom--blue {
  background: #2dbecd;
} */
.containerPdf {
    display: flex;
    flex-direction: column;
    padding: 10px;
}

.containerPdf img {
    width: 100px;
    height: 100px;
    max-width: 100%;
    max-height: 100%;
}

.containerPdf span {
    margin-bottom: 16px;
}

.elemCustom--pdf {
    width: 100%;
}

.rowPdf {
    display: flex;
}

.rowPdf span {
    margin: 16px 0;
}

.leftSpace--stickers {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.itemSpace {
    cursor: pointer;
    color: #fff;
}

.nameLinkElement {
    cursor: pointer;
    color: #fff;
}

.currentLink {
    color: #ffd71e;
}

.blockFist,
.blockSecond {
    display: none;
}

.elemCustom--stickers {
    width: 100%;
}

.ItemActiveOpen {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.btnPlay--sm {
    padding: 0;
}

.logoutItem {
    margin-left: 48px;
}


.checkBoxBlock {
    display: flex;
    flex-direction: row;
    width: 100%;
    position: relative;
    justify-content: space-around;
}


@keyframes ripple {

    0% {
        box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.0);
    }

    50% {
        box-shadow: 0 0 0 15px rgba(0, 0, 0, 0.1);
    }

    100% {
        box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
    }
}

.RadioButton {
    margin: 16px 0;
}

.RadioButton input[type="radio"] {
    display: none;
}

.RadioButton input[type="radio"]:checked + label:before {
    border-color: #2dbecd;
    animation: ripple 0.2s linear forwards;
}

.RadioButton input[type="radio"]:checked + label:after {
    transform: scale(1);
}

.RadioButton label {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    position: relative;
    padding: 0 40px;
    margin-bottom: 0;
    cursor: pointer;
    vertical-align: bottom;
}

.RadioButton label:before, .RadioButton label:after {
    position: absolute;
    content: '';
    border-radius: 50%;
    transition: all .3s ease;
    transition-property: transform, border-color;
}

.RadioButton label:before {
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    border: 2px solid rgba(0, 0, 0, 0.54);
}

.RadioButton label:after {
    top: calc(30px / 2 - 15px / 2);
    left: calc(30px / 2 - 15px / 2);
    width: 15px;
    height: 15px;
    transform: scale(0);
    background: #2dbecd;
}




.free-course-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.free-course-box > div {
    display: flex;
    position: relative;
}
.free-course-box > div.free-course-box-date-control {
    display: flex;
    position: relative;
    flex-direction: row;
    justify-content: flex-end;
    margin: 5px 0;
    width: auto;
    gap: 10px;
}
.free-course-box > div.free-course-box-date-control button {
    background: #fcb54d;
    border: none;
    border-radius: 4px;
    padding: 8px;
    color: #FFFFFF;
}
.free-course-box > div.free-course-box-date-control button:disabled {
    opacity: 0.5;
}
.free-course-box input[type=date]{
    min-width: 150px;
    display: block;
    width: 100%;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #464a4c;
    background-color: #fff;
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}
/*
.free-course-box input[type=date]{
    background: rgba(255, 255, 255, 1);
    display: flex;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(50,60,71,0.06), 0 2px 2px rgba(50,60,71,0.06);
    padding: 4px 8px;
}
 */


.data--form-phone-number-musk {
    display: flex;
    position: relative;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.data--form-phone-number-musk > .data--form-phone-number-musk-row-1 {
    display: flex;
    justify-content: flex-end;
    width: 32px;
    position: relative;
    height: 100%;
    gap: 10px;
}
.data--form-phone-number-musk > .data--form-phone-number-musk-row-1.data--form-phone-number-musk-row-active {
    display: flex;
    flex-direction: row;
    height: 100%;
    width: auto;
    gap: 10px;
    z-index: 10;
}
.data--form-phone-number-musk > .data--form-phone-number-musk-row-2 {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    position: relative;
}
.data--form-phone-number-musk:has(.data--form-phone-number-musk-row-1.data--form-phone-number-musk-row-active) > .data--form-phone-number-musk-row-2 {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    position: relative;
}
.data--form-phone-number-musk > .data--form-phone-number-musk-row-1.data--form-phone-number-musk-row-active  > .data--form-phone-number-musk-element {
    display: flex;
}
.data--form-phone-number-musk > .data--form-phone-number-musk-row-1 > .data--form-phone-number-musk-element {
    height: 100%;
    width: 32px;
    display: none;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
}
.data--form-phone-number-musk > .data--form-phone-number-musk-row-1 > .data--form-phone-number-musk-element > img {
    display: flex;
    width: 32px;
    border-radius: 8px;
    filter: drop-shadow(0 4px 4px rgb(50, 50, 71, 0.08));
}
.data--form-phone-number-musk > .data--form-phone-number-musk-row-1 > .data--form-phone-number-musk-element.data--form-phone-number-musk-element-active {
    display: flex;
}




.checkbox-container {
    display: inline-flex;
    position: relative;
    justify-content: center;
    align-items: center;
    height: 22px;
    width: 22px;
}

.checkbox-label {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    user-select: none;
    position: relative;
    height: 22px;
    width: 22px;
    margin: 0;
    padding: 0;
}
.checkbox-label:has(.checkbox-input:disabled){
    cursor: unset;
    opacity: 0.6;
}

.checkbox-input {
    display: none !important;
    opacity: 0 !important;
    height: 0 !important;
    width: 0 !important;
}

.checkbox-custom {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #fff;
    border: 2px solid #ccc;
    border-radius: 4px;
    transition: background-color 0.3s, border-color 0.3s;
}

.checkbox-label:hover .checkbox-custom {
    border-color: #888;
}

.checkbox-input:checked + .checkbox-custom {
    background-color: #49aaab;
    border-color: #49aaab;
}

.checkbox-custom::after {
    content: "";
    display: none;
}

.checkbox-input:checked + .checkbox-custom::after {
    display: block;
}

.checkbox-label .checkbox-custom::after {
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

#trial-classes-button-save:disabled {
    opacity: 0.5;
}
.no-content-text {
    color: #bfbfbf;
    font-size: 11px;
    text-align: center;
    font-weight: unset !important;
}


/***** Pagination ***/
.pagination {
    display: flex;
    list-style: none;
    padding: 0;
}

.pagination li {
    margin: 0 5px;
}

.pagination li a,
.pagination li span {
    display: block;
    padding: 10px 15px;
    border: 1px solid #ddd;
    background-color: #f8f8f8;
    color: #49aaab;
    text-decoration: none;
}

.pagination li a:hover {
    background-color: #e9ecef;
}

.pagination .active span {
    background-color: #49aaab;
    color: #fff;
}

.pagination .disabled span {
    color: #6c757d;
}
tr.successful > th, tr.successful > td {
    background: #E2FCF0;
}






div#date-intervals-created-at-checkbox-container input {
    box-sizing: border-box;
    line-height: 1.5;
    display: block;
    width: 100%;
    height: 34px;
    padding-left: 16px;
    font-size: 14px;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
div#date-intervals-created-at-checkbox-container input.error {
    border: 1px solid #fc2323;
}
