#userTermText {
    margin-top: 30px;
}

.text-block {
    color: #516378;
}

.rule-div {
    margin: 5px 0 15px 0;
    display: flex;
    align-items: baseline;
    text-indent: 30px;
    line-height: 1.7;
}

.rule-div :is(p, div,span) {
    color: #516378;
}

summary.rule-summary {
    display: inline;
}

.checked-rule-summary  {
    color: green ;
}

.rule-summary:hover {
    cursor: pointer;
}

.confirm-checkbox {
    margin-right: 10px;
}

summary.rule-summary > :is(h1,h2,h3,h4,h5,h6)::after {
    content: '\25B6';
    display: inline;
    color: black;
    margin-left: 10px;
}

.user-terms-page details[open] > summary ::after {
    content: '\25BC';
    display: inline;
    color: black;
}

.user-terms-page  .btn_tiny:disabled:hover {
    border: solid 1px rgba(243, 7, 65, 0.93);
    color: rgba(43, 65, 91, 0.2);
}

.lateragree-div {
    margin: 20px 0 20px 0;
}

.role-drop {
    position: absolute;
    margin: 6px 0 0;
    border-radius: 5px;
    padding: 7px 0;
    box-shadow: 0 3px 25px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: 0.3s;
}

.role {
    z-index: 2;
    position: relative;
    margin: 4px 0 10px 0;
}

.role:hover .role-drop {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.role-drop::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 100%;
    height: 6px;
}

.role-drop li {
    list-style-type: none;
}

.role-drop li span:hover,
.role-drop li span.is-active {
    color: #00C2FF;
    cursor: pointer;
}

.role-drop li span {
    display: block;
    padding: 4px 15px 4px 20px;
    color: #2B415B;
    transition: 0.3s;
}

.role-btn {
    position: relative;
    padding: 7px 30px 8px 14px;
}

.role_drop li {
    list-style-type: none;
}

.role-btn::after {
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -4px;
    border-right: solid 1px #2B415B;
    border-bottom: solid 1px #2B415B;
    width: 5px;
    height: 5px;
    transform: rotate(45deg);
    transition: all 0.3s ease-out 0s;
}

input[type=checkbox] {
    cursor: pointer;
    transform: scale(1.3);
}

.user-terms-page  .btn_tiny:disabled {
    background-color:  #e6e6e6;
}

.lateragree-div {
    margin: 20px 0 20px 0;
}

.agree {
    display: flex;
    margin: 30px 0 30px 0;
    align-items: center;
}

.agree > .agree-button {
    margin-left: 10px;
}

.skiped-changes {
    line-height: 1.5;
}

.skiped-changes-change {
    margin-left: 36px;
}

.agree-main-agree-checkbox > label {
    margin: 0 10px 0 10px;
}
