::selection {
    color: #ffffff;
    background: #4fa9b8;
}
.navbar.navbar-expand-md, .navbar.navbar-light {
	height: 48px;
}
.navbar-brand {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
form, .form_block {
	background: #fff;
	border-radius: 15px;
	width: 100%;
}
@media (min-width: 1024px) {
	form, .form_block {
		max-width: 700px;
	}
}
.content {
	padding-left: 10px !important;
	padding-right: 10px !important;
}
.form-control-feedback > i {
	color: #64adbac7;
}
.form-control:focus {
	border: 1px solid #55a6b352!important;
}
#navbar-footer {
	text-align: center;
	letter-spacing: 1px;
}
#request-form .img-holder {
	gap: 10px;
}
#request-form .img-holder img {
	width: 36px;
	border-radius: 10px;
}
/*FILE UPLOADER*/
#file-uploader .upload-wrapper {
    background-color: #f1f1f1;
    padding: 10px;
    margin: 0px auto 0;
    border: 1px solid #dddddd;
    border-radius: 7px;
    box-shadow: 1px 2px 8px rgb(117 110 110 / 14%);
    -webkit-box-shadow: 1px 2px 8px rgb(117 110 110 / 14%);
    -moz-box-box-shadow: 1px 2px 8px rgb(117 110 110 / 14%);
}
#file-uploader #dropzone {
    border: 1px solid #d9d9d9;
    padding: 20px;
    text-align: center;
    box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.12);
    -moz-box-box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.12);
    border-radius: 3px;
}
#file-uploader #dropzone i {
    display: block;
    font-size: small;
    margin-bottom: 5px;
    color: #cacaca;
    text-shadow: 1px 1px 1px #fff;
}
#file-uploader .input-file {
    position: relative;
    overflow: hidden;
}
#file-uploader .input-file input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    -ms-filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: #fff;
    cursor: pointer;
    display: block;
}
#file-uploader .button {
position: relative;
    overflow: hidden;
    font-family: inherit;
    padding: 1px 14px;
    color: #444;
    color: rgba(0, 0, 0, 0.8);
    border: 1px solid #999;
    border: 0 rgba(0, 0, 0, 0);
    text-decoration: none;
    border-radius: 2px;
    display: inline-block;
    color: #fff;
    font-size: 0.8em;
    margin-left: 2px;
    background: #fff;
    border-radius: 5px;
    background-color: #ea6363;
}
#file-uploader .button:hover {
    box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.4);
    -moz-box-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.4);
}
#file-uploader .button:disabled {
    background-color: #d4d4d4;
    color: #b1b1b1;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.52);
    box-shadow: none;
    -moz-box-box-shadow: none;
    -webkit-box-shadow: none;
}
#file-uploader .btn-blue {
    background-color: #55a6b3;
    border-radius: 5px;
    font-size: 13px;
}

#file-uploader .file-row {
    padding: 25px 10px 15px 10px;
        background: linear-gradient(to right, #ffffe0, #ff572212);
    margin-top: 5px;
    border-radius: 5px;
    box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.04);
    -moz-box-box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.04);
    border: 1px solid #e6e6e6;
    min-height: 84px;
    position: relative;
}
#file-uploader .file-row video {
    width: 100%;
}
#file-uploader .file-row audio {
    width: 100%;
}
#file-uploader .file-row .file-row-text {

}
#file-uploader .file-row .file-remove {
    margin-top: -6px;
    text-decoration: none;
    color: #848484;
}

#file-uploader .file-uploaded {
        background: linear-gradient(to right, #ffffe0, #ff572212);
        position: relative;
}
#file-uploader .file-row canvas {
    margin-right: 10px;
    border-radius: 5px;
    border: 1px solid #eaeaea;
}

#file-uploader .file-row .controls {
    display: none;
    width: calc(100% - 125px);
    position: absolute;
    top: 24px;
    left: 119px;
}
#file-uploader .file-row-text .controls button {
    line-height: 17px;
    display: inline-block;
}
#file-uploader .file-row .controls button.remove {
    background-color: #ea6363;
    background: #ea6363;
    display: none;
}
#file-uploader .file-row .controls button.add_description {
    background-color: #1e96c9;
    background: #1e96c9;
    display: none;
}
#file-uploader .file-row .controls .allow {
    display: none;
    white-space: nowrap;
    margin-top: 2px;
}
#file-uploader .file-row .controls .allow label {
display: inline;
    font-size: 14px !important;
    position: relative;
    top: -2px;
    left: 3px;
}
#file-uploader .file-row .inputs input {
    border-radius: 4px;
    border: 1px solid #b2b2b2;
    width: 100%;
    line-height: 23px;
    font-size: 14px;
    outline: none;
    padding: 1px 10px;
}
#file-uploader .file-row .inputs .desc_field {
    display: none;
}

#file-uploader .file-row-text > span.finfo {
    display: block;
    color: #848484;
    margin: 0;
    margin-bottom: 0px;
    overflow: hidden;
    font-size: 12px;
    line-height: 17px;
    width: calc(100% - 20px);
    position: absolute;
    top: 5px;
    left: 11px;
    text-align: left;
}
#file-uploader .file-row-text > span span.fname {
    color: #848484;
    overflow: hidden;
    display: inline-block;
    max-width: 139px;
    font-size: 12px;
    line-height: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    position: relative;
    top: 2px;
}
@media (min-width: 1024px) {
    #file-uploader .file-row-text > span span.fname {
       max-width: 500px;
    }
}
#file-uploader .progress {
background-color: #fff;
    height: 8px;
    overflow: visible;
    border: 1px solid #ededed;
    padding: 1px;
    width: calc(100% - 125px);
    border-radius: 6px;
    margin-top: 10px;
    position: absolute;
    top: 49px;
    left: 119px;
    margin: 0;
}
#file-uploader .progress .progress-bar {
    background-color: #55a6b399;
    width: 0;
    height: 4px;
    text-align: center;
    border-radius: 10px;
    font-size: 9px;
}
#file-uploader .progress .progress-bar span {
    position: absolute;
    font-size: 12px;
    top: -21px;
    left: 50%;
    margin-left: -50px;
    color: #545454;
    font-style: italic;
    background: #fff;
    line-height: 12px;
    padding: 2px 6px;
    border-radius: 5px;
    border: 1px solid #ededed;
}
#file-uploader .progress-wrapper {
    clear: both;
}
#file-uploader #error_output {
    color: red;
}
#file-uploader .text-danger,
#file-uploader .text-success {
    position: absolute;
    top: 51px;
    left: 76px;
    width: calc(100% - 125px);
}
#file-uploader .text-danger {
    color: #e40808;;
}
#file-uploader .text-success {
    color: #0e7a06 !important;
    line-height: 16px;
}
#upload_icon {
    position: absolute;
    top: 23px;
    left: 6px;
    font-size: 16px;
    border-radius: 30px;
}

#upload_icon.fa-clock {
    color: #5a5a5a;
    background: #fff;
}
#upload_icon.fa-hexagon-check {
    color: #62ae43;
    background: #fff;
}
#upload_icon.fa-hexagon-exclamation {
    color: #e40808;
    background: #fff;
}

/* CROP IMAGE */
#cropped-image {
    width: 120px;
    height: 160px;
    overflow: hidden;
    margin: 10px auto;
    border-radius: 15px;
}
#crop-image {
    max-width: 100%;
    height: auto;
    display: block;
}
.cropper-container {
    max-width: 100%;
    max-height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
#crop-container .docs-buttons {
    padding: 0;
    display: flex;
    gap: 10px;
    justify-content: space-evenly;
    margin-top: 5px;
}
#crop-container .docs-buttons .btn {
    padding: 3px 10px;
}
#crop-container .docs-buttons.top {
    justify-content: flex-start;
    margin-bottom: 5px;
}
@media (max-width: 440px) {
    #crop-container .docs-buttons .btn {
        padding: 3px 7px;
    }
}
@media (max-width: 375px) {
    #crop-container .docs-buttons .btn {
        padding: 3px 4px;
    }
}

#crop-modal .progress {
    display: none;
}
ul.styled {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    list-style: none;
}
ul.styled li {
        width: 100%;
        position: relative;
}
ul.styled li:before {
left: -25px;
    top: 8px;
    width: 5px;
    height: 5px;
    content: "";
    position: absolute;
    border-radius: 3px;
    background: #55a6b3a8;
}