.logoBox{
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background:#fff;
    border-radius: 100%;
}

.appBox{
    width: 100%;
    text-align: center;
}
.appBox .tab{
    border:1px solid #21bfeb;
    border-radius:6px;
    overflow: hidden;
    display: inline-block;
}
.appBox .tab .item:hover,
.appBox .tab .item.active{
    background:#21bfeb;
    color:#fff;
}
.appBox .tab .item{
    padding:10px 30px;
    float: left;
    cursor:pointer;
}
.appBox .tabBox{
    margin-top:25px;
    background: url("/static/app_bg.png") no-repeat center;
    background-size: cover;
    width: 100%;
    height: auto;
}
.appBox .tabBox .item{
    display:none;
}
.appBox .tabBox .show{
    display:block;
}
.appBox img{
    height: 400px;
    display: inline-block;
}
.appBox .btnPanel{
    width: 100%;
    border:1px solid #eee;
    padding: 20px;
    margin-top: 50px;
    text-align: center;
    border-radius: 6px;
}
.appBox .tabBox a:hover{
    background-color: #0d74bc;
}
.appBox .tabBox a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    outline: 0;
    border: 0;
    margin: 0;
    border-radius: 0;
    padding: 0;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    -moz-appearance: none;
    -webkit-appearance: none;
    text-decoration: none;
    color: inherit;
    font-family: Public Sans,sans-serif;
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 1.7142857142857142;
    /* text-transform: capitalize; */
    min-width: 64px;
    padding: 6px 16px;
    border-radius: 8px;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    color: #fff;
    background-color: #21bfeb;
    box-shadow: 0px 3px 1px -2px rgb(145 158 171 / 20%), 0px 2px 2px 0px rgb(145 158 171 / 14%), 0px 1px 5px 0px rgb(145 158 171 / 12%);
    box-shadow: 0 8px 16px 0 rgb(33 191 235 / 24%);
}
.iframeForm{
    border:0px;
    margin-top: -50px;
}
.contactsRow{
    min-width:200px;
}
.styleBoxUser{
    margin-left: 25px;
    margin-top: 50px;
    margin-bottom: 80px;
    min-height: 300px;
    border-radius: 4px;
    padding: 10px;
    width: 100%;
    overflow: hidden;
}
.MyBoxResume{
    display: flex; 
    width: 100%;
    justify-content: flex-start;
    border-bottom: 2px solid #666;
    padding: 0px;
    flex-direction: row;
}
.avatarNoCircel{
    border-radius: 0px!important;
    margin-bottom:15px;
}
.zapisPDF{
    margin-right: 15px;
}
.langImg img{
    width: 28px;
}
.phoneMask.error{
    border-color:#FF4842;
}
.phoneMask{
    border-radius: 8px;
    text-align: left;
    bottom: 0;
    right: 0;
    top: -5px;
    left: 0;
    margin: 0;
    padding: 0 8px;
    border-style: solid;
    border-width: 1px;
    min-width: 0%;
    border-color: rgba(145, 158, 171, 0.32);
    font: inherit;
    letter-spacing: inherit;
    height: 1.4375em;
    padding: 26px 14px;
    margin-top: 20px;
}
.btn_custom{
    color: #fff!important;
    margin-top: 0px!important;
    text-decoration:none;
}
.MuiButton-root,
.MuiButton-label{
    text-transform:unset;
}

/* .postNewsBody p:not(.btn_custom),
.postNewsBody a,
.postNewsBody i,
.postNewsBody li,
.postNewsBody span,
.postNewsBody h1,
.postNewsBody h2,
.postNewsBody h3,
.postNewsBody h4,
.postNewsBody div{
    color: unset!important;
    font-size: 1rem!important;
} */

.displayFlex{
    display: flex !important;
}
.windowCookies p,
.windowCookies button{
  display: flex;
  flex-direction: column;
  color:#fff;
}
.windowCookies{
  width: 100%;
  position: fixed;
  bottom:0px;
  padding: 15px;
  background:rgba(0,0,0,0.8);
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.btn_custom,
.windowCookies button{
    font-family: Public Sans,sans-serif;
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 1.7142857142857142;
    text-transform: capitalize;
    min-width: 64px;
    padding: 6px 16px;
    border-radius: 8px;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    color: #fff;
    background-color: #21bfeb;
    box-shadow: 0px 3px 1px -2px rgb(0 0 0 / 20%), 0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 1px 5px 0px rgb(0 0 0 / 12%);
    box-shadow: 0 8px 16px 0 rgb(33 191 235 / 24%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    border: 0px;
    margin-top: 10px;
    cursor: pointer;
}
.windowCookies button:hover{
  background:#464646;
  color:#fff;
}
.textApps{
    margin-top: 30px;
    text-align: left;
}

.styleBox {
    margin-left: 25px;
    margin-top: 50px;
    margin-bottom: 80px;
    min-height: 300px;
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 10px;
    width: 100%;
}
.headBox {
    border-bottom: 1px solid #eee;
    padding: 10px;
    padding-bottom: 20px;
    width: 100%;
}
.bodyBox {
    padding: 10px;
    width: 100%;
}
.iconBox {
    padding: 10px;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #2196f3;
    color: #fff;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size: 35px;
}
.catBox {
    display: flex;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 20px;
    align-items: center;
}
.lineBox {
    width: 25%;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
}
.viewAdm .lineBox {
    width: 50%;
}
.styleBox_admin{
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    min-height: 0px;
    border: 0px solid #eee;
}
.lineProfPrac{
    position:absolute;
    margin-top:15;
    bottom: -11px;
    background: #fff;
    border-radius: 10px;
    display: block;
    width: fit-content;
}
.postNewsBody h1,
.postNewsBody h2,
.postNewsBody h3,
.postNewsBody h4,
.postNewsBody h5,
.postNewsBody h6{
    font-size: 1.5rem;
}

.MuiButtonBase-root.MuiListItem-root.MuiListItem-gutters.MuiListItem-button.Mui-selected:hover,
.MuiButtonBase-root.MuiListItem-root.MuiListItem-gutters.MuiListItem-button.Mui-selected{
    background-color: rgb(0 0 0 / 10%);
}

.formProfileEdit .MuiFormHelperText-root.MuiFormHelperText-filled{
    display: none;
}

body{
    overflow-x: hidden!important;
    font-family: "Public Sans", sans-serif;
}
.modal-backdrop,
.modal{
    z-index: 10000!important;
}
.VideoModal .modal-header{
    background: #20bfea;
    color: #fff;
    border-bottom:0px;
}
.VideoModal .btn-close{
    background-color: #fff;
    border-radius: 100%;
    cursor: pointer;
}
.VideoModal .modal-title.h4{
    font-size: 20px;
    font-weight: bold;
}

.displayNone{
    display: none;
}
.reactPlayerUserQuestion::after{
    content: '';
    position: absolute;
    left: 30px;
    top: -20px;
    border: 10px solid transparent;
    border-bottom: 10px solid #fff;
}
.reactPlayerUserQuestion{
    width: 100%;
    margin-top: 15px;
    margin-bottom: 0px;
    padding: 10px 20px 10px 20px;
    font-size: 1.1rem;
    display: block;
    border-radius: 30px;
    background-color: #fff;
    position: relative;
}
.reactPlayerUserQuestionNone{
    display: none;
}
.heightFull{
    height: 100%;
}
.reactPlayerUser{
    height: 100%!important;
    width: 100%!important;
    background-color: #111;
    margin-top: 20px;
}
.VideoModal .modal-body{
    padding: 0px;
}
.webWiewBox{
    min-height: 100px;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
    flex-direction: column;
}
.rowPStyle{
    height: 85%;
    float: left;
    width: 100%;
}
.rowQStyle{
    height: 15%;
    float: left;
    width: 100%;
    padding-top: 15px;
}
.spinerRow{
    height: 100%;
    display: flex;
    align-items:center;
    justify-content: center;
}
.VideoModal .modal-body .minPlayerCam{
    min-height: 300px;
    display: flex;
    align-items:center;
    justify-content: center;
}
.VideoModal .modal-body .minBody{
    min-height: 100px;
}
.VideoModal .modal-body .modalBodyPanel button span{
    margin-right: 5px;
    margin-left: 5px;
}
.VideoModal .modal-body .modalBodyPanel button.MuiButton-containedSuccess:hover{
    background-color:#417717;
}
.VideoModal .modal-body .modalBodyPanel button.MuiButton-containedSuccess{
    background-color:#50951c;
}
.VideoModal .modal-body .modalBodyPanel button.MuiButton-containedError:hover{
    background-color:#812a2a;
}
.VideoModal .modal-body .modalBodyPanel button.MuiButton-containedError{
    background-color:#aa3131;
}
.VideoModal .modal-body .modalBodyPanel button{
    margin-left: 5px;
    margin-right: 5px;
    color:#fff;
    border-radius: 25px;
}
.VideoModal .modal-body .modalBodyPanel{
    position: absolute;
    background:#eee;
    padding: 10px;
    bottom: 0px;
    right: -100%;
    width: 100%;
    z-index: 10005;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.VideoModal .modal-body .modalBodyWhite{
    margin-top: 20px;
    height: 100px;
}
.VideoModal .modal-body .modalBodyBlack .container,
.VideoModal .modal-body .modalBodyBlack .minBody,
.VideoModal .modal-body .modalBodyBlack .col-md-12{
    height: 100%;
}
.VideoModal .modal-body .modalBodyBlack{
    background-color:#111;
    padding: 1rem;
    position: relative;
    min-height: 100px;
    height: 100%;
}
.VideoModal .modal-footer{
    justify-content: center;
}

.offerline .twoRowOffer button{
    margin-left: 70px;
    margin-bottom: 5px;
}
.offerline .twoRowOffer.messQuest{
    margin-bottom: 50px;
}
.offerline .twoRowOffer .text.newQuest{
    margin-left: 70px;
    margin-top: 10px;
    margin-bottom: 50px;
}
.offerline .twoRowOffer .text{
    max-width: 500px;
    margin-bottom: 15px;
    margin-left: 70px;
}
.offerline .name{
    font-weight: bold;
}
.offerline .date{
    color:#999;
    width: 150px;
}
.offerline .avatarMini{
    min-width: 60px;
    width: 60px;
    height: 60px;
    margin-right: 10px;
    border-radius:100%;
}
.offerline{
    display: flex;
    flex-direction: row;
    width: 100%;
}
.offerline .offerCol.newQuest{
    align-items:flex-end;
    width: inherit;
}
.offerline .offerCol{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.react-confirm-alert-overlay{
    z-index: 10010!important;
}
.recorderStatus{
    background: #000;
    border-radius: 15px;
    padding: 5px 10px;
    padding-left: 20px;
    color: #fff;
    position: relative;
    display: inline-block;
    z-index: 10;
    margin-top: 40px;
    margin-bottom: 10px;
}
.recorderStatus span {
    background: red;
    padding: 3px;
    width: 3px;
    height: 3px;
    border-radius: 100%;
    margin-right: 15px;
    display: block;
    position: absolute;
    top: 15px;
    left: 10px;
}

.pdf-canvas canvas{
    width:100%;
}
.LinkAHREFRoot:hover{
    opacity: 0.48;
    text-decoration: none;
}
.LinkAHREFRoot{
    margin: 0;
    font-size: 16px!important;
    text-decoration: none;
    font-family: Public Sans,sans-serif;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.5714285714285714;
    color: #fff;
    margin-right: 40px;
    transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.LinkFooterRoot:hover {
    text-decoration: underline;
}
.LinkFooterRoot{
    margin: 0;
    font-family: Public Sans,sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.5714285714285714;
    color: inherit;
    text-decoration: none;
    display: block;
}

.MuiAppBar-colorDefault .LinkAHREFRoot,
.css-bndmk8-MuiToolbar-root .LinkAHREFRoot{
    color:#212B36;
}
.tagBoxForCompany{
    display: flex;
}
.tagForCompany{
    padding: 10px;
    background-color:#f5f5f5;
    border-radius:25px;
    margin:5px;
}
blockquote{
    margin-top:15px;
    padding-left: 15px;
    border-left: 4px solid #ddd;
}

@media screen and (max-width: 600px) {
    .tagBoxForCompany{
        display: flex;
        flex-direction: column;
    }
    .modalBodyPanel h1{
        border-radius: 35px;
        margin-left: 5px;
        margin-right: 5px;
        min-width: 120px;
        padding: 8px 22px;
        background-color:#fff;
        top:15px;
        position: relative;
        text-align: center;
    }
    .rowPStyle{
        height:auto;
    }
    .rowQStyle{
        height:auto;
    }
    .pageMobileOverflow{
        width: 100%;
        overflow-x: hidden;
    }
    .reactPlayerUserQuestion{
        margin-bottom: 20px;
    }
    .VideoModal .modal-body {
        flex-direction: column;
    }
    .VideoModal .modal-body .modalBodyBlack .container,
    .VideoModal .modal-body .modalBodyBlack .minBody,
    .VideoModal .modal-body .modalBodyBlack .col-md-12{
        height: auto;
    }
    .VideoModal .modal-body .modalBodyBlack{
        background-color:#111;
        padding: 1rem;
        position: relative;
        min-height: 100px;
        height: fit-content;
    }
    .VideoModal .modal-body .modalBodyPanel{
        position: absolute;
        background:none;
        right: unset;
        padding: 0px;
        left: 0px;
        width: 100%;
        bottom: -25px;
        /* width: calc(100% - 50px); */
    }
    .VideoModal .modal-body .modalBodyWhite{
        margin-top: 50px;
    }
    .react-confirm-alert-body{
        width: calc(100% - 7px)!important;
    }
    .reactPlayerUser{
        margin-bottom: 20px;
        height: 90vmin!important;
    }
    .webWiewBox{
        height: 200px;
        margin-bottom: 20px;
    }
    .webRecordViewBox{
        height: 270px!important;
        margin-bottom: 0px!important;
    }
    .offerline .twoRowOffer .text.newQuest{
        margin-left: 10px;
    }
    html,body{
        width: 100%!important;
        /* overflow-x: hidden!important; */ /*ломает в новостях подгрузку*/
    }
    .notMobile{
        display:none!important;
    }
    .lineProfPrac{
        width: 100%;
        bottom: -50px;
        background: none;
    }
    .quickFormAsysMobile{
        overflow: hidden;
    }
    .quickFormAsysMobile iframe{
        margin-left: -50px;
        margin-right: -50px;
        width: calc(100% + 100px);
    }
    .CardUMob{
        height: auto;
    }
    .CardUxMob{
        overflow: hidden;
        height: 300px;
        display: flex;
        justify-content: center;
        text-align: center;
    }
    .styleBoxUser{
        padding: 10px;
    }
    .MyBoxResume{
        flex-direction: column;
    }
    .footerItem{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 30px;
    }
    .appBox img{
        height: auto;
    }
    .windowCookies p, .windowCookies button{
        text-align: center;
    }
    .catBox{
        flex-direction: column;
        align-items: baseline;
    }
    .lineBox{
        width: 100%;
        margin-bottom: 15px;
    }
}

.css-MuiButtonBase-root-MuiListItem-root div {
    min-width: 56px;
    color: #637381;
    flex-shrink: 0;
    display: inline-flex;
    color: inherit;
    min-width: auto;
    margin-right: 16px;
}
.css-MuiButtonBase-root-MuiListItem-root {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    outline: 0;
    border: 0;
    margin: 0;
    border-radius: 0;
    padding: 0;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    -moz-appearance: none;
    -webkit-appearance: none;
    text-decoration: none;
    color: inherit;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    text-decoration: none;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px;
    transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    font-family: Public Sans,sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.5714285714285714;
    height: 48px;
    text-transform: capitalize;
    padding-left: 20px;
    padding-right: 20px;
    color: #637381;
}