.bg-gradient-primary {
	background: #10143A !important;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    opacity: 0.4; /* Firefox */
}

.select2-selection__rendered {
    line-height: 39px !important;
}

.select2-container .select2-selection--single {
    height: 40px !important;
    border-color: rgba(0, 0, 0, 0.2) !important;
}

.select2-selection__arrow {
    height: 39px !important;
}

.text-long {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2;
    -webkit-box-orient: vertical;
}

.btn-margin-5 {
    margin-bottom: 5px;
}

.left-space-5 {
    margin-left: 8px;
}

.bottom-space-10 {
    margin-bottom: 10px;
}

.c-text-verical-center {
    padding-top: 6px;
}

.btn-height-5 {
    padding: 20px 0;
}

.modal {
    overflow-y: auto !important;
}

@media screen and (max-width: 800px) {
  .col-sm-12 {
    padding-top: 5px;
  }
}