label {
    font-family: "muli-light"
}

.input-box {
    border-radius: 10px;
    width: 100%;
    border: 1px solid #2a89b7;
    padding: 5px 37px 5px 53px;
    font-size: 14.5px;
    color: #000
}

.input-box,
select {
    height: 50px
}

.form-control {
    color: #000
}

.form-control:focus {
    border-color: rgb(42, 137, 183, 20%);
    outline: 0 !important;
    color: #000;
    box-shadow: unset !important
}

body::-webkit-scrollbar {
    display: none
}

.input-box.email {
    background: url(../images/form-icons/email.svg)no-repeat 18px 18px
}

.input-box.search {
    padding: 5px 37px 5px 20px;
    border: 1px solid #2a89b759;
    background: linear-gradient(45deg, #fefefe, #2989b71a) !important
}

.search-show-pc {
    position: relative;
    top: 59px;
    float: right;
    cursor: pointer
}

.input-box.password {
    padding-right: 77px;
    background: url(../images/form-icons/password.svg)no-repeat 18px 14px
}

.input-box.name {
    background: url(../images/form-icons/name.svg)no-repeat 19px 13px
}

.input-box.phone {
    background: url(../images/form-icons/phone.svg) no-repeat scroll 19px 13px;
}

input.input-error {
    border: 1px solid red
}

.input-icons i {
    position: absolute
}

.input-icon {
    padding: 23px 0 0 30px;
    min-width: 40px;
    position: relative;
    top: 42px
}

.blue-btn {
    border-radius: 17px;
    background: #2a89b7;
    width: 100%;
    border: 0;
    outline: 0;
    color: #fff;
    height: 50px
}

.delete-btn {
    margin-right: 30px;
    background: red;
    padding: 5px 25px;
    border-radius: 27px;
    color: #fff;
    text-align: center;
    font-size: 13px;
    border: unset
}

.password-show-pc {
    position: relative;
    top: 32px;
    right: 18px;
    float: right;
    font-size: 12px;
    color: #2a89b7;
    cursor: pointer
}

.pointer {
    cursor: pointer
}

.create-event-form {
    width: 100%;
    margin-top: 30px
}

.create-event-form input {
    border: 1px solid rgb(42, 137, 183, 20%);
    padding: 5px 10px 5px 20px
}

.create-event-form label {
    margin-bottom: 15px
}

::-webkit-calendar-picker-indicator {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="15" viewBox="0 0 24 24"><path fill="%232a89b7" d="M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 18H4V8h16v13z"/></svg>')
}

.contenteditable {
    word-break: break-all
}

.height-v100h {
    height: 100vh
}

.app-gradient-btn {
    width: 100%;
    height: 60px;
    margin-right: 30px;
    background: linear-gradient(270deg, #caebfd, #2a89b7);
    text-transform: uppercase;
    padding: 5px 25px;
    border-radius: 27px;
    color: #fff;
    text-align: center;
    border: unset;
    margin-top: 20px
}

.w-100pr {
    width: 100%
}

.comment-add-photo,
.send-comment-btn,
.send-comment-reply-btn {
    position: absolute;
    right: 11px;
    width: 18px;
    top: 11px;
    cursor: pointer
}

.comment-add-photo {
    top: 35px
}

.typed-comment {
    font-size: 14px;
    color: #000
}

.download-comment-img {
    transform: scale(-1);
    -webkit-transform: scale(-1)
}

.comment-img-display__div {
    position: relative;
    border: 1px solid rgba(42, 137, 183, .1)
}

.comment-img-display__div img.download-comment-img {
    position: absolute;
    width: 20px;
    left: 75%;
    top: 10px;
    text-align: center;
    margin: 0 auto;
    background: #fff;
    border-radius: 27px;
    cursor: pointer
}

.red {
    color: red
}

.href_link {
    color: #2a89b7;
    font-size: 12px;
    text-decoration: underline
}

.simple-submit-btn {
    background: #2a89b7;
    padding: 5px 25px;
    border-radius: 27px;
    color: #fff;
    text-align: center;
    height: 35px;
    font-size: 13px;
    border: unset
}
.otp-btn {
    background: #2a89b7;
    padding: 5px 14px;
    border-radius: 27px;
    color: #fff;
    text-align: center;
    height: 35px;
    font-size: 13px;
    border: unset
}
.simple-submit-btn:hover {
    color: #fff
}

textarea {
    outline: 0;
    border: 0
}

label.disabled {
    color: #707070 !important
}

#toast-container>div {
    font-size: 14px;
    opacity: 1 !important;
    -webkit-box-shadow: unset !important
}

#toast-container>div,
#toast-container>div:hover {
    box-shadow: unset !important
}

.input-box-small {
    height: 45px;
    font-size: 12px
}

.input-box-small::placeholder {
    font-size: 12px
}

.custom-control-label-radio {
    color: #000;
    font-size: 14px
}

input::placeholder {
    font-size: 14px;
    color: #838788
}

textarea::placeholder {
    font-size: 14px;
    color: #6c757d
}

.word-break-all {
    word-break: break-all
}

.blocks-href {
    cursor: pointer
}

.circle-img-block {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    position: relative;
    overflow: hidden
}

.circle-img-block img {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.load-more-div {
    width: 100%;
    text-align: center;
    margin-bottom: 40px
}

.load-more-div button {
    background: #fff;
    padding: 5px 25px;
    border-radius: 27px;
    color: #2a89b7;
    text-align: center;
    font-size: 14px;
    height: 40px;
    border: 2px solid;
    width: 49%
}

.word-dotted-text {
    word-break: break-all;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    width: auto
}

.w-20px {
    width: 20px
}