#loading {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.75) url(../img/loading2.gif) no-repeat center center;
    z-index: 10000;
}


.container__radio .checkmark,
.container__check .checkmark {
    position: relative;
    min-width: 20px;
    max-width: 20px;
    min-height: 20px;
    max-height: 20px;
    border-radius: 250px;
    border: 1px solid #BCBCBC;
}

.container__check .checkmark {
    border-radius: 4px;
}

.main__area {
    padding: 0;
}


a:hover {
    color: #03A3FA;
}

.btn {
    border: none;
    background: #fff;

    min-width: 120px;
    min-height: 39px;
    text-decoration: none;
    border-radius: 29px;
    color: #FFFFFF;
    font-size: 16px;
    padding: 6px 15px;
    font-weight: 500;
    text-align: center;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
    
    margin-right: 15px;
}


.btn-primary {
    background: linear-gradient(to right, #03A3FA, #5EC7FF);
    color: #fff;
}
.btn-primary:hover {
    background: linear-gradient(to right, #03A3FA, #5EC7FF);
    color: #fff;
    opacity: .7;
}

.btn-secondary {
    color: #8F8F8F;
    border: 1px solid #8F8F8F;
}

.btn-secondary:hover {
    background-color: #8F8F8F;
    border-color: #8F8F8F;
    color: #fff;
    color: #fff;
}

 .radio label::after {
    background: linear-gradient(to right, #03A3FA, #5EC7FF) !important;
 }

 

.add-section a {
    background: linear-gradient(to right, #03A3FA, #5EC7FF) !important;
}


.input .percent {
    width: 100%;
    height: 40px;
    border-radius: 21px !important;
    background: none;
    -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.23);
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.23) !important;
    border: 0px;
    outline: none;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    font-weight: 600;
    border: 0px !important;
    font-size: 12px;
    position: relative;
    background-color: #fff;
    color:#000000
}

.input .percent input {
    text-align: center;
    position: absolute;
    right: 0px;
    width: 70px;
    height: 100%;
    border-radius: 250px;
    outline: none;
    border: 0px;
    border:1px solid #DCDCDC
}

.input .percent > span {
    white-space: nowrap;
    color: #000000;
    font-size: 11px;
    font-weight:600
}

.gallery-images ul li .image {
    background-color: transparent;
}

.dspage::before {
    margin-top: 71px;
}

.dropdown__image {
    position: absolute;
    top: 200px;
    right: 200px;
    min-width: 240px;
    max-width: 240px;
    z-index: 3;
    background: rgba(193, 193, 193, 0.2);
    border-radius: 18px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding:20px 25px
}

.dropdown__image:before {
    content: "";
    position: absolute;
    top: -9px;
    width: 24px;
    height: 10px;
    -webkit-clip-path: polygon(50% 0%, 100% 100%, 100% 100%, 75% 100%, 25% 100%, 0 100%, 0 100%);
    clip-path: polygon(50% 0%, 100% 100%, 100% 100%, 75% 100%, 25% 100%, 0 100%, 0 100%);
    background: rgba(193, 193, 193, 0.2);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    right:12px
}

.dropdown__image > ul {
    padding: 0px;
    list-style-type: none;
    margin:0px
}

.dropdown__image > ul > li {
    margin-bottom:15px
}

.dropdown__image > ul > li > a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-decoration: none;
    color: #232323;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    -webkit-transition: .4s ease all;
    transition:.4s ease all
}

.dropdown__image > ul > li > a:hover {
    color:#03A3FA
}

.dropdown__image > ul > li:last-child {
    margin-bottom:0px
}


.add__comment form .main .comment__form .lead textarea,
.add__comment form .main .comment__form .lead .emoji-wysiwyg-editor {
    background-color:transparent;
    border:0px;
    padding-top:19px;
    outline:none;
    resize:none;
    font-size:14px;
    height:60px
}

.add__comment form .main .comment__form .lead textarea::-webkit-scrollbar{
    width:4px
}

.add__comment form .main .comment__form .lead textarea::-webkit-scrollbar-thumb{
    border-radius:4px;background-color:#03A3FA
}

.comments__list>.elem__comment .reply__controls .lead textarea,
.comments__list>.elem__comment .reply__controls .lead .emoji-wysiwyg-editor{
    width:100%;
    height:50px;
    padding-top:13px;
    outline:none;
    border:0px;
    border-radius:6px;
    font-size:14px;
    resize:none;
    padding-left:12px;
    padding-right:12px;
    background-color:#F9F9F9;
    margin-bottom:4px
}

.add__comment .bottom__controls .controls>button:disabled,
    .comments__list>.elem__comment .reply__controls .bottom__controls .controls>button:disabled {
    pointer-events: none;
    opacity:.65
}
.add__comment .bottom__controls .controls>button {
    color:#fff;
}
 
.link-small {
    font-size: 10px;
    line-height: 12px;
    display: inline-block;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top
}

.comment__history .comment__more {
    position: absolute;
    right: 0;
    top: 30px;
    min-width: 180px;
    max-width: 180px;
    border-radius: 18px;
    z-index: 2;
    padding: 20px 25px;
    background: rgba(193,193,193,0.2);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.comment__history .comment__more ul {
    padding: 0px;
    list-style-type: none;
    margin: 0px;
}

.comment__history .comment__more ul>li {
    margin-bottom: 12px;
}

.comment__history .comment__more ul>li>a {
    font-size: 12px;
    line-height: 15px;
    font-weight: 600;
    color: #232323;
    text-decoration: none;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
}

.comment__history .comment__more ul>li>a:hover {
    color: #03A3FA;
}

.question__editor .feedback__wrapper .elem__feedback>textarea {
    width: 100%;
    font-size: 20px;
    background-color: transparent;
    padding: 20px;
    border: 0px;
    outline: none;
    border-radius: 20px;
    box-shadow: 0px 2px 7px rgba(185, 185, 185, 0.33);
}

a.image  img.img-responsive {
    height: auto;
    max-height: 90rem;
    cursor: zoom-in;
    object-fit: contain;
    margin: auto;
}

.question__editor .top__part>h6 {
    min-width: 180px;
}


header .outer__header .header__left>.header__controls>a.settings-btn,
header .outer__header .header__right>.header__controls>a.settings-btn {
    min-width: 0px;
    border-radius: 0;
    color: #232323;
    font-weight: 600;
    text-align: center;
    border: none;
    margin-right: 0;
}
header .outer__header .header__left>.header__controls>a.settings-btn:hover,
header .outer__header .header__right>.header__controls>a.settings-btn:hover {
    background-color: transparent;
    color: #03A3FA;
}

header,
.side__wrapper {
    box-shadow: -4px 4px 8px rgba(0, 0, 0, 0.2);
}

.wide__popup {
    max-width: 90% !important;
    max-height: 90% !important;
}

.thumbnail__img {
    border-radius: 15px;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.23) !important;
    cursor: pointer;
}

.thumbnail__img:hover,
.thumbnail__img.active {
    border: solid 1px #232323;
}

.preview-iframe {
    border: solid 1px #232323;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.searchbox-container {
    position: relative;
    display: inline-block;
    width: 100%; /* Adjust as needed */
}

.searchbox-container input {
    width: 100%;
    padding: 8px 32px 8px 8px; /* Add padding to the left for the icon */
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.searchbox-container .icon {
    position: absolute;
    right: 10px; /* Position the icon */
    top: 50%;
    transform: translateY(-50%); /* Center the icon vertically */
    color: #03a3fa; /* Change color as needed */
    pointer-events: none; /* Prevent clicks on the icon */
}