.radsearch-main {
    display: flex;
    color: #000;
    min-height: 1rem;
    position: relative;
/*     background: linear-gradient(90deg, #191970, #191970); */
}

.radsearch-main + .rad-webinars-holder {
    margin-top: -2.1667rem
}

.mainSearch-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .1;
    position: absolute
}

.mainSearch-bg.pattern {
    background-repeat: repeat
}

.radsearch-main-wrapper {
    flex: 1;
    max-width: auto;
    position: relative;
    padding: 2px;
    margin: 0;
}

.radsearch-main-wrapper .radsearch-main-allWebinarsCount {
    display: none;
    font-size: 1.65rem;
    font-weight: 700;
    margin-top: 1rem
}

.rad-webinars .radsearch-main-wrapper {
    margin-bottom: 20px
}

.rad-webinars .radsearch-main-wrapper .radsearch-main-allWebinarsCount {
    display: flex;
    align-items: center;
    justify-content: center
}

.rad-about .radsearch-main-wrapper,
.rad-conatctUs .radsearch-main-wrapper,
.rad-terms .radsearch-main-wrapper {
    margin-bottom: 20px
}

.rad-host .radsearch-main-wrapper,
.rad-teacher .radsearch-main-wrapper {
    margin-bottom: 50px
}

.radsearch-main-title {
    text-align: center;
    font-size: 1.73333rem;
    z-index: 21;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.radsearch-main-title span {
    font-size: 1em
}

.radsearch-main-input {
    position: relative;
    margin-top: 0;
    background: #fff;
    color: #000;
    border-radius: .3333rem;
/*     box-shadow: 5px 5px 5px 5px rgba(20, 83, 155, 0.1); */
    z-index: 22
}

.radsearch-main-input input {
    width: 100%;
    border: none;
    display: block;
    background: transparent;
/*     padding: 1.4rem 1rem; */
    font-size: 1rem;
    transition: all .25s;
    margin-right: 1px;
    padding: 1rem;
    min-width: 250px;
}

.radsearch-main-input input::-webkit-input-placeholder {
    opacity: 1;
    color: rgba(93, 89, 122, .5)
}

.radsearch-main-input input::-moz-placeholder {
    opacity: 1;
    color: rgba(93, 89, 122, .5)
}

.radsearch-main-input input:-ms-input-placeholder {
    opacity: 1;
    color: rgba(93, 89, 122, .5)
}

.radsearch-main-input input::-ms-input-placeholder {
    opacity: 1;
    color: rgba(93, 89, 122, .5)
}

.radsearch-main-input input::placeholder {
    opacity: 1;
    color: rgba(93, 89, 122, .5)
}

.radsearch-main-input input:focus {
    outline: none
}

.radsearch-main-input .spinner {
    top: 50%;
    left: 2.2rem;
    font-size: .8rem;
    position: absolute;
    transform: translateY(-50%)
}

.radsearch-main-input .spinner:before {
    border-top-color: rgba(93, 89, 122, .5)
}

.radsearch-main-input .mainSearch-clear,
.radsearch-main-input button {
    top: 50%;
    left: 1em;
    padding: 1rem;
    border: none;
    outline: none;
    font-size: 1.8rem;
    position: absolute;
    background: transparent;
    color: rgba(93, 89, 122, .5);
    transform: translateY(-50%);
    color: #191971;
    padding-left: 0;
}

.radsearch-main-input .mainSearch-clear:disabled,
.radsearch-main-input button:disabled {
    opacity: .4
}

.radsearch-main-input .mainSearch-clear.stickLeft,
.radsearch-main-input button.stickLeft {
    left: 0
}

.radsearch-main-input.small {
    box-shadow: none;
    border: 1px solid #eee;
    width: 50%;
    margin: 0 25px;
    overflow: hidden;
    box-shadow: 0 3px 5px 0 rgba(52, 52, 72, .02)
}

.radsearch-main-input.small form {
    width: 100%;
    display: flex
}

.radsearch-main-input.small input {
    width: 100%;
    border: none;
    display: block;
    background: transparent;
    padding: 10px 15px;
    font-size: .93333rem
}

.radsearch-main-input.small input:focus {
    outline: none
}

.radsearch-main-input.small button {
    top: 48%;
    left: 0;
}

@media (max-width:767.98px) {
    .radsearch-main-input input {
        font-size: 1em !important;
        padding: 1.2rem
    }

    .radsearch-main-input button {
        left: 0
    }
}

.radsearch-main-mainContent {
    position: relative
}

.mainsearch-rad-resultb {
    position: absolute;
    top: 83px;
    right: 0;
    width: 100%;
    z-index: 22
}

.mainsearch-rad-result {
    position: absolute;
    top: -33px;
    right: 0;
    width: 100%;
    background: #ffffff;
    padding-top: inherit;
    border-radius: 1rem;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: 0 0 10px 0 rgba(20, 83, 155, 5);
    overflow: auto;
    max-height: 220px;
}

.mainsearch-rad-result-event {
    position: absolute;
    top: auto;
    right: 0;
    width: 100%;
    background: #ffffff;
    padding-top: inherit;
    border-radius: 1rem;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: 0 0 10px 0 rgba(20, 83, 155, 5);
    overflow: auto;
    max-height: 220px;
    bottom: 90px;
}


@media (max-width:767.98px) {
    .mainsearch-rad-result {
        padding: 0 !important
    }

    .mainsearch-rad-result .rad-mainSearch-r-seeAll {
        left: 0
    }
}

.mainsearch_rad {
    position: relative;
    height: 100%
}

.mainsearch_rad_item {
    border-top: 1px solid #f1f3f8;
    padding: 0.5rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media (max-width:991.98px) {
    .mainsearch_rad_item {
        padding: .5rem 1rem 1rem
    }
}

.mainsearch_rad_item:hover {
    background-color: #f6f8fb
}

.mainsearch-rad-itemcon {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.mainsearch-rad-itemcon .img-holder {
    flex: 0 0 65px;
    width: 60px;
    height: 60px;
    border-radius: 5px
}

.mainsearch-rad-itemcon .img-holder img {
    width: 100%;
    height: 100%
}

.mainsearch-rad-itemcon .text {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    flex-flow: row;
    flex-wrap: wrap;
    padding-left: 1rem;
    color: #191971;
}

.mainsearch-rad-itemcon .text .mainsearch-rad-onvan {
    flex: 0 0 100%;
    color: #191971;
    font-size: 1rem
}

.mainsearch-rad-itemcon .text .mainsearch-rad-evetdate,
.mainsearch-rad-itemcon .text .mainsearch-rad-professor {
    color: #191971;
    font-size: .8rem
}

.mainsearch-rad-itemcon .text .mainsearch-rad-professor {
    padding-left: .8rem;
    position: relative
}

.mainsearch-rad-itemcon .text .mainsearch-rad-evetdate {
    padding-right: .8rem
}

/* .mainsearch-rad-itemcon .text .mainsearch-rad-professor:after {
    content: "/";
    position: absolute;
    top: 0;
    left: -1px
} */

@media (max-width:991.98px) {
    .mainsearch-rad-itemcon {
        flex-flow: row;
        flex-wrap: wrap;
        position: relative
    }

    .mainsearch-rad-itemcon .text {
        flex: 0 0 calc(100% - 65px)
    }

    .mainsearch-rad-itemcon .mainsearch-rad-pricevalue {
        position: absolute;
        bottom: -8px;
        left: 0;
        font-size: .8rem !important
    }
}

@media (max-width:767.98px) {
    .mainsearch-rad-itemcon {
        padding-bottom: 1.3rem
    }

    .mainsearch-rad-itemcon .mainsearch-rad-onvan {
        line-height: 20px;
        font-size: .8rem !important
    }
}

.mainsearch-rad-pricevalue {
    flex: 0 0 40%;
    font-weight: 700;
    text-align: left;
    font-size: 1em;
}

.rad-mainSearch-r-seeAll {
    position: absolute;
    bottom: -45px;
    left: 0;
    width: 172px;
    line-height: 38px;
    border-radius: 15.5px;
    box-shadow: 0 20px 50px 0 rgba(20, 83, 155, .05);
    background-color: #fff;
    font-size: .8rem;
    color: #343448;
    text-align: center
}

.rad-mainSearch-result-err {
    flex: 0 0 100%;
    color: #5d597a;
    font-size: 1rem;
    border-top: 1px solid #f1f3f8;
    text-align: center;
    padding: 1rem 0
}

#radsearch-main-r-itemFinished {
    font-size: .86667rem;
    font-weight: 400
}

.radsearchPresenterB {
 float:right;
 width:100%;
 display:flex;
 align-items:center;
 position:relative;
 background:#efe;
 padding:20px;
 border-radius:.3333rem;
 box-shadow:0 5px 10px 0 rgba(20,83,155,.05)
}

.radsearchPresenter {
 display:flex;
 align-items:center;
 justify-content:space-between;
 padding:2rem 1.5rem 1.5rem 2.4rem!important
}
.radsearchPresenter .img-holder {
 flex:0 0 60px;
 margin-left:10px;
 border-radius:100%;
 overflow:hidden
}
.radsearchPresenter .img-holder img {
 width:100%;
 height:60px;
 object-fit:cover;
 -o-object-fit:cover
}
.radsearchPresenter input {
 flex:1
}
.radsearchMPresenter {
 position:relative
}
.radsearchMPresenter:before {
 content:"مدرس اصلی";
 position:absolute;
 top:0;
 left:0;
 padding:0 10px;
 line-height:22px;
 color:#fff;
 background-color:#4dba64;
 border-radius:0 .3333rem 0 .3333rem
}
.radsearchMPresenter.rightMain:before {
 right:25px
}
.btnRemoveAction {
 background:#c1cfe6;
 width:31px;
 height:31px;
 border-radius:.3333rem 0 .3333rem 0;
 color:#fff;
 position:absolute;
 left:0;
 bottom:0;
 display:flex;
 justify-content:center;
 align-items:center;
 transition:all .25s;
 border:0;
 cursor:pointer
}
.btnRemoveAction:hover {
 background:#d01d31
}
.btnRemoveAction:disabled {
 cursor:default;
 background:rgba(161,175,179,.7)
}


.btnRemoveActionSmall {
 background:#c1cfe6;
 min-width:21px;
 height:21px;
 border-radius:.3333rem 0 .3333rem 0;
 color:#fff;
 position:absolute;
 left:auto;
 bottom:0;
 display:flex;
 justify-content:center;
 align-items:center;
 transition:all .25s;
 border:0;
 cursor:pointer;
    color: #ffffff;
 right: 0;
 padding-right: 5px;
 padding-left: 5px;
}
.btnRemoveActionSmall:hover {
 background:#d01d31;
    color: #ffffff;
}
.btnRemoveActionSmall:disabled {
 cursor:default;
 background:rgba(161,175,179,.7)
}



.selectsoftwareA-holder {
 margin-bottom:2.5rem;
 padding:3rem 5.5rem
}
.selectsoftwareA {
 position:relative;
 border-radius:.3333rem;
 box-shadow:0 20px 50px 0 rgba(20,83,155,.05);
 border:3px solid transparent
}
.selectsoftwareA.active {
 border:4px solid #191971;
}
.selectsoftwareA-content {
 padding:1rem 2rem 0
}
.selectsoftware-header {
 display:flex;
 align-items:center;
 justify-content:flex-start;
 border-bottom:1px dashed #c1cfe6;
 padding-bottom:1rem
}
#selectsoftware-header-img {
 width:8rem;
 height:8rem;
 border-radius:100%;
 background:#eee;
 margin-left:3rem;
 display:flex;
 align-items:center;
 justify-content:center
}
#selectsoftware-header-img img {
 width:5rem;
}
.selectsoftware-header-text {
 display:flex;
 align-items:flex-start;
 justify-content:center;
 flex-direction:column;
 color:#191971
}
.selectsoftware-header-text.skyroom {
 color:#3e9fee
}
.selectsoftware-header-text span#name {
 font-size:1.46667rem;
 font-weight:700
}
.selectsoftware-header-text p {
 font-size:1rem;
 font-weight:700
}
.selectsoftware-header-text p span {
 position:relative
}
.selectsoftware-header-text p span:before {
 content:"";
 position:absolute;
 right:1px;
 bottom:-2px;
 width:100%;
 border-top:1px solid #191971
}
.selectsoftware-summary {
 display:flex;
 align-items:flex-start;
 justify-content:center;
 flex-direction:column;
 border-bottom:0px dashed #c1cfe6;
 padding:1.5rem 0
}
.selectsoftware-summary span {
 padding-right:1.5rem;
 position:relative;
 color:#696983;
 line-height:35px;
}

.selectsoftware-values {
 display:flex;
 align-items:flex-start;
 justify-content:center;
 flex-direction:column;
 border-bottom:1px dashed #c1cfe6;
 padding:1rem 0
}
.selectsoftware-values label {
 font-size:1rem;
 font-weight:700
}
.selectsoftware-values .radiobuttonrad {
 padding:.5rem 0
}
.selectsoftware-values .radiobuttonrad.active label {
 color:#191971
}
.selectsoftware-pricePer {
 padding:0.5em;
 color:#191971
}
.selectsoftware-price,
.selectsoftware-pricePer {
 font-size:1.33333rem;
 font-weight:700;
 text-align: center;
}
.selectsoftware-price {
 display:flex;
 align-items:flex-start;
 justify-content:center;
 color:#ffffff;
 background:#73bd73;
 padding:1rem 1.5rem;
	text-align: center;
}


#selectsoftware-OldPrice {
 position:relative;
 font-size:24px;
 margin-left:1rem;
 color:#ff5969;
 font-weight:400;
 text-decoration:line-through
}
.radiobuttonrad {
 display:flex;
 align-items:center;
 justify-content:center;
 margin-left:1rem;
 cursor:pointer
}
.radiobuttonrad label {
 cursor:pointer
}
.radiobuttonsoft {
 display:flex;
 align-items:center;
 justify-content:center;
 position:relative;
 margin-left:1.2rem
}
.radiobuttonsoft input {
 position:absolute;
 z-index:-1;
 opacity:0
}
.radiobuttonradHolder:before {
 content:"";
 position:absolute;
 top:-8px;
 right:0;
 width:16px;
 height:16px;
 border:2px solid #dfe4ec;
 border-radius:100%;
 background:#fff;
 pointer-events:none
}
.radiobuttonsoft.active:after {
 content:"";
 position:absolute;
 top:-4px;
 right:4px;
 width:8px;
 height:8px;
 border-radius:100%;
 background:#191971;
 pointer-events:none;
 z-index:12
}
.radiobuttonsoft.active:before {
 border-color:#191971
}
