.team-popup-ct {
    width: 100vw;
    min-height: calc(100vh - 50px);
    background-color: rgba(0, 0, 0, 0.65);
    display: flex;
    padding-top: 80px;
    padding-bottom: 80px;
    justify-content: center;
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    overflow-y: scroll;
    overflow-x:hidden;
    box-sizing: border-box;
    z-index: 99999999;
    display: none;
    /* display: flex; */
}

.team-popup-ct * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: proxima-nova;
    color: #fff;
}

.team-popup-ct .team-popup {
    padding: 40px 60px 20px 60px;
    background: #000;
    margin-bottom: 100px;
    max-width: 767px;
    height: fit-content;
    display: none;
}

.team-popup-ct .team-popup.new {
    display: block;
}

.team-popup-ct .team-popup .comfortable-ct,
.team-popup-ct .team-popup .uncomfortable-ct {
    display: none;
}

.team-popup-ct .team-popup h2 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 10px;
}

.team-popup-ct .team-popup p {
    font-size: 18px;
    margin-bottom: 44px;
}

.team-popup-ct .team-popup .btns-ct {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    margin-top: 67px;
}

.team-popup-ct .team-popup .btns-ct .util-cancel-btn {
    margin-right: 30px;
    font-weight: 800;
    color: #4F4F4F;
    letter-spacing: -1.5px;
}

.team-popup-ct .team-popup .btns-ct .util-save-btn {
    padding: 10px 35px;
    letter-spacing: -1.5px;
    color: #000;
    font-weight: 800;
}

.team-popup-ct .team-popup .util-radio-with-label {
    margin-bottom: 21px;
}

.team-popup-ct .team-popup .util-radio-input + .util-radio-label:before {
    content: " ";
	display: inline-block;
	background: #000;
	border: 4px solid #616DFF;
	min-width: 20px;
	min-height: 20px;
	border-radius: 50%;
	margin-right: 10px;
}

.team-popup-ct .team-popup .util-radio-input:checked + .util-radio-label:before {
	background: #17FF65;
	border: 4px solid #17FF65;
}

.team-popup-ct .team-popup select {
    color: #D7D7D7;
    width: 100%;
    padding: 10px;
}

.team-popup-ct .team-popup .util-field-ct label {
    margin-bottom: 8px;
    line-height: 16px;
    font-size: 18px;
}

.team-popup-ct .team-popup .util-field-ct {
    margin-bottom: 31px;
    width: 100%;
}

.team-popup-ct .team-popup .didnt {
    font-weight: 800;
    color: #FF8787;
}

.team-popup-ct .team-popup .are {
    font-weight: 800;
    color: #17FF65;
}

.team-popup-ct .team-popup .publicly {
    font-weight: 800;
}

.team-popup-ct .team-popup .row {
    display: flex;
    margin-bottom: 21px;
}

.team-popup-ct .team-popup .row .col {
    width: 50%;
}

.team-popup-ct .team-popup .row .col .add-another {
    color: #2DDB73;
    text-decoration: underline;
    font-size: 14px;
    cursor: pointer;
}

.team-popup-ct .team-popup .row .input-ct {
    display: flex;
    flex-direction: column;
    margin-right: 15px;
}

.team-popup-ct .team-popup .row label {
    color: #797979;
    font-size: 14px;
    letter-spacing: 4px;
    font-weight: 600;
    margin-bottom: 7px;
    text-transform: uppercase;
}

.team-popup-ct .team-popup .row input {
    font-size: 18px;
    background: #F5F4FF;
    border: 2px solid #4737FF;
    border-radius: 5px;
    width: 255px;
    height: 50px;
    padding-left: 18px;
    color: #333;
}

.team-popup-ct .team-popup .row input::placeholder {
    color: #8F8F8F;
}

.team-popup-ct .team-popup .row select {
    font-size: 18px;
    background: #F5F4FF;
    border: 2px solid #4737FF;
    border-radius: 5px;
    width: 255px;
    height: 50px;
    padding-left: 18px;
    color: #333;
    -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(/img/arrow-down-black.png);
	background-repeat: no-repeat;
	background-position: 95% center;
}

.team-popup-ct .team-popup.subjects {
    padding: 20px;
    background: #616DFF;
}

.team-popup-ct .team-popup.subjects .subjects-ct {
    padding: 30px;
    background: #000;
    width: 100%
}

.team-popup-ct .team-popup.subjects .btns-ct {
    margin-top: 20px;
}

.team-popup-ct .team-popup.subjects h2 {
    font-size: 24px;
    line-height: initial;
    margin-bottom: 25px;
}
    
.team-popup-ct .team-popup.subjects h3 {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 10px;
}

.team-popup-ct .team-popup.subjects .checkmark {
    display: none;
}

.team-popup-ct .team-popup.subjects .subjects-list {
    display: flex;
    flex-direction: column;
}

.team-popup-ct .team-popup.subjects .subjects-list .subject {
    display: flex;
    align-items: center;
    height: 36px;
    padding: 0 10px;
    margin-right: 8px;
    background: #3A0000;
    border: none;
    margin-bottom: 8px;
    cursor: pointer;
    border-radius: 3px;
    width: fit-content;
}

.team-popup-ct .team-popup.subjects .subjects-list .subject p {
   color: #898989;
   font-size: 14px;
   font-weight: 600;
   margin-left: 6px;
   margin-bottom: 0px;
   overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.team-popup-ct .team-popup.subjects .subjects-list .subject.selected p {
    color: #fff
}

.team-popup-ct .team-popup.subjects .subjects-list .subject.selected {
    background: #003A0F
}

.team-popup-ct .team-popup.subjects .subjects-list .subject.selected .checkmark {
    display: block;
}

.team-popup-ct .team-popup.subjects .subjects-list .subject.selected .x {
    display: none;
}

.team-popup-ct .team-popup.subjects .subjects-list .subject.with-border {
    background: #000;
    border: 1px solid #3E3E3E;
    margin-right: 0px;
    width: 262px;
}

.team-popup-ct .team-popup.subjects .subjects-list .subject span {
    border-radius: 3px;
    background-color: #626262;
    height: 20px;
    width: 20px;
    margin-right: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-popup-ct .team-popup.subjects .subjects-list .subject span img {
    display: none;
}

.team-popup-ct .team-popup.subjects .subjects-list .subject.selected span img {
    display: block;
}

/* questions popup  */

.team-popup-ct .team-popup.questions .input-ct {
    display: flex;
    flex-direction: column;
    margin-bottom: 17px;
}

.team-popup-ct .team-popup.questions .input-ct label {
    margin-bottom: 5px;
}

.team-popup-ct .team-popup.questions .input-ct input {
    width: 400px;
    height: 38px;
    background-color: #D8D8D8;
    color: #222;
    border-radius: 1px;
    border: 1px solid #7779A3;
    padding-left: 10px;
    font-weight: 600;
    font-size: 16px;
}

.team-popup-ct .team-popup .show-subj-popup {
    width: 313px;
    height: 36px;
    background-color: #616DFF;
    border-radius: 3px;
    border: none;
    color: #D7D7D7;
    font-weight: 600;
    font-size: 14px;
    padding-left: 13px;
    text-align: start;
    cursor: pointer;
    display: flex;
	align-items: center;
}

.team-popup-ct .team-popup .show-subj-popup .after {
    display: none;
}

.team-popup-ct .team-popup .show-subj-popup.selected-subject .after {
    display: inline;
}

.team-popup-ct .team-popup .show-subj-popup.selected-subject .before {
    display: none;
}

.team-popup .members-ct {
    display: flex;
    margin-bottom: 24px;
}

.team-popup .members-ct div {
    background-color: grey;
    height: 43px;
    width: 43px;
    position: relative;
    border-radius: 50%;
    border: 1px solid white;
}

.team-popup.new p {
    margin-bottom: 22px;
}

.team-popup.new p .open-first {
    color: #747474;
    text-decoration: underline;
    cursor: pointer;
}

.team-popup.new .subj-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: -10px;
    margin-bottom: 10px
}

.team-popup.new .subj-list p {
    font-weight: 900;
    margin: 0px;
    margin-right: 5px;
}