@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600);@charset "UTF-8";

/*
* FLEX CONTAINER
*/

.flex-container,
.vertical-item--center,
.vertical-item--top,
.vertical-item--justify,
.horizontal-item--start,
.horizontal-item--around,
.horizontal-item--between,
.horizontal-item--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.flex,
.vertical-item--between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-column,
.vertical-item--between {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.flex-around,
.horizontal-item--around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex-between,
.horizontal-item--between,
.vertical-item--between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-start,
.vertical-item--justify {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex-around,
.horizontal-item--around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex-center,
.horizontal-item--start,
.horizontal-item--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.align-items-center,
.vertical-item--center,
.horizontal-item--around,
.horizontal-item--between,
.horizontal-item--center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.align-items-start,
.vertical-item--top,
.horizontal-item--start {
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}

.align-items-end {
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}

.align-self-end {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.align-self-start {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.align-self-center {
  -ms-flex-item-align: center;
      align-self: center;
}

.flex-initial {
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
}

.flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.flex-inherit {
  -webkit-box-flex: inherit;
      -ms-flex: inherit;
          flex: inherit;
}

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
}

.bold {
  font-weight: bold;
}

.btn-primary {
  background-color: #5FB2DA;
  border: 2px solid #5FB2DA;
  color: white !important;
  min-width: 85px;
}

.btn-primary:hover {
  border: 2px solid #5FB2DA;
}

.btn-default {
  border: 2px solid #5FB2DA;
  background-color: white;
  color: #5FB2DA !important;
}

.p-0 {
  padding: 0px !important;
}

.p-t-0 {
  padding-top: 0px;
}

.p-l-0 {
  padding-left: 0px;
}

.p-r-0 {
  padding-right: 0px;
}

.p-b-0 {
  padding-bottom: 0px;
}

.m-0 {
  margin: 0px !important;
}

.m-l-0 {
  margin-left: 0px;
}

.m-l-important-0 {
  margin-left: 0px !important;
}

.m-l-n-0 {
  margin-left: -0px;
}

.m-t-0 {
  margin-top: 0px !important;
}

.m-t-n-0 {
  margin-top: -0px;
}

.m-r-0 {
  margin-right: 0px !important;
}

.m-r-n-0 {
  margin-right: -0px;
}

.m-b-0 {
  margin-bottom: 0px !important;
}

.m-b-n-0 {
  margin-bottom: -0px;
}

.p-2 {
  padding: 2px !important;
}

.p-t-2 {
  padding-top: 2px;
}

.p-l-2 {
  padding-left: 2px;
}

.p-r-2 {
  padding-right: 2px;
}

.p-b-2 {
  padding-bottom: 2px;
}

.m-2 {
  margin: 2px !important;
}

.m-l-2 {
  margin-left: 2px;
}

.m-l-important-2 {
  margin-left: 2px !important;
}

.m-l-n-2 {
  margin-left: -2px;
}

.m-t-2 {
  margin-top: 2px !important;
}

.m-t-n-2 {
  margin-top: -2px;
}

.m-r-2 {
  margin-right: 2px !important;
}

.m-r-n-2 {
  margin-right: -2px;
}

.m-b-2 {
  margin-bottom: 2px !important;
}

.m-b-n-2 {
  margin-bottom: -2px;
}

.p-4 {
  padding: 4px !important;
}

.p-t-4 {
  padding-top: 4px;
}

.p-l-4 {
  padding-left: 4px;
}

.p-r-4 {
  padding-right: 4px;
}

.p-b-4 {
  padding-bottom: 4px;
}

.m-4 {
  margin: 4px !important;
}

.m-l-4 {
  margin-left: 4px;
}

.m-l-important-4 {
  margin-left: 4px !important;
}

.m-l-n-4 {
  margin-left: -4px;
}

.m-t-4 {
  margin-top: 4px !important;
}

.m-t-n-4 {
  margin-top: -4px;
}

.m-r-4 {
  margin-right: 4px !important;
}

.m-r-n-4 {
  margin-right: -4px;
}

.m-b-4 {
  margin-bottom: 4px !important;
}

.m-b-n-4 {
  margin-bottom: -4px;
}

.p-5 {
  padding: 5px !important;
}

.p-t-5 {
  padding-top: 5px;
}

.p-l-5 {
  padding-left: 5px;
}

.p-r-5 {
  padding-right: 5px;
}

.p-b-5 {
  padding-bottom: 5px;
}

.m-5 {
  margin: 5px !important;
}

.m-l-5 {
  margin-left: 5px;
}

.m-l-important-5 {
  margin-left: 5px !important;
}

.m-l-n-5 {
  margin-left: -5px;
}

.m-t-5 {
  margin-top: 5px !important;
}

.m-t-n-5 {
  margin-top: -5px;
}

.m-r-5 {
  margin-right: 5px !important;
}

.m-r-n-5 {
  margin-right: -5px;
}

.m-b-5 {
  margin-bottom: 5px !important;
}

.m-b-n-5 {
  margin-bottom: -5px;
}

.p-6 {
  padding: 6px !important;
}

.p-t-6 {
  padding-top: 6px;
}

.p-l-6 {
  padding-left: 6px;
}

.p-r-6 {
  padding-right: 6px;
}

.p-b-6 {
  padding-bottom: 6px;
}

.m-6 {
  margin: 6px !important;
}

.m-l-6 {
  margin-left: 6px;
}

.m-l-important-6 {
  margin-left: 6px !important;
}

.m-l-n-6 {
  margin-left: -6px;
}

.m-t-6 {
  margin-top: 6px !important;
}

.m-t-n-6 {
  margin-top: -6px;
}

.m-r-6 {
  margin-right: 6px !important;
}

.m-r-n-6 {
  margin-right: -6px;
}

.m-b-6 {
  margin-bottom: 6px !important;
}

.m-b-n-6 {
  margin-bottom: -6px;
}

.p-8 {
  padding: 8px !important;
}

.p-t-8 {
  padding-top: 8px;
}

.p-l-8 {
  padding-left: 8px;
}

.p-r-8 {
  padding-right: 8px;
}

.p-b-8 {
  padding-bottom: 8px;
}

.m-8 {
  margin: 8px !important;
}

.m-l-8 {
  margin-left: 8px;
}

.m-l-important-8 {
  margin-left: 8px !important;
}

.m-l-n-8 {
  margin-left: -8px;
}

.m-t-8 {
  margin-top: 8px !important;
}

.m-t-n-8 {
  margin-top: -8px;
}

.m-r-8 {
  margin-right: 8px !important;
}

.m-r-n-8 {
  margin-right: -8px;
}

.m-b-8 {
  margin-bottom: 8px !important;
}

.m-b-n-8 {
  margin-bottom: -8px;
}

.p-10 {
  padding: 10px !important;
}

.p-t-10 {
  padding-top: 10px;
}

.p-l-10 {
  padding-left: 10px;
}

.p-r-10 {
  padding-right: 10px;
}

.p-b-10 {
  padding-bottom: 10px;
}

.m-10 {
  margin: 10px !important;
}

.m-l-10 {
  margin-left: 10px;
}

.m-l-important-10 {
  margin-left: 10px !important;
}

.m-l-n-10 {
  margin-left: -10px;
}

.m-t-10 {
  margin-top: 10px !important;
}

.m-t-n-10 {
  margin-top: -10px;
}

.m-r-10 {
  margin-right: 10px !important;
}

.m-r-n-10 {
  margin-right: -10px;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.m-b-n-10 {
  margin-bottom: -10px;
}

.p-12 {
  padding: 12px !important;
}

.p-t-12 {
  padding-top: 12px;
}

.p-l-12 {
  padding-left: 12px;
}

.p-r-12 {
  padding-right: 12px;
}

.p-b-12 {
  padding-bottom: 12px;
}

.m-12 {
  margin: 12px !important;
}

.m-l-12 {
  margin-left: 12px;
}

.m-l-important-12 {
  margin-left: 12px !important;
}

.m-l-n-12 {
  margin-left: -12px;
}

.m-t-12 {
  margin-top: 12px !important;
}

.m-t-n-12 {
  margin-top: -12px;
}

.m-r-12 {
  margin-right: 12px !important;
}

.m-r-n-12 {
  margin-right: -12px;
}

.m-b-12 {
  margin-bottom: 12px !important;
}

.m-b-n-12 {
  margin-bottom: -12px;
}

.p-13 {
  padding: 13px !important;
}

.p-t-13 {
  padding-top: 13px;
}

.p-l-13 {
  padding-left: 13px;
}

.p-r-13 {
  padding-right: 13px;
}

.p-b-13 {
  padding-bottom: 13px;
}

.m-13 {
  margin: 13px !important;
}

.m-l-13 {
  margin-left: 13px;
}

.m-l-important-13 {
  margin-left: 13px !important;
}

.m-l-n-13 {
  margin-left: -13px;
}

.m-t-13 {
  margin-top: 13px !important;
}

.m-t-n-13 {
  margin-top: -13px;
}

.m-r-13 {
  margin-right: 13px !important;
}

.m-r-n-13 {
  margin-right: -13px;
}

.m-b-13 {
  margin-bottom: 13px !important;
}

.m-b-n-13 {
  margin-bottom: -13px;
}

.p-15 {
  padding: 15px !important;
}

.p-t-15 {
  padding-top: 15px;
}

.p-l-15 {
  padding-left: 15px;
}

.p-r-15 {
  padding-right: 15px;
}

.p-b-15 {
  padding-bottom: 15px;
}

.m-15 {
  margin: 15px !important;
}

.m-l-15 {
  margin-left: 15px;
}

.m-l-important-15 {
  margin-left: 15px !important;
}

.m-l-n-15 {
  margin-left: -15px;
}

.m-t-15 {
  margin-top: 15px !important;
}

.m-t-n-15 {
  margin-top: -15px;
}

.m-r-15 {
  margin-right: 15px !important;
}

.m-r-n-15 {
  margin-right: -15px;
}

.m-b-15 {
  margin-bottom: 15px !important;
}

.m-b-n-15 {
  margin-bottom: -15px;
}

.p-16 {
  padding: 16px !important;
}

.p-t-16 {
  padding-top: 16px;
}

.p-l-16 {
  padding-left: 16px;
}

.p-r-16 {
  padding-right: 16px;
}

.p-b-16 {
  padding-bottom: 16px;
}

.m-16 {
  margin: 16px !important;
}

.m-l-16 {
  margin-left: 16px;
}

.m-l-important-16 {
  margin-left: 16px !important;
}

.m-l-n-16 {
  margin-left: -16px;
}

.m-t-16 {
  margin-top: 16px !important;
}

.m-t-n-16 {
  margin-top: -16px;
}

.m-r-16 {
  margin-right: 16px !important;
}

.m-r-n-16 {
  margin-right: -16px;
}

.m-b-16 {
  margin-bottom: 16px !important;
}

.m-b-n-16 {
  margin-bottom: -16px;
}

.p-17 {
  padding: 17px !important;
}

.p-t-17 {
  padding-top: 17px;
}

.p-l-17 {
  padding-left: 17px;
}

.p-r-17 {
  padding-right: 17px;
}

.p-b-17 {
  padding-bottom: 17px;
}

.m-17 {
  margin: 17px !important;
}

.m-l-17 {
  margin-left: 17px;
}

.m-l-important-17 {
  margin-left: 17px !important;
}

.m-l-n-17 {
  margin-left: -17px;
}

.m-t-17 {
  margin-top: 17px !important;
}

.m-t-n-17 {
  margin-top: -17px;
}

.m-r-17 {
  margin-right: 17px !important;
}

.m-r-n-17 {
  margin-right: -17px;
}

.m-b-17 {
  margin-bottom: 17px !important;
}

.m-b-n-17 {
  margin-bottom: -17px;
}

.p-18 {
  padding: 18px !important;
}

.p-t-18 {
  padding-top: 18px;
}

.p-l-18 {
  padding-left: 18px;
}

.p-r-18 {
  padding-right: 18px;
}

.p-b-18 {
  padding-bottom: 18px;
}

.m-18 {
  margin: 18px !important;
}

.m-l-18 {
  margin-left: 18px;
}

.m-l-important-18 {
  margin-left: 18px !important;
}

.m-l-n-18 {
  margin-left: -18px;
}

.m-t-18 {
  margin-top: 18px !important;
}

.m-t-n-18 {
  margin-top: -18px;
}

.m-r-18 {
  margin-right: 18px !important;
}

.m-r-n-18 {
  margin-right: -18px;
}

.m-b-18 {
  margin-bottom: 18px !important;
}

.m-b-n-18 {
  margin-bottom: -18px;
}

.p-20 {
  padding: 20px !important;
}

.p-t-20 {
  padding-top: 20px;
}

.p-l-20 {
  padding-left: 20px;
}

.p-r-20 {
  padding-right: 20px;
}

.p-b-20 {
  padding-bottom: 20px;
}

.m-20 {
  margin: 20px !important;
}

.m-l-20 {
  margin-left: 20px;
}

.m-l-important-20 {
  margin-left: 20px !important;
}

.m-l-n-20 {
  margin-left: -20px;
}

.m-t-20 {
  margin-top: 20px !important;
}

.m-t-n-20 {
  margin-top: -20px;
}

.m-r-20 {
  margin-right: 20px !important;
}

.m-r-n-20 {
  margin-right: -20px;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.m-b-n-20 {
  margin-bottom: -20px;
}

.p-22 {
  padding: 22px !important;
}

.p-t-22 {
  padding-top: 22px;
}

.p-l-22 {
  padding-left: 22px;
}

.p-r-22 {
  padding-right: 22px;
}

.p-b-22 {
  padding-bottom: 22px;
}

.m-22 {
  margin: 22px !important;
}

.m-l-22 {
  margin-left: 22px;
}

.m-l-important-22 {
  margin-left: 22px !important;
}

.m-l-n-22 {
  margin-left: -22px;
}

.m-t-22 {
  margin-top: 22px !important;
}

.m-t-n-22 {
  margin-top: -22px;
}

.m-r-22 {
  margin-right: 22px !important;
}

.m-r-n-22 {
  margin-right: -22px;
}

.m-b-22 {
  margin-bottom: 22px !important;
}

.m-b-n-22 {
  margin-bottom: -22px;
}

.p-24 {
  padding: 24px !important;
}

.p-t-24 {
  padding-top: 24px;
}

.p-l-24 {
  padding-left: 24px;
}

.p-r-24 {
  padding-right: 24px;
}

.p-b-24 {
  padding-bottom: 24px;
}

.m-24 {
  margin: 24px !important;
}

.m-l-24 {
  margin-left: 24px;
}

.m-l-important-24 {
  margin-left: 24px !important;
}

.m-l-n-24 {
  margin-left: -24px;
}

.m-t-24 {
  margin-top: 24px !important;
}

.m-t-n-24 {
  margin-top: -24px;
}

.m-r-24 {
  margin-right: 24px !important;
}

.m-r-n-24 {
  margin-right: -24px;
}

.m-b-24 {
  margin-bottom: 24px !important;
}

.m-b-n-24 {
  margin-bottom: -24px;
}

.p-25 {
  padding: 25px !important;
}

.p-t-25 {
  padding-top: 25px;
}

.p-l-25 {
  padding-left: 25px;
}

.p-r-25 {
  padding-right: 25px;
}

.p-b-25 {
  padding-bottom: 25px;
}

.m-25 {
  margin: 25px !important;
}

.m-l-25 {
  margin-left: 25px;
}

.m-l-important-25 {
  margin-left: 25px !important;
}

.m-l-n-25 {
  margin-left: -25px;
}

.m-t-25 {
  margin-top: 25px !important;
}

.m-t-n-25 {
  margin-top: -25px;
}

.m-r-25 {
  margin-right: 25px !important;
}

.m-r-n-25 {
  margin-right: -25px;
}

.m-b-25 {
  margin-bottom: 25px !important;
}

.m-b-n-25 {
  margin-bottom: -25px;
}

.p-26 {
  padding: 26px !important;
}

.p-t-26 {
  padding-top: 26px;
}

.p-l-26 {
  padding-left: 26px;
}

.p-r-26 {
  padding-right: 26px;
}

.p-b-26 {
  padding-bottom: 26px;
}

.m-26 {
  margin: 26px !important;
}

.m-l-26 {
  margin-left: 26px;
}

.m-l-important-26 {
  margin-left: 26px !important;
}

.m-l-n-26 {
  margin-left: -26px;
}

.m-t-26 {
  margin-top: 26px !important;
}

.m-t-n-26 {
  margin-top: -26px;
}

.m-r-26 {
  margin-right: 26px !important;
}

.m-r-n-26 {
  margin-right: -26px;
}

.m-b-26 {
  margin-bottom: 26px !important;
}

.m-b-n-26 {
  margin-bottom: -26px;
}

.p-27 {
  padding: 27px !important;
}

.p-t-27 {
  padding-top: 27px;
}

.p-l-27 {
  padding-left: 27px;
}

.p-r-27 {
  padding-right: 27px;
}

.p-b-27 {
  padding-bottom: 27px;
}

.m-27 {
  margin: 27px !important;
}

.m-l-27 {
  margin-left: 27px;
}

.m-l-important-27 {
  margin-left: 27px !important;
}

.m-l-n-27 {
  margin-left: -27px;
}

.m-t-27 {
  margin-top: 27px !important;
}

.m-t-n-27 {
  margin-top: -27px;
}

.m-r-27 {
  margin-right: 27px !important;
}

.m-r-n-27 {
  margin-right: -27px;
}

.m-b-27 {
  margin-bottom: 27px !important;
}

.m-b-n-27 {
  margin-bottom: -27px;
}

.p-28 {
  padding: 28px !important;
}

.p-t-28 {
  padding-top: 28px;
}

.p-l-28 {
  padding-left: 28px;
}

.p-r-28 {
  padding-right: 28px;
}

.p-b-28 {
  padding-bottom: 28px;
}

.m-28 {
  margin: 28px !important;
}

.m-l-28 {
  margin-left: 28px;
}

.m-l-important-28 {
  margin-left: 28px !important;
}

.m-l-n-28 {
  margin-left: -28px;
}

.m-t-28 {
  margin-top: 28px !important;
}

.m-t-n-28 {
  margin-top: -28px;
}

.m-r-28 {
  margin-right: 28px !important;
}

.m-r-n-28 {
  margin-right: -28px;
}

.m-b-28 {
  margin-bottom: 28px !important;
}

.m-b-n-28 {
  margin-bottom: -28px;
}

.p-30 {
  padding: 30px !important;
}

.p-t-30 {
  padding-top: 30px;
}

.p-l-30 {
  padding-left: 30px;
}

.p-r-30 {
  padding-right: 30px;
}

.p-b-30 {
  padding-bottom: 30px;
}

.m-30 {
  margin: 30px !important;
}

.m-l-30 {
  margin-left: 30px;
}

.m-l-important-30 {
  margin-left: 30px !important;
}

.m-l-n-30 {
  margin-left: -30px;
}

.m-t-30 {
  margin-top: 30px !important;
}

.m-t-n-30 {
  margin-top: -30px;
}

.m-r-30 {
  margin-right: 30px !important;
}

.m-r-n-30 {
  margin-right: -30px;
}

.m-b-30 {
  margin-bottom: 30px !important;
}

.m-b-n-30 {
  margin-bottom: -30px;
}

.p-32 {
  padding: 32px !important;
}

.p-t-32 {
  padding-top: 32px;
}

.p-l-32 {
  padding-left: 32px;
}

.p-r-32 {
  padding-right: 32px;
}

.p-b-32 {
  padding-bottom: 32px;
}

.m-32 {
  margin: 32px !important;
}

.m-l-32 {
  margin-left: 32px;
}

.m-l-important-32 {
  margin-left: 32px !important;
}

.m-l-n-32 {
  margin-left: -32px;
}

.m-t-32 {
  margin-top: 32px !important;
}

.m-t-n-32 {
  margin-top: -32px;
}

.m-r-32 {
  margin-right: 32px !important;
}

.m-r-n-32 {
  margin-right: -32px;
}

.m-b-32 {
  margin-bottom: 32px !important;
}

.m-b-n-32 {
  margin-bottom: -32px;
}

.p-35 {
  padding: 35px !important;
}

.p-t-35 {
  padding-top: 35px;
}

.p-l-35 {
  padding-left: 35px;
}

.p-r-35 {
  padding-right: 35px;
}

.p-b-35 {
  padding-bottom: 35px;
}

.m-35 {
  margin: 35px !important;
}

.m-l-35 {
  margin-left: 35px;
}

.m-l-important-35 {
  margin-left: 35px !important;
}

.m-l-n-35 {
  margin-left: -35px;
}

.m-t-35 {
  margin-top: 35px !important;
}

.m-t-n-35 {
  margin-top: -35px;
}

.m-r-35 {
  margin-right: 35px !important;
}

.m-r-n-35 {
  margin-right: -35px;
}

.m-b-35 {
  margin-bottom: 35px !important;
}

.m-b-n-35 {
  margin-bottom: -35px;
}

.p-36 {
  padding: 36px !important;
}

.p-t-36 {
  padding-top: 36px;
}

.p-l-36 {
  padding-left: 36px;
}

.p-r-36 {
  padding-right: 36px;
}

.p-b-36 {
  padding-bottom: 36px;
}

.m-36 {
  margin: 36px !important;
}

.m-l-36 {
  margin-left: 36px;
}

.m-l-important-36 {
  margin-left: 36px !important;
}

.m-l-n-36 {
  margin-left: -36px;
}

.m-t-36 {
  margin-top: 36px !important;
}

.m-t-n-36 {
  margin-top: -36px;
}

.m-r-36 {
  margin-right: 36px !important;
}

.m-r-n-36 {
  margin-right: -36px;
}

.m-b-36 {
  margin-bottom: 36px !important;
}

.m-b-n-36 {
  margin-bottom: -36px;
}

.p-40 {
  padding: 40px !important;
}

.p-t-40 {
  padding-top: 40px;
}

.p-l-40 {
  padding-left: 40px;
}

.p-r-40 {
  padding-right: 40px;
}

.p-b-40 {
  padding-bottom: 40px;
}

.m-40 {
  margin: 40px !important;
}

.m-l-40 {
  margin-left: 40px;
}

.m-l-important-40 {
  margin-left: 40px !important;
}

.m-l-n-40 {
  margin-left: -40px;
}

.m-t-40 {
  margin-top: 40px !important;
}

.m-t-n-40 {
  margin-top: -40px;
}

.m-r-40 {
  margin-right: 40px !important;
}

.m-r-n-40 {
  margin-right: -40px;
}

.m-b-40 {
  margin-bottom: 40px !important;
}

.m-b-n-40 {
  margin-bottom: -40px;
}

.p-50 {
  padding: 50px !important;
}

.p-t-50 {
  padding-top: 50px;
}

.p-l-50 {
  padding-left: 50px;
}

.p-r-50 {
  padding-right: 50px;
}

.p-b-50 {
  padding-bottom: 50px;
}

.m-50 {
  margin: 50px !important;
}

.m-l-50 {
  margin-left: 50px;
}

.m-l-important-50 {
  margin-left: 50px !important;
}

.m-l-n-50 {
  margin-left: -50px;
}

.m-t-50 {
  margin-top: 50px !important;
}

.m-t-n-50 {
  margin-top: -50px;
}

.m-r-50 {
  margin-right: 50px !important;
}

.m-r-n-50 {
  margin-right: -50px;
}

.m-b-50 {
  margin-bottom: 50px !important;
}

.m-b-n-50 {
  margin-bottom: -50px;
}

.p-56 {
  padding: 56px !important;
}

.p-t-56 {
  padding-top: 56px;
}

.p-l-56 {
  padding-left: 56px;
}

.p-r-56 {
  padding-right: 56px;
}

.p-b-56 {
  padding-bottom: 56px;
}

.m-56 {
  margin: 56px !important;
}

.m-l-56 {
  margin-left: 56px;
}

.m-l-important-56 {
  margin-left: 56px !important;
}

.m-l-n-56 {
  margin-left: -56px;
}

.m-t-56 {
  margin-top: 56px !important;
}

.m-t-n-56 {
  margin-top: -56px;
}

.m-r-56 {
  margin-right: 56px !important;
}

.m-r-n-56 {
  margin-right: -56px;
}

.m-b-56 {
  margin-bottom: 56px !important;
}

.m-b-n-56 {
  margin-bottom: -56px;
}

.p-70 {
  padding: 70px !important;
}

.p-t-70 {
  padding-top: 70px;
}

.p-l-70 {
  padding-left: 70px;
}

.p-r-70 {
  padding-right: 70px;
}

.p-b-70 {
  padding-bottom: 70px;
}

.m-70 {
  margin: 70px !important;
}

.m-l-70 {
  margin-left: 70px;
}

.m-l-important-70 {
  margin-left: 70px !important;
}

.m-l-n-70 {
  margin-left: -70px;
}

.m-t-70 {
  margin-top: 70px !important;
}

.m-t-n-70 {
  margin-top: -70px;
}

.m-r-70 {
  margin-right: 70px !important;
}

.m-r-n-70 {
  margin-right: -70px;
}

.m-b-70 {
  margin-bottom: 70px !important;
}

.m-b-n-70 {
  margin-bottom: -70px;
}

.p-80 {
  padding: 80px !important;
}

.p-t-80 {
  padding-top: 80px;
}

.p-l-80 {
  padding-left: 80px;
}

.p-r-80 {
  padding-right: 80px;
}

.p-b-80 {
  padding-bottom: 80px;
}

.m-80 {
  margin: 80px !important;
}

.m-l-80 {
  margin-left: 80px;
}

.m-l-important-80 {
  margin-left: 80px !important;
}

.m-l-n-80 {
  margin-left: -80px;
}

.m-t-80 {
  margin-top: 80px !important;
}

.m-t-n-80 {
  margin-top: -80px;
}

.m-r-80 {
  margin-right: 80px !important;
}

.m-r-n-80 {
  margin-right: -80px;
}

.m-b-80 {
  margin-bottom: 80px !important;
}

.m-b-n-80 {
  margin-bottom: -80px;
}

.icon,
.icon-i-player-play,
.icon-i-player-pause,
.icon-i-player-volume,
.icon-i-player-mute,
.icon-i-player-fullscreen,
.icon-i-player-forward,
.icon-i-player-back {
  vertical-align: middle;
  display: inline-block;
}

.icon-i-player-play {
  width: 24px;
  height: 24px;
  background: url("/assets/img/player-play.svg");
  background-size: 24px;
  background-repeat: no-repeat;
}

.icon-i-player-pause {
  width: 24px;
  height: 24px;
  background: url("/assets/img/player-pause.svg");
  background-size: 24px;
  background-repeat: no-repeat;
}

.icon-i-player-volume {
  width: 24px;
  height: 24px;
  background: url("/assets/img/player-volume.svg");
  background-size: 24px;
  background-repeat: no-repeat;
}

.icon-i-player-mute {
  width: 24px;
  height: 24px;
  background: url("/assets/img/player-mute.svg");
  background-size: 24px;
  background-repeat: no-repeat;
}

.icon-i-player-fullscreen {
  width: 24px;
  height: 24px;
  background: url("/assets/img/player-fullscreen.svg");
  background-size: 24px;
  background-repeat: no-repeat;
}

.icon-i-player-forward {
  width: 24px;
  height: 24px;
  background: url("/assets/img/player-forward.svg");
  background-size: 24px;
  background-repeat: no-repeat;
}

.icon-i-player-back {
  width: 24px;
  height: 24px;
  background: url("/assets/img/player-back.svg");
  background-size: 24px;
  background-repeat: no-repeat;
}

.navbar-laravel {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}

.content-wrapper {
  padding-top: 50px;
}

.content-container {
  margin: 8px 16px;
  border-radius: 4px;
}

.content-container > .content-header {
  background-color: white;
  padding: 16px;
  border-bottom: 1px solid #E8E8E8;
  border-radius: 4px 4px 0 0;
}

.content-container > .content-header h1 {
  font-size: 20px;
  font-weight: 700;
  line-height: 27.24px;
  color: #040707;
}

.content-container > .content-header a {
  color: #5FB2DA;
  font-weight: bold;
}

.content-container > .content {
  background-color: white;
  padding: 16px;
  border-radius: 0 0 4px 4px;
}

.content-container > .content h3,
.content-container > .content h4,
.content-container > .content h5,
.content-container > .content h6 {
  margin: 0;
}

.content-container > .content h3 {
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.content-container > .content h5 {
  color: #040707;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
}

.content-container > .content label {
  color: #373C3F;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  margin-right: 16px;
}

.content-container > .content a {
  color: #5FB2DA;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
}

.content-container > .content a .fa-chevron-right {
  font-size: 12px;
  font-weight: normal;
}

.box-content {
  padding: 24px;
  border: 1px solid #E4E8EC;
  border-radius: 4px;
}

.content-pengaturan > .box-content > h3 {
  color: #040707;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  margin-bottom: 24px;
}

.content-pengaturan #togglePassword1,
.content-pengaturan #togglePassword2,
.content-pengaturan #togglePassword3 {
  cursor: pointer;
  pointer-events: unset;
  position: absolute;
  top: 48px;
  right: 16px;
  font-size: 24px;
}

.row-email-data > .col-md-3 > label {
  color: #9EA6AE;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.row-email-data p {
  margin: 0;
  color: #040707;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.div-chart-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 16px;
}

.div-chart-container .box-chart {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.div-chart-container .box-chart .chart-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

.div-chart-container .box-chart .chart-legend-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.div-chart-container .box-chart .legend-desc {
  min-width: 80px;
  display: inline-block;
}

.div-chart-container .box-chart .legend-total {
  margin-left: 5px;
}

.div-chart-container .box-chart .legend-link {
  margin-left: 8px;
}

.div-chart-container .box-chart canvas {
  width: 160px !important;
  height: 160px !important;
}

.chart-container-test {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}

.chart-container-test canvas {
  width: 211px !important;
  height: 211px !important;
}

.chart-legend-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}

.legend-color {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 4px;
}

.sidebar-mini .main-header .logo {
  background-color: #349FD2;
  padding: 10px 15px;
}

.sidebar-mini .main-header .logo .logo-mini {
  height: 100%;
}

.sidebar-mini .main-header .logo .logo-lg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sidebar-mini .main-header .logo img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: unset;
}

.sidebar-mini .main-header .navbar {
  background: linear-gradient(86.04deg, #349FD2 0%, #BD499B 100%);
}

.sidebar-mini .user-panel .info a,
.sidebar-mini .user-panel .info p {
  color: #040707;
}

.sidebar-mini .text-success {
  color: #2CB582;
}

.main-sidebar .sidebar-menu li a {
  color: #6B7176;
  word-wrap: break-word;
}

.main-sidebar .sidebar-menu li a.active {
  background-color: #F3F5F8;
  color: #040707;
  font-weight: 700;
}

.main-sidebar .sidebar-menu li:hover a {
  background-color: #F3F5F8;
  color: #040707;
}

.sidebar-menu > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sidebar-menu > li > a > .uil {
  font-size: 20px;
  margin-right: 8px;
}

.sidebar-menu > li.treeview:hover a {
  background-color: white;
  color: #6B7176;
}

.sidebar-menu > li.treeview .treeview-menu > li > a {
  padding-top: 12px;
  padding-bottom: 12px;
}

.sidebar-menu > li.treeview .treeview-menu > li > a:hover {
  background-color: #F3F5F8;
  color: #040707;
  font-weight: 400;
}

.sidebar-menu > li.treeview .treeview-menu > li > a.active {
  background-color: #F3F5F8;
  color: #040707;
  font-weight: 700;
}

.dropdown-menu-lihat-detail {
  left: unset;
  right: 10px;
  padding: 12px 16px;
  min-width: 210px;
  -webkit-box-shadow: 0px 4px 10px 0px #0000001A;
          box-shadow: 0px 4px 10px 0px #0000001A;
  border: 1px solid #E4E8EC;
  border-radius: 6px;
}

.dropdown-menu-lihat-detail a {
  margin: 0;
  color: #373C3F !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
}

.form-control {
  padding: 16px;
  border: 2px solid #E4E8EC;
  border-radius: 6px;
  height: auto;
}

.main-footer {
  color: #040707;
  font-weight: bold;
}

.login-page {
  background: #F5F9FB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.login-logo img {
  max-width: 100%;
  width: 100%;
}

.login-logo p {
  margin: 5px 0 0;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
}

.login-box-body .form-control {
  padding: 6px 12px;
}

.navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
  padding: 8px !important;
  border-radius: 6px !important;
  -webkit-box-shadow: 4px 4px 16px 0px #0000000D;
          box-shadow: 4px 4px 16px 0px #0000000D;
  width: 200px !important;
  margin-top: -6px !important;
  right: 12px;
}

.navbar-custom-menu > .navbar-nav > li > .dropdown-menu a {
  padding: 8px;
}

.navbar-custom-menu > .navbar-nav > li > .dropdown-menu a:hover {
  background-color: #EAF5FA;
}

.navbar-custom-menu > .navbar-nav > li > .dropdown-menu .fa,
.navbar-custom-menu > .navbar-nav > li > .dropdown-menu .uil {
  font-size: 20px;
  margin-right: 8px;
}

.main-header .sidebar-toggle {
  color: white;
}

.title-header {
  color: white;
  padding: 14px 15px 0 0;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
}

.navbar-nav > li > a {
  color: white;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:active,
.navbar-nav > li > a:focus {
  background-color: unset !important;
  color: white;
}

.dropdown.open .dropdown-toggle {
  background: unset !important;
  color: white;
}

.main-header-verify {
  width: 100%;
  height: 50px;
  padding: 10px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: linear-gradient(86.04deg, #349FD2 0%, #BD499B 100%);
}

.main-header-verify .logo-lg {
  height: 100%;
}

.main-header-verify .logo-lg img {
  max-width: 100%;
  max-height: 100%;
}

.main-header-verify .header-text {
  margin-left: 12px;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.main-header-verify .dropdown.open .dropdown-toggle {
  background: unset;
  color: white;
}

.main-header-verify .dropdown-toggle {
  color: white;
  padding: 0;
}

.main-header-verify .dropdown-toggle:hover,
.main-header-verify .dropdown-toggle:active,
.main-header-verify .dropdown-toggle:focus {
  background: unset;
  color: white;
}

.main-header-verify .navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
  padding: 8px !important;
  border-radius: 6px !important;
  -webkit-box-shadow: 4px 4px 16px 0px #0000000D;
          box-shadow: 4px 4px 16px 0px #0000000D;
  width: 200px !important;
  margin-top: 6px !important;
  right: 0 !important;
}

.main-header-verify .navbar-custom-menu > .navbar-nav > li > .dropdown-menu .fa-arrow-circle-o-right {
  font-size: 20px;
  margin-right: 8px;
}

.verify-info-box {
  width: 631px;
  margin: 4% auto;
  padding: 48px 70px 60px;
  border-radius: 6px;
  text-align: center;
  background: #FFF;
  -webkit-box-shadow: 0px 10px 40px 0px #4040400D;
          box-shadow: 0px 10px 40px 0px #4040400D;
}

.verify-info-box h1 {
  margin: 24px 0 0;
  color: #333333;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

.verify-info-box p {
  margin: 12px 0 0;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.verify-info-box a {
  color: #5FB2DA;
}

.verify-update-pass {
  background: #fff;
  padding: 16px;
  margin-top: 8px;
  border-radius: 4px;
  color: #040707;
}

.verify-update-pass h4 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 27.24px;
}

.verify-update-pass hr {
  border-top: 1px solid #E8E8E8;
  margin: 16px -16px;
}

.verify-update-pass form {
  padding: 24px;
  border: 1px solid #E4E8EC;
  border-radius: 10px;
}

.verify-update-pass .form-label {
  color: #040707;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin: 0 0 8px;
}

.verify-update-pass .form-control {
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #040707;
}

.verify-update-pass #togglePassword1,
.verify-update-pass #togglePassword2 {
  cursor: pointer;
  pointer-events: unset;
  position: absolute;
  top: 41px;
  right: 16px;
  font-size: 24px;
}

.verify-update-pass .error {
  font-size: 14px;
  font-weight: normal;
}

.verify-update-pass .btn-primary {
  border-radius: 2px;
}

.div-logo-profile {
  width: 100%;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content-container > .content .form-group-new {
  margin: 0 0 24px;
  position: relative;
}

.content-container > .content .form-group-new .control-label {
  color: black;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  margin: 0 0 8px;
  padding: 0;
}

.content-container > .content .form-group-new .form-control {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.content-container > .content .upload-univ-logo-button {
  padding: 12px 0;
  border: 2px solid #5FB2DA;
  border-radius: 6px;
  width: 100%;
  text-align: center;
  color: #5FB2DA;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin: 16px 0 0;
  cursor: pointer;
}

.contact-us-container .uil {
  font-size: 20px;
  margin-right: 8px;
}

.contact-us-container .link-container > div {
  margin: 0 0 8px;
}

.contact-us-container .link-container a {
  margin-left: 5px;
}

.div-filter-mahasiswa label {
  color: #373C3F !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 21px !important;
}

.div-filter-mahasiswa .form-control {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding: 10px;
  width: auto;
}

.div-filter-mahasiswa .fa-search {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 18px;
}

.container-range-date {
  position: relative;
}

.container-range-date .form-control {
  padding-right: 30px;
}

.container-range-date .fa {
  position: absolute;
  top: 13px;
  right: 13px;
  font-size: 16px;
}

.table-admin div.dataTables_wrapper div.dataTables_length select {
  font-size: 14px;
  line-height: 21px;
  height: auto;
  padding: 10px;
  margin: 0 8px;
}

.container-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* Enables Flexbox */
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  /* Allows wrapping if necessary */
  gap: 16px;
}

.container-brand span {
  font-size: 14px;
  line-height: 21px;
  color: #6B7176;
  margin-bottom: 8px;
  display: inline-block;
}

.container-brand > div {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 8px);
          flex: 1 1 calc(50% - 8px);
  /* Subtract half the gap to account for spacing */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* Includes padding and border in width */
  padding: 10px;
  /* Optional padding */
}

.container-brand .iframe-container {
  width: 564px;
  /* Your target width */
  height: 792px;
  /* Optional: Adjust based on the aspect ratio */
  overflow: auto;
  /* Hide overflow due to scaling */
  position: relative;
}

.container-brand iframe {
  width: 1366px;
  /* Original width of the site */
  height: 1920px;
  /* Original height of the site (adjust as needed) */
  -webkit-transform: scale(0.4123);
          transform: scale(0.4123);
  /* 563 / 1366 ≈ 0.4123 */
  -webkit-transform-origin: top left;
          transform-origin: top left;
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.container-brand .masking-file {
  border: 1px solid #2A92C3;
  border-radius: 8px;
  padding: 8px 8px 8px 36px;
  font-size: 16px;
  line-height: 24px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
}

.container-brand .input-file {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.container-brand .input-file a {
  cursor: pointer;
}

.container-brand .file-upload-logo {
  position: absolute;
  left: 8px;
  top: 8px;
}

.container-brand hr {
  border-top: 2px solid #E4E8EC;
  margin: 32px 0;
}

.container-brand .footer-color-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

.container-brand .footer-color-container > div {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 10px);
          flex: 1 1 calc(50% - 10px);
  /* Subtract half the gap to account for spacing */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* Includes padding and border in width */
}

.div-progress-upload {
  padding: 16px;
  border: 1px dashed #2A92C3;
  border-radius: 8px;
  background: #F5F9FB;
}

.div-progress-upload .title-delete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
}

.div-progress-upload .title-delete label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  color: #373C3F;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.div-progress-upload .title-delete .delete-btn {
  cursor: pointer;
}

.div-progress-upload .progress-loading {
  height: 6px;
  background: #E4E8EC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 8px 0;
}

.div-progress-upload .progress-loading .bar-loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 6px;
  background: #5FB2DA;
}

.div-progress-upload .status-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.div-progress-upload .status-file span {
  color: #373C3F;
}

.div-progress-upload .status-file p {
  color: #6B7176;
}

.div-progress-upload .status-file span,
.div-progress-upload .status-file p {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}

.color-picker-container {
  position: relative;
}

.color-picker-container .sp-replacer {
  width: 100%;
  background: white;
  border: 2px solid #E4E8EC;
  border-radius: 6px;
  padding: 14px 16px;
}

.color-picker-container .sp-replacer .sp-preview {
  width: 20px;
  height: 20px;
  border-radius: 6px;
  border: 0;
}

.color-picker-container .sp-replacer .sp-preview .sp-preview-inner {
  border-radius: 6px;
}

.color-picker-container .sp-replacer .sp-dd {
  display: none;
}

.color-picker-container .brush-icon {
  position: absolute;
  top: 14px;
  right: 16px;
}

.color-picker-container .color-hex {
  position: absolute;
  margin: 0;
  left: 48px;
  top: 15px;
  color: #040707;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

#preview-brand-setup {
  width: 100%;
  background: white;
  border: 2px solid #5FB2DA;
  color: #5FB2DA;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  padding: 10px;
}

#descScore .modal-dialog {
  height: 100vh !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  width: 1000px;
}

#descScore .modal-content {
  margin: auto !important;
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  width: 100%;
  border-radius: 10px;
}

#descScore .modal-header {
  padding: 24px 24px 16px;
  border-bottom: 0;
}

#descScore .modal-header h5 {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  color: #040707;
}

#descScore .modal-header .close {
  font-size: 30px;
  color: #040707;
  opacity: 1;
}

#descScore hr {
  margin: 0 24px;
  border-top: 2px solid #E4E8EC;
}

#descScore .modal-body {
  padding: 16px 24px 24px;
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.btn-success {
  background: #58D6A8;
  border: 0;
}

.btn-danger {
  background: #ED2453;
}

.btn-danger .uil {
  font-size: 16px;
}

.btn-danger[disabled] {
  background: #E4E8EC;
  color: #9EA6AE;
  border: 0;
  opacity: 1;
}

.btn-danger[disabled]:hover {
  background: #E4E8EC;
  color: #9EA6AE;
  border: 0;
  opacity: 1;
}

.btn-primary {
  font-weight: 700;
}

.btn-secondary {
  border: 2px solid #5FB2DA;
  color: #5FB2DA;
  background: white;
  font-weight: 700;
}

.modal-delete-event .modal-content {
  border-radius: 10px;
}

.modal-delete-event .modal-header::before,
.modal-delete-event .modal-header::after {
  display: none !important;
  content: none !important;
}

.modal-delete-event .modal-header {
  background: #ED2453;
  color: white;
  padding: 24px 24px 16px;
  border-radius: 10px 10px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.modal-delete-event .modal-header > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal-delete-event .modal-header p {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
}

.modal-delete-event .modal-header .close {
  color: white;
  opacity: 1;
}

.modal-delete-event .modal-header .uil {
  font-size: 24px;
}

.modal-delete-event .modal-header .uil-trash-alt {
  margin-right: 10px;
}

.modal-delete-event .modal-footer {
  padding: 16px 24px 24px;
}

.modal-delete-event .modal-footer #delete-modal-cancel {
  border: 2px solid #ED2453;
  color: #ED2453;
  font-weight: 700;
}

.modal-delete-event .modal-footer .btn-danger {
  background: #ED2453;
  font-weight: 700;
}

.btn-set-top {
  padding: 1px 12px;
  font-weight: 700;
  font-size: 14px;
}

.btn-set-top .uil {
  font-size: 21px;
}

.btn-set-top:hover,
.btn-set-top:focus,
.btn-set-top:active {
  background: white;
  border-color: #5FB2DA;
}

.btn-set-top[disabled] {
  color: #9EA6AE !important;
  border-color: #E4E8EC;
  opacity: 1;
}

.btn-set-top[disabled]:hover {
  color: #9EA6AE !important;
  border-color: #E4E8EC;
  opacity: 1;
}

#topEventsModal {
  /* Firefox */
}

#topEventsModal .modal-header::before,
#topEventsModal .modal-header::after {
  display: none !important;
  content: none !important;
}

#topEventsModal .modal-header {
  padding: 16px 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#topEventsModal .modal-header .close {
  color: #040707 !important;
  opacity: 1;
}

#topEventsModal .modal-header .modal-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  color: #333333;
}

#topEventsModal .modal-body {
  padding: 16px 28px;
}

#topEventsModal .top-event-container {
  padding: 16px;
  border-radius: 6px;
  background: #F5F9FB;
}

#topEventsModal .top-event-container .ui-sortable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}

#topEventsModal .top-event-container .top-event-item {
  padding: 8px;
  background: white;
  border: 1px solid #E4E8EC;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#topEventsModal .top-event-container .top-event-item .handle {
  cursor: move;
}

#topEventsModal .top-event-container .top-event-item span {
  color: #040707;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
}

#topEventsModal .top-event-container .top-event-item button {
  background: transparent;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}

#topEventsModal .top-event-container .top-event-item button i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#topEventsModal .top-event-container .top-event-item .uil-draggabledots {
  font-size: 16px;
  color: #5FB2DA;
}

#topEventsModal .top-event-container .top-event-item .uil-times {
  font-size: 16px;
  color: #ED2453;
}

#topEventsModal .top-event-container .top-event-item.empty .uil-draggabledots {
  font-size: 16px;
  color: #9EA6AE;
}

#topEventsModal .top-event-container .top-event-item.empty span {
  color: #9EA6AE;
  font-weight: 400;
}

#topEventsModal .top-event-container .top-event-item.empty button {
  display: none;
}

#topEventsModal .sortable-placeholder {
  background: #f0f0f0;
  height: 2.5em;
  border: 2px dashed #ccc;
  margin-bottom: 10px;
}

#topEventsModal .event-search {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#topEventsModal .input-group {
  position: relative;
  width: 260px;
}

#topEventsModal .input-group input {
  padding: 12px 36px 12px 16px;
  border-radius: 6px;
}

#topEventsModal .input-group .input-group-append {
  position: absolute;
  z-index: 3;
  top: 7px;
  right: 12px;
}

#topEventsModal .input-group .input-group-append .uil-search {
  font-size: 24px;
}

#topEventsModal .event-list {
  margin-top: 16px;
  overflow-y: auto;
  min-height: 156px;
  max-height: 240px;
}

#topEventsModal .event-list .event-item {
  padding: 4px 8px;
  border-bottom: 1px solid #E4E8EC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}

#topEventsModal .event-list .event-item span {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #040707;
}

#topEventsModal .event-list .event-item button {
  background: transparent;
  border: 0;
}

#topEventsModal .event-list .event-item:hover {
  background: #EAF5FA;
}

#topEventsModal .event-list .event-item.text-muted {
  cursor: default;
  pointer-events: none;
}

#topEventsModal .event-list .event-item.text-muted span {
  color: #6B7176;
}

#topEventsModal .event-list .event-item.text-muted:hover {
  background: transparent;
}

#topEventsModal .event-list .event-item .uil-plus {
  color: #5FB2DA;
}

#topEventsModal ::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}

#topEventsModal ::-webkit-scrollbar-thumb {
  background: #aaa;
  border-radius: 1px;
}

#topEventsModal * {
  scrollbar-width: thin;
  scrollbar-color: #aaa transparent;
}

#topEventsModal .div-no-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 240px;
}

#topEventsModal .div-no-result p {
  color: #040707;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
}

#topEventsModal .modal-footer {
  text-align: center;
}

#topEventsModal .modal-footer .btn-cancel {
  padding: 9px 16px;
  border: 2px solid #5FB2DA;
  background: white;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  color: #5FB2DA;
}

#topEventsModal .modal-footer .btn-save {
  padding: 9px 16px;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  color: #FFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 43px;
}

#topEventsModal .modal-footer .btn-save:disabled,
#topEventsModal .modal-footer .btn-save.disabled {
  background: #E4E8EC;
  border: 0;
  pointer-events: none;
  color: #9EA6AE !important;
}

.dataTables_filter input {
  display: inline-block !important;
  max-width: 100% !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: relative;
  padding: 10px;
  font-size: 14px;
  line-height: 21px;
  width: 284px !important;
}

.dataTables_filter input.form-control {
  appearance: auto !important;
  -webkit-appearance: auto !important;
  -moz-appearance: auto !important;
}

.dataTables_filter {
  display: block !important;
  overflow: visible !important;
}

.datatable-search-wrapper {
  position: relative;
}

.datatable-search-wrapper .search-icon {
  position: absolute;
  z-index: 3;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #373C3F;
  font-size: 20px;
  pointer-events: none;
}

.datatable-search-wrapper input {
  padding-right: 30px !important;
}

.dataTables_paginate .paginate_button > a {
  color: #5FB2DA;
  background: white;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 24px;
  padding: 5px 10px;
}

.dataTables_paginate .paginate_button > a .uil {
  font-size: 24px;
}

.dataTables_wrapper > .row:last-of-type {
  margin-top: 12px !important;
}

#modal-report .modal-dialog {
  height: 100vh !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  width: 448px;
}

#modal-report .modal-content {
  margin: auto !important;
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  width: 100%;
  border-radius: 10px;
}

#modal-report .modal-header {
  text-align: center;
  border-bottom: 0;
}

#modal-report .modal-header .modal-title {
  color: #040707;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
}

#modal-report .modal-body .form-group:last-of-type {
  margin-bottom: 0;
}

#modal-report .modal-body .form-group label {
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
}

#modal-report .modal-body .form-group input,
#modal-report .modal-body .form-group select {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

#modal-report .modal-footer {
  border-top: 0;
}

#modal-report .modal-footer .btn-primary {
  width: 100%;
  padding: 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
}

.badge-pill {
  padding: 5px 16px;
  border-radius: 40px;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  text-align: center;
}

.badge-pill.badge-warning {
  color: #BD0F38;
  background-color: #FDECF0;
  border: 1px solid #ED2453;
}

.badge-pill.badge-success {
  color: #2CB582;
  background-color: #EFFBF6;
  border: 1px solid #58D6A8;
}

.badge-pill.badge-danger {
  color: #E99F0C;
  background-color: #FEF8EC;
  border: 1px solid #F5BC48;
}

.box-profile {
  max-width: 100%;
}

.box-approval .box-header::before,
.box-approval .box-header::after {
  display: none !important;
  content: none !important;
}

.box-header-approval {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.box-header-approval .btn {
  border-radius: 6px;
  padding: 12px 32px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.btn-dropdown-top-job .dropdown-toggle {
  background: white !important;
  border-color: #5FB2DA !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn-dropdown-top-job .dropdown-toggle:hover,
.btn-dropdown-top-job .dropdown-toggle:active,
.btn-dropdown-top-job .dropdown-toggle:focus {
  background: white !important;
  border-color: #5FB2DA !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn-dropdown-top-job.open .dropdown-menu {
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.btn-dropdown-top-job.open .dropdown-menu .dropdown-item {
  padding: 8px;
  color: #373C3F;
  font-size: 18px;
  line-height: 27px;
}

.btn-dropdown-top-job.open .dropdown-menu .dropdown-item:hover {
  background: #EAF5FA;
}

.div-avatar-initial {
  aspect-ratio: 1 / 1;
  background: #f3f5f8;
  border-radius: 50%;
  color: #2a92c3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 100px;
  font-weight: 600;
  height: 175px;
}

.div-avatar-initial span {
  text-transform: uppercase;
}

.text-label {
  color: #333;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
}

.text-data {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.text-data a {
  font-weight: 700 !important;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  width: 100%;
  display: inline-block;
}

.pdf-object {
  width: 100%;
  aspect-ratio: 1 / 1.1;
}

.video-player-container {
  background-color: #000;
  position: relative;
  border-radius: 5px;
}

.video-player-container video {
  width: 100%;
  aspect-ratio: 1.2 / 1;
  background-color: #000;
  border-radius: 5px 5px 0 0;
}

.video-player-container .pause-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.video-player-container .button-play-purple {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: rgba(86, 79, 219, 0.6);
  border: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.video-player-container .button-play-purple .fa-play {
  color: #FFF;
  font-size: 30px;
}

.video-player-container .player-control-bar {
  padding: 16px 24px;
  position: absolute;
  border-radius: 0 0 5px 5px;
  bottom: -53px;
  right: 0;
  left: 0;
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.video-player-container .player-control-bar i {
  cursor: pointer;
}

.video-player-container .player-progress {
  min-width: 120px;
  height: 5px;
  border-radius: 3px;
  background-color: #808080;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  /* Thumb: webkit */
  /* Thumb: Firefox */
}

.video-player-container .player-progress .progress-bar {
  background-color: #FFF;
  border-radius: 3px;
}

.video-player-container .player-progress input[type="range"] {
  /* removing default appearance */
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  /* creating a custom design */
  width: 100%;
  cursor: pointer;
  outline: none;
  border-radius: 5px;
  height: 5px;
  width: 100%;
}

.video-player-container .player-progress input[type="range"]::-webkit-slider-thumb {
  /* removing default appearance */
  -webkit-appearance: none;
  appearance: none;
  /* creating a custom design */
  height: 5px;
  width: 5px;
  background-color: transparent;
  border-radius: 50%;
  border: none;
}

.video-player-container .player-progress input[type="range"]::-moz-range-thumb {
  height: 5px;
  width: 5px;
  background-color: transparent;
  border-radius: 50%;
  border: none;
}

.video-player-container .player-time {
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  color: #808080;
}

.video-player-container .player-time b {
  font-weight: 600;
  color: #FFF;
  margin-right: 5px;
}

.video-player-container .player-speed {
  cursor: pointer;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  color: #FFF;
}

.video-player-container .dropup-speed .dropdown-menu {
  min-width: 84px;
  left: -32px;
  text-align: center;
}

.video-player-container .dropup-speed .dropdown-menu .dropdown-item {
  display: block;
  font-size: 14px;
  line-height: 21px;
  color: #666666;
  padding: 10px 16px;
}

.video-player-container .dropup-speed .dropdown-menu .dropdown-item:hover {
  color: #000;
  background-color: #F3F2FF;
}

.video-player-container .dropup-volume .dropdown-menu {
  min-width: 17px;
  text-align: center;
  background-color: #333333;
  margin-bottom: 0px;
}

.video-player-container .dropup-volume .dropdown-menu .volume-slider {
  width: 5px;
  height: 60px;
  border-radius: 3px;
  display: inline-block;
  /* Thumb: webkit */
  /* Thumb: Firefox */
}

.video-player-container .dropup-volume .dropdown-menu .volume-slider input[type="range"] {
  /* removing default appearance */
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  /* creating a custom design */
  width: 100%;
  cursor: pointer;
  outline: none;
  border-radius: 5px;
  height: 5px;
  width: 60px;
  position: absolute;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  bottom: 2px;
}

.video-player-container .dropup-volume .dropdown-menu .volume-slider input[type="range"]::-webkit-slider-thumb {
  /* removing default appearance */
  -webkit-appearance: none;
  appearance: none;
  /* creating a custom design */
  height: 5px;
  width: 5px;
  background-color: #FFF;
  border-radius: 50%;
  border: none;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.video-player-container .dropup-volume .dropdown-menu .volume-slider input[type="range"]::-moz-range-thumb {
  height: 5px;
  width: 5px;
  background-color: #FFF;
  border-radius: 50%;
  border: none;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

@supports (-moz-appearance: none) {
  .video-player-container .player-time {
    min-width: 86px;
  }

  .video-player-container .icon-i-player-fullscreen {
    width: 26px;
  }
}

.video-player-container.fullscreen video {
  aspect-ratio: unset;
  height: 100%;
}

.video-player-container.fullscreen .player-control-bar {
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

.btn-unduh-riwayat {
  padding: 5px 16px;
  background: #5FB2DA;
  color: white !important;
  font-weight: 700 !important;
  border-radius: 2px;
}

.btn-unduh-riwayat .uil {
  margin-right: 4px;
  font-size: 16px;
}

.table-bordered {
  border-color: #CFCFCF;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border-color: #CFCFCF;
}

.dataTables_wrapper .dataTables_info {
  padding-top: 0 !important;
}

.dataTables_wrapper > .row:last-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.dataTables_wrapper > .row:last-of-type > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  float: unset;
  width: auto;
}

.dataTables_wrapper > .row:last-of-type > div:first-of-type {
  padding-right: 0;
}

.dataTables_wrapper .dataTables_scrollHead .dataTables_scrollHeadInner > table {
  border-color: #CFCFCF;
}

.dataTables_wrapper .dataTables_scrollBody > .table {
  border-color: #CFCFCF;
}

#tableReports_wrapper .dataTables_scrollHeadInner,
#tableReports_wrapper .dataTables_scrollBody {
  width: 100% !important;
}

#tableReports_wrapper .dataTables_scrollHeadInner > table,
#tableReports_wrapper .dataTables_scrollBody > table {
  width: 100% !important;
}

.dataTables_scrollBody {
  padding-bottom: 40px;
}

.dataTables_paginate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}

.pagination > li a {
  border-radius: 6px;
  border-color: #5FB2DA;
}

.pagination > li a .fa {
  font-size: 16px;
  font-weight: bold;
}

.pagination > li a .fa-angle-left,
.pagination > li a .fa-angle-double-left {
  margin-right: 4px;
}

.pagination > li a .fa-angle-right,
.pagination > li a .fa-angle-double-right {
  margin-left: 4px;
}

.pagination > li a:hover,
.pagination > li a:focus,
.pagination > li a:active {
  background-color: #5FB2DA;
  border-color: #5FB2DA;
  color: white;
}

.pagination > li.active a {
  background-color: #5FB2DA;
  border-color: #5FB2DA;
  color: white;
}

.pagination > li.active a:hover,
.pagination > li.active a:focus,
.pagination > li.active a:active {
  background-color: #5FB2DA;
  border-color: #5FB2DA;
  color: white;
}

.pagination > li.disabled a {
  border-color: #5FB2DA;
  opacity: 0.5;
}

.pagination > li.disabled a:hover,
.pagination > li.disabled a:focus,
.pagination > li.disabled a:active {
  border-color: #5FB2DA;
  opacity: 0.5;
  color: #5FB2DA;
}

.pagination > li#tableStudent_ellipsis a {
  border: 0;
  opacity: 1;
}

