/*
 Template Name: Canvey
 Author: Denis.P
 File: Main Style css
 */
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
/* ==============
  General
===================*/
.btn-wd-200 {
  width: 200px;
}

.bg-convey-green {
  background-color: #3bc850!important;
}

.text-convey-green {
  color: #3bc850!important;
}

.bg-light-grey {
  background-color: #b5b3b3!important;
}

.bg-darker-grey {
  background-color: #828181!important;
}
.bg-light-black {
  background-color: #444444!important;
}
.bg-rich-red {
  background-color: #ba4a4b!important;
}

.bg-emerald {
  background-color: #485fc7!important;;
  border: 1px solid #485fc7!important;;
}

.bg-emerald:hover {
  background-color: #286090!important;;
  border: 1px solid #286090!important;;
}

.color-black-light {
  color: #5b636d;
}


.card-custom-padding {
  padding-bottom: 7px;
  padding-top: 7px;
}

.custom-padding-top {
  padding-top: 20px;
}

.custom-padding-btop {
  padding-top: 11px;
  padding-bottom: 0px;
}

.no-border-table {
  border-collapse: collapse;
  width: 100%;
}

.no-border-table th, td{
  padding: 8px;
  text-align: left;
  border-bottom: 0px solid #ddd;
}

.display-inline {
  display: inline-block;
}

.grid-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 150px;
  grid-gap: 20px;
}

.grid-wrapper #action_board {
  grid-row: 1;
  grid-column: 1 / 4;
  text-align: left;
}

.grid-wrapper > div {
  border: 1px solid #cccccc;
  padding: 10px 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.credit-card-p-div {
  border-color: white;
  border-radius: 16px;
  background: #4c5849;
}

.credit-card-c-div {
  border-radius: 12px;
  background: #dadad4;
}

.btn-buy-credit {
  border-radius: 8px;
  background: #314273;
  color: white;
}

.color-dimgrey {
  color: dimgrey;
}

.search-result-p {
  border-left-style: solid;
  border-color: #dfdfdf;
  border-width: 2px;
  padding: 8px;
}

.box-shadow-note {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19);
}

.search-result-fp {
  padding-left: 20px!important;
  border-color:white;
}

.num-green-circle {
  border-radius: 50%;
  width: 48px;
  height: 48px;
  padding: 1px;
  background: #fff;
  border: 4px solid #00FF00;
  color: #00FF00;
  text-align: center;
  font: 35px Arial, sans-serif;
  font-weight: bold;
}

.line-height-50 {
  line-height: 50px!important;
}

.line-height-40 {
  line-height: 40px!important;
}

.valign-init {
  vertical-align: initial!important;
}

.bg-custom-grey {
  background: #f2f5f7;
}

table > thead > tr > th {
  color: #3C4959 !important;
}

.transform-13{
transform: scale(1.3);  
}

.circle-text{
  font-size: 25px !important;
  line-height: 40px !important;
  width: 200px !important;
  height: 200px !important;
}

.alert-convey-success{
  background-color: #3bc850!important;
  color: #ffffff!important;
}
.alert-convey-danger{
  background-color: #ba4a4b!important;
  color: #ffffff!important;
}

.alertify .dialog div >nav >button {
  background-color: #3bc850!important;
  color: #ffffff!important;
}

.alertify-logs > .success {
    background-color: #3bc850!important;
}

.page-item.active .page-link {
    background-color: #3BC850 !important;
    border-color: #3BC850 !important;
}

.remove_button  i {
    color: red;
    font-size: 36px;
}
.add_button i {
  font-size: 36px;
}

/* submissions */
.h-full {
  height: 100%;
}
.w-full {
  width: 100%;
}
.mt-12 {
  margin-top: 3rem;
}
fieldset, ol, ul {
  margin: 0;
  padding: 0;
}
ol, ul {
  list-style: none;
}
.grid {
  display: grid;
}
.grid-cols-5 {
  grid-template-columns: repeat(5,minmax(0,1fr));
}
.relative {
  position: relative;
}
.col-span-1 {
  grid-column: span 1/span 1;
}
.flex {
  display: flex;
}
.bg-blue-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(1,51,97,var(--tw-bg-opacity));
}
.rounded-full {
  border-radius: 9999px;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.h-16 {
  height: 4rem;
}
.w-16 {
  width: 4rem;
}
.z-10 {
  z-index: 10;
}
.absolute {
  position: absolute;
}
.inset-x-0 {
  right: 0;
  left: 0;
}
.z-0 {
  z-index: 0;
}
.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(161,161,170,var(--tw-bg-opacity));
}
.h-0\.5 {
  height: 0.125rem;
}
.pr-8 {
  padding-right: 2rem;
}
.text-4xl {
  font-size: 1.7rem;
}
.mt-8 {
  margin-top: 2rem;
}
.gap-4 {
  gap: 1rem;
}
.grid-cols-8 {
  grid-template-columns: repeat(8,minmax(0,1fr));
}
@media (min-width: 1024px) {
  .lg\:gap-6 {
      gap: 1.5rem;
  }
}
.col-span-3 {
  grid-column: span 3/span 3;
}
.dz-message {
  --tw-bg-opacity: 1;
  background-color: rgba(255,255,255,var(--tw-bg-opacity));
}
.dz-message {
  border-width: 2px;
  cursor: pointer;
  padding: 1rem;
  width: 100%;
  transition-property: background-color,border-color,box-shadow,color,fill,opacity,stroke,transform;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  border-color: #c1cbd4;
  font-size: unset !important;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.leading-tight {
  line-height: 1.25;
}
.ml-0\.5 {
  margin-left: 0.125rem;
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgba(245,47,70,var(--tw-text-opacity));
}
.p-1 {
  padding: 0.25rem!important;
}
.border-cool-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgba(193,203,212,var(--tw-border-opacity));
  border-style: solid
}
.border-4 {
  border-width: 4px;
}
.fill-current {
  fill: currentColor;
}
.w-5 {
  width: 1.25rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.w-0 {
  width: 0;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.leading-none {
  line-height: 1;
}
.text-sm {
  font-size: .875rem;
  line-height: 1.25rem;
}
.hover\:underline:hover, .underline {
  text-decoration: underline;
}
.border-blue-800 {
  --tw-border-opacity: 0.1;
  border-color: rgba(3,73,137,var(--tw-border-opacity));
  border-style: solid;
}
.border-b-2 {
  border-width: 2px;
}
.w-1\/3 {
  width: 33.333333%;
}
.text-blue-900 {
  --tw-text-opacity: 1;
  color: rgba(1,51,97,var(--tw-text-opacity));
}
.block {
  display: block;
}
textarea {
  overflow: auto;
  resize: vertical;
}
.space-y-4>:not([hidden])~:not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem*var(--tw-space-y-reverse));
}
.dz-clickable {
  flex: 1 1 0%;
  width: 100%;
}
.border-2 {
  border-width: 2px;
}
.dropzone {
  min-height: unset;
}
.col-span-2 {
  grid-column: span 2/span 2;
}
.flex-col {
  flex-direction: column;
}
.text-xl {
  font-weight: 400;
  font-size: 17px;
}
.col-span-4 {
  grid-column: span 4/span 4;
}
.field, .field .control {
  width: 100%;
}
.field:not(:last-child) {
  margin-bottom: 0.75rem;
}
.label:not(:last-child) {
  margin-bottom: 0.5em;
}
.field .label {
  display: none;
}
.control {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  font-size: 1rem;
  position: relative;
  text-align: inherit;
}
.field, .field .control {
  width: 100%;
}
.field .input {
  background-color: transparent;
  display: block;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgba(1,51,97,var(--tw-text-opacity));
  width: 100%;
  border: 0.25rem solid transparent;
  border-bottom-color: #013361;
  border-left-width: 0;
  border-right-width: 0;
  transition-property: background-color,border-color,box-shadow,color,fill,opacity,stroke,transform;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
}
.space-y-4>:not([hidden])~:not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem*var(--tw-space-y-reverse));
}
.justify-end {
  justify-content: flex-end;
}
.col-start-6 {
  grid-column-start: 6;
}
.btn-lg {
  font-size: 1rem;
  line-height: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: white;
}
input[type="file"] {
  display: none;
}
.input-file {
  width: 100%;
}
.file-error {
  border-color: red;
}
.input-error {
  border: solid 1px red !important;
}
#tb_submissions tbody tr {
  cursor: pointer;
}
/* submission detail */
.p-6 {
  padding: 3rem!important;
}
@media (min-width: 1024px) {
  .lg\:p-8 {
      padding: 2rem;
  }
}
.items-end {
  align-items: flex-end;
}
.bg-green-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(179,224,190,var(--tw-bg-opacity));
}
.w-8 {
  width: 2rem;
}
.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(54,54,54,var(--tw-bg-opacity));
}
.grid-cols-3 {
  grid-template-columns: repeat(3,minmax(0,1fr));
}
@media (min-width: 1024px) {
  .lg\:gap-8 {
      gap: 2rem;
  }
}
@media (min-width: 1024px) {
  .lg\:col-span-2 {
      grid-column: span 2/span 2;
  }
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255,255,255,var(--tw-bg-opacity));
}
.border-green-300 {
  --tw-border-opacity: 1;
  border-color: rgba(179,224,190,var(--tw-border-opacity));
}
.h-6 {
  height: 1.5rem;
}
.w-6 {
  width: 1.5rem;
}
.w-3 {
  width: 0.75rem;
}
.flex-wrap {
  flex-wrap: wrap;
}
.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.px-2 {
  padding-right: 0.5rem!important;
}
.w-1\/2 {
  width: 50%;
}
.w-4 {
  width: 1rem;
}
.space-x-2>:not([hidden])~:not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem*var(--tw-space-x-reverse));
  margin-left: calc(0.5rem*(1 - var(--tw-space-x-reverse)));
}
button {
  background-color: transparent;
  background-image: none;
}
.bg-color-panel {
  background-color: #f2f5f7 !important;
}
.space-y-8>:not([hidden])~:not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem*var(--tw-space-y-reverse));
}
@media (min-width: 1024px) {
  .lg\:col-span-1 {
      grid-column: span 1/span 1;
  }
}
.leading-tight {
  line-height: 1.25;
}
.border-input-green-300 {
  border: 1px solid #fff;
  border-bottom-color: #b3e0be;
}
.pr-16 {
  padding-right: 4rem;
}
.pl-4 {
  padding-left: 1rem;
}
.py-4 {
  padding-top: 1rem!important;
  padding-bottom: 1rem!important;
}
.rounded-md {
  border-radius: 0.375rem;
}
.transition-150 {
  transition-property: background-color,border-color,box-shadow,color,fill,opacity,stroke,transform;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
}
.w-10 {
  width: 2.5rem;
}
.h-10 {
  height: 2.5rem;
}
.inline-flex {
  display: inline-flex;
}
[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}
.w-auto {
  width: auto;
}
.h-5 {
  height: 1.25rem;
}
audio, canvas, embed, iframe, img, object, svg, video {
  display: block;
  vertical-align: middle;
}
.bg-color-panel button {
  border: none;
}
.p-4 {
  padding: 1rem!important;
}
@media (min-width: 1024px) {
  .lg\:space-x-8>:not([hidden])~:not([hidden]) {
      --tw-space-x-reverse: 0;
      margin-right: calc(2rem*var(--tw-space-x-reverse));
      margin-left: calc(2rem*(1 - var(--tw-space-x-reverse)));
  }
}
.overflow-hidden {
  overflow: hidden;
}
.order-2 {
  order: 2;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.w-4\/5 {
  width: 80%;
}
.order-1 {
  order: 1;
}
.mr-4 {
  margin-right: 1rem!important;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgba(255,255,255,var(--tw-text-opacity));
}
.px-3 {
  padding-right: 0.75rem!important;
}
.pl-3, .px-3 {
  padding-left: 0.75rem!important;
}
.py-2 {
  padding-top: 0.5rem!important;
  padding-bottom: 0.5rem!important;
}
.text-xs {
  font-size: .75rem;
  line-height: 1rem;
}
.mb-0\.5 {
  margin-bottom: 0.125rem;
}
.text-opacity-80 {
  --tw-text-opacity: 0.8;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.bg-blue-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(3,73,137,var(--tw-bg-opacity));
}
.rounded-xl {
  border-radius: 0.75rem;
}
.block p {
  margin-bottom: 0px
}
.mb-4 {
  margin-bottom: 1rem!important;
}
.justify-between {
  justify-content: space-between;
}
.comment_avatar {
  background-color: #3BC850;
  color: white;
  padding: 10px 12px;
}
.btn-action {
  margin-left: 10px
}
.justify-evnely {
  justify-content: space-evenly;
}