 body {
     font-family: 'Circular-Loom', sans-serif;
 }

 .site-title {
     font-size: 22px;
     text-align: center;
     color: #fff;
     font-weight: bold;
     text-shadow: 0 0 7px #28c76f;
 }
 .blog .card {
    padding: 0;
 }
.card .card-header {
    justify-content: flex-start !important;
}
 .light-layout label {
     color: #000000;
     font-size: 14px;
 }

 .input-images-1 {
     cursor: crosshair;
 }

 .image-uploader {
     border: 3px dashed #28c76f;
 }

 .top-pannel {
     background-color: #10163a;
     color: #fff;
     border-radius: 12px;
 }

 .card {
     padding: 25px;
 }

 .image-uploader .uploaded .uploaded-image {
     border: 2px solid #dfdfdf;
     box-shadow: -2px -4px #dfdfdf;
 }

 .uploaded-image img {
     transform: rotate(-3deg);
 }

 .uploaded-images {}

 .uploaded-images img {
     object-fit: contain;
     width: 100%;
     height: 200px;
     box-shadow: -3px 3px 1px 11px #e1e1e1;
     border-radius: 5px;

 }

 .uploaded-images img:hover {
     box-shadow: -3px 3px 1px 11px #bc0a0a;
     transform: rotate(-3deg);
 }

 .form-control {
     border: 1px solid #10163a;
 }

 .select2-container--classic .select2-selection--single,
 .select2-container--default .select2-selection--single {
     border: 1px solid #10163a;
 }

 .pr-image {
     width: 100%;
     object-fit: cover;
     max-height: 220px;
 }


 .ribbon {
     position: absolute;
     right: -5px;
     top: -5px;
     z-index: 1;
     overflow: hidden;
     width: 75px;
     height: 75px;
     text-align: right;
 }

 .ribbon span {
     font-size: 10px;
     font-weight: bold;
     color: #FFF;
     text-transform: uppercase;
     text-align: center;
     line-height: 20px;
     transform: rotate(45deg);
     -webkit-transform: rotate(45deg);
     width: 100px;
     display: block;
     background: #28c76f;
     background: linear-gradient(#28c76f 0%, #28c76f 100%);
     box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
     position: absolute;
     top: 19px;
     right: -21px;
 }

 .ribbon span::before {
     content: "";
     position: absolute;
     left: 0px;
     top: 100%;
     z-index: -1;
     border-left: 3px solid #28c76f;
     border-right: 3px solid transparent;
     border-bottom: 3px solid transparent;
     border-top: 3px solid #28c76f;
 }

 .ribbon span::after {
     content: "";
     position: absolute;
     right: 0px;
     top: 100%;
     z-index: -1;
     border-left: 3px solid transparent;
     border-right: 3px solid #79A70A;
     border-bottom: 3px solid transparent;
     border-top: 3px solid #79A70A;
 }

 #result {
    padding: 10px;
    display: block;
    position: absolute;
    z-index: 9;
    background: #f1f1f1;
    width: 96%;
 }

 #result ul {
     list-style-type: none;
     padding: 0;
     margin: 0;
 }

 #result ul li {
     padding: 5px 0;
        border-bottom: 1px solid #fff;
 }

 #result ul li:hover {
     background: rgb(62, 61, 61);
     color: #fff;
    cursor: pointer;
 }


