.ofOnHed {
    border-radius: 5px 5px 0px 0px;
    background: #DCCAAF;
    display: flex;
    padding: 10px 30px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    position: relative;
}
.ofOnheading {
    color: #172E55;
    font-size: 	1.250em;
}
.toggleBtn {
    border: none;
    display: block;
    text-align: left;
    position: relative;
    box-sizing: border-box;
    padding: 10px 70px 10px 20px;
    background-color: #DCCAAF;
    line-height: 22px;
    font-weight: 600;
    font-size: 16px;
    color: #172E55;
    margin: 0;
}
.toggleBtn span {
    width: 49px;
    height: 22px;
    margin-left: 6px;
    display: inline-block;
    box-sizing: border-box;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #B5B5B5;
    white-space: nowrap;
    border-radius: 30px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 50%;
}
.open .toggleBtn span {
    background-color: #172E55;
}
.open .toggleBtn span::after {
    margin-left: 30px;
}
.toggleBtn span::after {
    width: 16px;
    height: 16px;
    margin-top: 3px;
    margin-left: 3px;
    transition: all 0.9s ease;
    background-color: #fff;
    border-radius: 50%;
    display: block;
    content: "";
}
.ofOnHed + #activities{ display: none;}

.ofOnHed.open + #activities{display: block;}
.mysvMenu {
    padding: 0;
    display: flex;
    border-bottom: 2px solid #D9D9D9;
    align-items: center;
    list-style: none;
    margin: 0 0 35px;
}

.mysvMenu li {position: relative;}
.mysvMenu li.active a,
.mysvMenu li a:hover {color: #172E55;}
.mysvMenu li a {
    display: block;
    padding: 12px 54px;
    position: relative;
    color: #999999;
}
.mysvMenu li a::after {
    right: 0;
    top: 50%;
    width: 1px;
    position: absolute;
    transform: translateY(-50%);
    background: #D9D9D9;
    height: 10px;
    content: "";
}

.mysvMenu li:last-child a::after {display: none;}
.mysvMenu li:hover::after,
.mysvMenu li.active::after {background: #172E55;}
.mysvMenu li::after {
    left: 0;
    height: 4px;
    width: 100%;
    position: absolute;
    border-radius: 30px;
    background: transparent;
    bottom: -3px;
    content: "";
}
@media screen and (max-width: 1666px) {
    .mysvMenu li a {padding: 12px 30px;}
}
@media screen and (max-width: 1365px) {
.mysvMenu li a {
    padding: 12px 24px;
    font-size: 0.875em;
}
}

@media screen and (max-width: 1023px) {
    .mysvMenu {flex-wrap: wrap;}
    .mysvMenu li {
        width: 50%;
        text-align: center;
    }
    .mysvMenu li a {
        padding: 10px 20px;
        font-size: 14px;
    }
    .mysvMenu li a::after {
        display: none;
    }
}

/*~~~~~~~~~~~~~~*/
.nSvSrcTp {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
}
.nSvtopInput {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border: 1px solid #BFBFBF;
    border-radius: 5px;
    padding: 5px 6px;
}
.nSvSrcLft {
    display: flex;
    align-items: center;
    width: calc(70% - 15px);
    gap: 5px 20px;
}
.nSvSrcTp .topInput label {
    font-size: 0.750em;
    color: #000;
    margin: 0 3px 0 14px;
}
.nSvSrcTp .topInput p {
    font-size: 0.750em;
    color: #000;
}
.nSvSrcTp .topInput {
    gap: 15px;
    flex: inherit;
    gap: 5px;
}
.nSvSrcTp .btn {
    border-radius: 5px;
    border: 1px solid #F3F3F3;
    background: linear-gradient(180deg, #FFF 0%, #E0E0E0 100%);
    box-shadow: 3px 5px 10px 0px rgba(0, 0, 0, 0.10);
    color: #172E55;
    font-size:  0.750em;
    display: flex;
    padding: 10px 15px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.nSvSrcTp .dMYt {
    border-radius: 5px;
    background: linear-gradient(180deg, #FFF 0%, #E0E0E0 100%);
    padding: 6px 26px 6px 10px;
    color: #172E55;
    font-weight: 400;
}
.nSvSrcTp .sDWY {width: auto;}
.nSvSrcRit {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px 10px;
}
.nSvSrcRit .brokerselect {width: 144px;}
.nSvSrcRit .brokerselect select{font-size: 0.750em;}
.nSvSrcTp .tglOnOf span{
    font-weight: 400;
    font-size: 0.750em;
}
.nSvSrcTp .topInput p{margin: 0;}
@media  (max-width: 1919px){
    .nSvSrcLft {flex-wrap: wrap;}
    .nSvSrcLft {width: calc(56% - 15px);}
    .nSvSrcRit {width: 44%;}
}
@media (max-width: 1365px){
    .nSvSrcLft,
    .nSvSrcRit{width: 100%;}
    .nSvSrcRit {justify-content: flex-start;}
    .nSvSrcTp .btn ,
    .nSvSrcTp .topInput label,
    .nSvSrcTp .topInput p,
    .nSvSrcRit .brokerselect select{font-size:  0.875em;}
}
@media (max-width: 767px){
    .nSvtopInput .selectBox {
    width: 100%;
    margin-bottom: 0;
}
    .nSvtopInput {
        width: 100%;
        flex-wrap: wrap;
}
    .nSvSrcTp .topInput, 
    .topInput .selectBox {width: 100%;}
    .nSvSrcTp .topInput p {width: 100%;}
    .nSvSrcRit {flex-wrap: wrap;}
    .nSvSrcTp .btn,
    .nSvSrcRit .brokerselect {width: 100%;}
}

.nSvSrcFndTp {
    display: flex;
    gap: 5px 10px;
    padding-bottom: 30px;
}
.nSvSrcFndBox {
    display: flex;
    align-items: center;
    height: 100%;
    gap: 2px 10px;
    width: 45%;
}
.nSvSrcFndBox label {color: #000;font-size: 14px;}

.nSvSrcFnd input {
    height: 30px;
    border-radius: 5px;
    border: 1px solid #BFBFBF;
    background: url(images/select.svg) no-repeat right 30px top 50%;
    padding: 5.5px 6px;
    width: 100%;
    gap: 10px;
}

.nSvSrcFnd {
    position: relative;
    max-width: 305px;
    width: 100%;
}
.nSvSrcFndIcon {
    right: 0;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    
}
.nSvSrcFndShow {
    display: flex;
    gap: 3px 10px;
    flex-wrap: wrap;
    height: 100%;
    width: 55%;
}
.nSvSrcFndItm {
    display: flex;
    align-items: center;
    border-radius: 100px;
    border: 1px solid #000;
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.10);
    align-items: center;
    padding: 3px 10px;
    display: flex;
    gap: 10px;
}
.nSvSrcFndItm p{
    margin: 0;
    color: #000;
    font-size: 16px;
}
.nsSvCls {
    background: #DCCAAF;
    border-radius: 50%;
    height: 18px;
    width: 18px;
    display: flex;
    align-items: center;
    padding: 0;
    justify-content: center;
    border: none;
}

.nSvSrcFndItm img {border-radius: 50%;}

@media (max-width: 1279px){
    .nSvSrcFndBox {flex-wrap: wrap;}
    .nSvSrcFnd {max-width: 100%;}
    .nSvSrcFndBox {flex-wrap: wrap;}
    .nSvSrcFndShow {width: 100%;}
}
@media (max-width: 767px){
    .nSvSrcFndTp {flex-wrap: wrap;}
    .nSvSrcFndBox {width: 100%;}
    .nSvSrcFndItm p {font-size: 14px;}
}
/*~~~~~~~~~~~~~~*/
/*Editor Area Start*/

.editorUp .saveSearch {
    margin-bottom: 3px;
    border-radius: 0px 5px 5px 0px;
    box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.15);
}
.editorUp .saveSearch .editList {border-width: 0; }
.editorUp .editList > li .agree {padding-left: 8px;}
.editorUp .editList > li:nth-child(2) {width: 45.125729%;}
.editorUp #titleBar .editList > li:nth-child(2) {padding-left: 22px;}
.editorUp .editList > li:nth-child(3) {width: 12.777058%;}
.editorUp .editList {padding: 0 0 0 10px;}
.editorUp  .editList > li:nth-child(4) {width: 12.665587%;}
.editorUp .noTiFiBtn {width: 120px;}
.editorUp #titleBar .editList > li:nth-child(6) {
    width: 0;
    justify-content: flex-start;
    display: none;
    order: -1;
}
.editorUp .saveSearch .editList > li:nth-child(6) {
    left: 0;
    order: -1;
    height: 100%;
    width: 25px;
}
.sSLeft {width: 250px;}
.editorUp #titleBar .sSLeft {width: 218px;}
.dMYt::after {
    right: 15px;
    top: 50%;
}
.editorUp .dMYt {
    border-radius: 5px;
    background: linear-gradient(180deg, #FFF 0%, #E0E0E0 100%);
    padding: 10px 30px 10px 10px;
}
.editorUp .sDrDp {
    left: 0;
    display: flex;
    align-items: center;
    border-radius: 5px 0px 0px 5px;
    background: #E0E0E0;
    position: absolute;
    padding: 20px 5px;
    height: 100%;
    top: 0;
}
.editorUp .editList > li:nth-child(5) {width: 5.017498%;}
.editorUp .dotBtn {
    height: 72px;
    display: flex;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    background: #F5F5F5;
    position: relative;
    width: 30px;
}
.editorUp .dotBoxIn:hover .dotBtn {z-index: 1;}
.editorUp .dotBoxIn ul {
    top: -12px;
    margin-right: -30px;
}

@media screen and (max-width: 1919px){
.sSLeft { width: 200px;}
.editorUp .editList > li:nth-child(2) {width: 38%;}
.editorUp .editList > li:nth-child(4) {width: 16%;}
}
@media screen and (max-width: 1666px){
    .editorUp .editList > li:nth-child(1) {width: 26%;}
    .editorUp .editList > li:nth-child(2) {width: 30%;}
    .editorUp .editList > li:nth-child(4) {width: 19%;}
    .editorUp .editList > li:nth-child(5) {margin-right: 5px;}
  .editorUp .editList > li .agree {padding-left: 8px;}
}
@media screen and (max-width: 1279px) {
    .editorUp .saveSearch .editList > li:nth-child(1){align-items: center;}
    .editorUp .editList > li:nth-child(1) > .agree {padding-left: 40px;}
    .editorUp .saveSearch .editList > li:nth-child(1),
    .editorUp .saveSearch .editList > li:nth-child(2),
    .editorUp .saveSearch .editList > li:nth-child(3),
    .editorUp .saveSearch .editList > li:nth-child(4),
    .editorUp .saveSearch .editList > li:nth-child(5) {
        width: 100%;
        padding: 10px 0;
    }
    .editorUp .editList > li:nth-child(5) {margin-right: 0;}
    .editorUp  .saveSearch .editList > li:nth-child(6)::before {display: none;}
    .editorUp .editList > li {
        justify-content: center;
         align-items: flex-start; 
}
    .editorUp .sSLeft {width: calc(100% - 80px)}
    .editorUp  .sDName {
        width: 100%;
        margin-left: 20px;
    }
    .editorUp .saveSearch .editList { padding: 0 0 0 25px;}
    .editorUp .dotBtn {margin-left: -15px;}
}
@media screen and (max-width: 639px){
    .editorUp .dotBox {
        align-items: center;
        justify-content: center;
        display: flex;
    }
    .editorUp .dotBtn {margin-left: 0;}
}
