.width-fix-sidebar-layout {
  width: calc(100vw - 260px);
  display: block;
}

@media only screen and (max-width: 767px) {
  .width-fix-sidebar-layout {
    margin: 0px 15px;
    width: calc(100vw - 40px);
  }
}


.gd-atoms {
  font-family: RobotoRegular;
}

.gd-atoms hr {
  margin: 0;
  border-top: 2px solid #f6f4f4;
}
.circle-steps-completed {
  border-radius: 50%;
  width: 16px;
  height: 16px; 
  background-color: #7cd6bf;
  float: right;
  text-align:center;
  color:#ffffff
}
.circle-steps-incomplete {
  border-radius: 50%;
  width: 16px;
  height: 16px; 
  border-color: #ffdc54;
  float: right;
  border-style: solid;
}

.gd-atoms .text-ellipsis {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/************ START st: scrolling-tabs *******************/
.gd-atoms .st .nav-tabs {
  border-color: #eae8e8;
  background-color: #f6f4f4;
}
.gd-atoms .st .nav-tabs > li.active > a {
  border-bottom: 2px solid #ff7a49;
}
.gd-atoms .st .nav-tabs > li > a {
  border-bottom: 2px solid #eae8e8;
}
.gd-atoms .st .nav-tabs > li > a:hover {
  cursor: pointer;
}
.gd-atoms .st .nav-tabs > li > a,
.gd-atoms .st .nav-tabs > li > a:hover {
  color: #4e5e5e !important;
  font-size: 14px;
  background-color: #f6f4f4;
  margin-right: unset;
  border-radius: unset;
  height: 40px;
}


.gd-atoms .st .nav-tabs > li.active > a,
.gd-atoms .st .nav-tabs > li.active > a:hover, 
.gd-atoms .st .nav-tabs > li.active > a:focus {
  color: #ff7a49 !important; 
  font-family: RobotoMedium;
  font-weight: normal;
}

.gd-atoms .st .nav-tabs > li.active > a.tabs-selected-item {
  background-color: #fff !important;
}

.gd-atoms .st-tabbed .nav-tabs {
  border-bottom: none!important;
}

.gd-atoms .st-tabbed .nav-tabs > li > a {
  border: solid 1px #eae8e8;
  border-radius: 2px;
  padding: 6px 15px;
  background-color: #fff;
  cursor: pointer;
}

.gd-atoms .st-tabbed .nav-tabs > li > a,
.gd-atoms .st-tabbed .nav-tabs > li > a:hover {
  color: #001919 !important; 
}

.gd-atoms .st-tabbed .nav-tabs > li.active > a,
.gd-atoms .st-tabbed .nav-tabs > li.active > a:hover, 
.gd-atoms .st-tabbed .nav-tabs > li.active > a:focus {
  color: #fff !important; 
  font-family: RobotoMedium;
  font-weight: normal;
  background-color: #5e6595;
  border-bottom: inherit;
}

/************ END st: scrolling-tabs *******************/

/************ START gfwsc: gdFormWithSidebarContainer*******************/

.gd-atoms .gfwsc .left {
  padding: 0px;
  width: 75%;
}

.gd-atoms .gfwsc .right {
  /* background-color: white;
  border: solid 1px #f4f4f4;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.14); */
  max-height: 95%;
  overflow-y: auto;
  right: 1.3%;
  width: calc((98.7% - 220px)*0.235);
  padding: 0px;
}

.gd-atoms .gfwsc .right-fixed {
  position: fixed;
}

.gd-atoms .gfwsc .right-dynamic {
  margin-top: 50px;
  position: absolute;
}

.gd-atoms .gfwsc .right-bottom {
  display: none;
}

.gd-atoms .gfwsc .form-footer {
  padding-top: 28px;
  border-top: solid 1px #eae8e8;
}

@media only screen and (max-width: 767px) {
  .gd-atoms .gfwsc .left {
    width: 100%;
    max-width: 100vw;
  }
  .gd-atoms .gfwsc .right {
    display: none;
  }
  .gd-atoms .gfwsc .right-bottom {
    display: unset;
  }
}

/************ END gfwsc *******************/

.gd-atoms .icon-with-input {
  position: absolute;
  height: 100%;
  top: 0;
  font-size: 20px;
  display: flex;
  right: 5px;
  color: #4e5e5e;
  font-weight: bold;
  margin-top: -1px;
  align-items: center;
}

.gd-atoms .form-sidebar__container {
  height: 307px;
  border-radius: 3px;
  box-shadow: 0 2px 2px 0 rgba(78, 94, 94, 0.1), 0 0 0 0 rgba(78, 94, 94, 0.1);
  background-color: #ffffff;
  border: solid 1px #f6f4f4;
}

.gd-atoms .form-sidebar-header {
  padding: 16px 24px;
  font-size: 12px;
  font-family: RobotoMedium;
  text-align: center;
  color: #4e5e5e;
}

.gd-atoms .form-sidebar-body {
  padding: 16px 24px;
  margin-top: -12px;
  margin-bottom: -12px;
}

.gd-atoms .form-sidebar-item {
  color: #4e5e5e;
  margin-bottom: 12px;
  margin-top: 12px;
  overflow: hidden;
  transition: 0.3s color;
}

.gd-atoms .form-sidebar-item:hover,
.gd-atoms .form-sidebar-item-selected {
  color: #001919;
  font-family: RobotoMedium;
  cursor: pointer;
}

.gd-atoms .btn {
  background-color: #5e6595;
  color: #fff;
  min-height: 34px;
  height: auto;
  font-size: 14px;
  font-family: RobotoMedium;
  text-transform: uppercase;
  transition: 0.3s;
  min-width: 80px;
  white-space: normal;
}

.gd-atoms .btn:hover {
  background-color: #44496B;
  transition: 0.3s;
  box-shadow: 2px 2px 6px #d0d1d1;
}

.gd-atoms .btn__plus__no_padding {
  min-width: 0px; 
  /* display: flex; */
  line-height: 0; 
  font-size: 12px; 
  padding: 2px 6px 2px 6px;
  font-family: RobotoRegular;
  transition: 0.3s all;
}

.gd-atoms .btn__plus {
  min-width: 0px; 
  /* display: flex; */
  line-height: 0; 
  font-size: 35px; 
  padding: 0px 6px 4px 6px;
  font-family: RobotoRegular;
  transition: 0.3s all;
}

.gd-atoms .btn__plus:focus {
  outline:0;
}

.gd-atoms .btn__plus--onrotate {
  padding: 0px 3px 4px 6px;
}


.gd-atoms .btn-primary {
  background-color: #ff7a49;
}
.gd-atoms .btn-primary:hover {
  background-color: #ff6127;
}
.gd-atoms .btn-secondary {
  background-color: #f9f9f9;
  border: solid 1px #eae8e8;
  color: #5e6595;
}
.gd-atoms .btn-secondary:hover {
  background-color: #f9f9f9;
  box-shadow: none;
}

.gd-atoms .btn-lg {
  padding: initial;
  padding-left: 28px;
  padding-right: 28px;
  border-radius: 2px;
  height: 40px;
}

@media only screen and (max-width: 767px) { 
  .gd-atoms .btn-lg {
    padding-left: 14px;
    padding-right: 14px;
  }
}

.gd-atoms .tags {
  color: #4e5e5e;
  padding: 5px;
  display: inline-flex;
  border-radius: 3px;
  border: solid 1px #d8d8d8;
  margin-bottom: 8px;
  margin-right: 8px;
  text-transform: uppercase;
}

.gd-atoms .tags__lg {
  padding: 7px;
  font-size: 13px;
}

.gd-atoms .tags-clear {
  color: #4e5e5e;
  padding: 5px;
  display: inline-flex;
  font-size: 0.9em;
  margin-bottom: 8px;
  margin-right: 8px;
}

.gd-atoms .tag-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.gd-atoms .tags-icon {
  cursor: pointer;
  margin-left: 5px;
  font-size: 13px;
  margin-top: -3px;
}

.gd-atoms .tags-icon:hover {
  opacity: 0.7;
}

.gd-atoms .disable-form .tags-icon {
  display: none;
}

.gd-atoms .page-title {
  font-size: 24px;
  font-family: RobotoMedium;
}

.gd-atoms .main-wrapper {
  background-color: #ffffff;
  border: solid 1px #f4f4f4;
  border-radius: 4px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.14);
  padding: 0px 20px;
}

.gd-atoms .main-header {
  font-size: 14px;
  padding: 16px 0px;
}

.gd-atoms .form_section-input-label {
  color: #4e5e5e;
  font-size: 14px;
  font-family: RobotoMedium;
  margin-bottom: 8px;
}

.gd-atoms .form_section-input-info {
  color: #9ca3a3;
  font-size: 12px;
  margin-bottom: 8px;
}

.gd-atoms .error_text {
  color: #FF6127;
  font-size: 0.8em;
  padding: 3px 15px 10px 15px;
  text-align: justify;
}

.gd-atoms .error_text-image {
  width: 11px;
  margin-top: 3px;
  position: absolute;
  left: 0;
}

.gd-atoms .form-control {
  background-color: #ffffff;
  border: solid 1px #d0d1d1;
  border-radius: 3px;
  box-shadow: none;
  color: #001919;
  height: 34px;
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-shadow: none;
}

.gd-atoms .form-control:focus {
  border: 1px solid #ff7a49;
  outline-color: #ff7a49;
}

.gd-atoms .form-control[disabled] {
  background-color: #eee;
}

.gd-atoms textarea.form-control {
  height: auto;
}

.tp:empty{
  display: none;
}

.gd-atoms .btn-form-upload {
  background-color: #eae8e8;
  border: solid 1px #d0d1d1;
  border-radius: 3px;
  color: #44496b;
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  height: 32px;
  padding: 5px 16px;
  text-transform: uppercase;
}

.gd-atoms .btn-form-upload[disabled] {
  opacity: 0.8;
  cursor: not-allowed;
}

.gd-atoms .btn-form-upload-icon {
  height: 13px;
  margin-top: 3px;
  margin-right: 3px;
  width: 11px;
}

.gd-atoms .file-uploaded-wrapper {
  background-color: #f6f4f4;
  border: solid 1px #d0d1d1;
  border-radius: 3px;
  padding: 12px;
  width: 100%;
  max-width: 250px;
}

.gd-atoms .file-uploaded {
  display: flex;
  width: 100%;
}

.gd-atoms .file-uploaded-text {
  margin: auto;
  margin-left: 0px;
  overflow-x: hidden;
}

.gd-atoms .file-uploaded-icon-1 {
  height: 25px;
  margin: auto;
  margin-left: 0px;
  margin-right: 10px;
  width: 20px;
}

.gd-atoms .file-uploaded-icon-2 {
  height: 12px;
  margin: auto;
  margin-right: 0px;
  margin-left: 16px;
  cursor: pointer;
  width: 12px;
}

.gd-atoms .file-uploaded-td {
  background-color: #f6f4f4;
}

.gd-atoms .disable-form .tags-icon,
.disable-form .file-uploaded-icon-2 {
  display: none;
}

.gd-atoms .upload-container {
  position: fixed;
  z-index: 10000;
  bottom: 16px;
  width: 400px;
  right: 24px;
  -webkit-box-shadow: 0 2px 4px 0 #eae8e8;
  box-shadow: 0 2px 4px 0 #eae8e8;
}

/******  uc: upload-container  ********/

.gd-atoms .uc-header {
  height: 50px;
  background-color: #2f344a;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 24px;
  padding-right: 24px;
  cursor: pointer;
  border-radius: 3px 3px 0 0;
}

.gd-atoms .uc-header-text {
  color: #fff;
  font-size: 16px;
}
.equal-height {
  height: 211px;
  /* margin-bottom: 0px !important;  */
  margin-right: 1%;
  width: 24%;
}
  

.gd-atoms .uc-header-icon {
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: bold;
}

.helpText{
  /*font-family: RobotoRegular;*/
  display: inline-block;
  color: #4E5E5E;
  padding: 0 0 10px 0;
  font-size: 12px;
  font-weight: normal;
  margin-top: -5px;
}

.gd-atoms .uc-body {
  height: 120px;
  background-color: #f6f4f4;
  padding-left: 24px;
  padding-right: 24px;
  border: solid 1px #eae8e8;
  overflow-y: auto;
}

.gd-atoms .uc-body-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  border-bottom: solid 1px #d0d1d1;
}

.gd-atoms .uc-body-error-row {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #ff6127;
}

.gd-atoms .uc-body-row:last-child {
  border-bottom: none;
}

.gd-atoms .uc-body-progress-icon {
  height: 20px;
}

.gd-atoms .uc-body-text {
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: RobotoMedium;
}
/*****WHATIS[sm]: side-modal ********/
.gd-atoms .sm-wrapper {
  background-color: rgba(0, 25, 25, 0.7);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  z-index: 1050;
  -webkit-animation-duration: 0.20s;
  -webkit-animation-timing-function: linear;
}

.gd-atoms .sm-container {
  background-color: #fff;
  height: 100%;
  min-width: 320px;
  position: absolute;
  right: 0;
  animation-duration: 0.20s;
  animation-timing-function: linear;
  -webkit-animation-duration: 0.20s;
  -webkit-animation-timing-function: linear;
  z-index: 1;
}

.gd-atoms .ang-fade {
  animation-duration: 0.30s;
  animation-timing-function: linear;
  -webkit-animation-duration: 0.30s;
  -webkit-animation-timing-function: linear;
}

.gd-atoms .ang-fade.ng-enter {
  animation-name: opacityTransform;
  -webkit-animation-name: opacityTransform;
}
.gd-atoms .ang-fade.ng-leave {
  animation-name: opacityTransform;
  -webkit-animation-name: opacityTransform;
  animation-direction: reverse;
  -webkit-animation-direction: reverse;
}

.gd-atoms .sm-wrapper.ng-enter {
  animation-name: opacityTransform;
  -webkit-animation-name: opacityTransform;
}
.gd-atoms .sm-wrapper.ng-leave {
  animation-name: opacityTransform;
  -webkit-animation-name: opacityTransform;
  animation-direction: reverse;
  -webkit-animation-direction: reverse;
}
.gd-atoms .sm-wrapper.ng-enter .anim{
  animation-name: slideFromRight;
  -webkit-animation-name: slideFromRight;
}

.gd-atoms .sm-wrapper.ng-leave .anim{
  animation-name: slideFromRight;
  animation-direction: reverse;
  -webkit-animation-name: slideFromRight;
  -webkit-animation-direction: reverse;
}

@keyframes opacityTransform {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes slideFromRight {
  0% { transform: translateX(100%); }
  100% { transform: translateX(0); }
}

@media only screen and (max-width: 320px) {
  .gd-atoms .sm-container {
    min-width: 100vw;
  }
}

.gd-atoms .fm-container {
  background-color: #fff;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1040;
  -webkit-animation-duration: 0.30s;
  -webkit-animation-timing-function: ease-in-out;
}

.gd-atoms .fm-container.ng-enter {
  animation-name: opacityTransform;
  -webkit-animation-name: opacityTransform;
}
.gd-atoms .fm-container.ng-leave {
  animation-name: opacityTransform;
  -webkit-animation-name: opacityTransform;
  animation-direction: reverse;
  -webkit-animation-direction: reverse;
}

.gd-atoms .fm-close-icon {
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
  color: #001919;
  font-size: 24px;
  z-index: 2;
}

.gd-atoms .user-thumbnail {
  width: 40px; 
  height: 40px; 
  border-radius: 50%;
  background-position-x: center;
  background-position-y: top;
  background-size: cover;
  background-repeat-x: no-repeat;
  background-repeat-y: no-repeat;
}

.icon-hover {
  cursor: pointer;
  opacity: 0.8;
}

.icon-hover:hover {
  opacity: 1;
}

gd-form-input-container {
  display: block;
}

gd-form-input-container .required {
  color: #ff0000!important;
  font-size: 14px;
}

gd-form-input-container .row {
  padding: 0px 0 36px 0;
}

gd-form-input-container.child .row {
  padding: 24px 0 24px 0;
  background-color: rgba(246, 244, 244, 0.5);
}


.gd-table-wrapper {
  overflow-x: auto;
}
.gd-table-horizontal-flat {
  border: 1px solid #d0d1d1;
  border-collapse: separate;
  border-radius: 3px;
}
.gd-table-horizontal-flat>thead {
  background-color: #eae8e8;
}
.gd-table-horizontal-flat>thead>tr {
  height: 50px;
}
.gd-table-horizontal-flat>thead>tr>th{
  vertical-align: middle;
}
.gd-table-horizontal-flat>thead>tr>th {
  color: #4e5e5e;
  border-bottom: none;
  font-size: 14px;
  font-weight: normal;
}
.gd-table-horizontal-flat>tbody>tr>td, .gd-table-horizontal-flat>tbody>tr>th, .gd-table-horizontal-flat>tfoot>tr>td, .table>tfoot>tr>th, .gd-table-horizontal-flat>thead>tr>td, .gd-table-horizontal-flat>thead>tr>th {
  padding: 12px;
}
.gd-table-horizontal-flat>tbody>tr>td,.gd-table-horizontal-flat>tbody>tr>th{
  vertical-align: middle;
}
.gd-table-horizontal-flat>tbody>tr>td:first-child,.gd-table-horizontal-flat>tbody>tr>th:first-child {
  border-left: none;
}
.gd-atoms .note-editor {
  margin-bottom: 0px;
}
.gd-atoms .note-editor .btn {
  color: #001919;
  background-color: #fff;
  border: solid 1px #c9c7d4;
  text-transform: uppercase;
  min-width: unset;
  border: none;
}
.gd-atoms .note-editor .btn:hover, 
.gd-atoms .note-editor .btn:active, 
.gd-atoms .note-editor .btn:focus, 
.gd-atoms .note-editor .btn:active:focus {
  background-color: #c9c7d4;
  color: #44496B;
  border: 1px solid #c9c7d4;
  outline-color: #c9c7d4;
  text-transform: uppercase;
}
.gd-atoms .note-editor .note-toolbar {
  background-color: #fff;
}

.gd-atoms .repeated-item.ng-enter, .repeated-item.ng-move {
  transition: all 0.5s linear;
  opacity: 0;
}
.gd-atoms .repeated-item.ng-enter.ng-enter-active,
.gd-atoms .repeated-item.ng-move.ng-move-active {
  opacity: 1;
}
.gd-atoms .repeated-item.ng-leave {
  animation: 0.5s my_animation;
}

@keyframes my_animation {
  from { opacity: 1; }
  to   { opacity: 0; }
}





.add-slot-card {
  background-color: #f6f4f4;
  border: dashed 1px #d0d1d1;
  border-radius: 3px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  justify-items: center;
  padding: 24px;
  color: #5e6595;
}

.location-type-card {
  border: solid 1px #eae8e8;
  border-radius: 3px;
  cursor: pointer;
  color: #001919;
  background-color: #f9f9f9;
  height: 156px;
  margin-bottom: 12px;
  position: relative;
  transition: 0.3s all;
}

.location-type-card-detail-cont {
  position: absolute;
  top: 24px;
  bottom: 24px;
  right: 12px;
  left: 12px;
}

.location-type-card-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #eae8e8;
  z-index: 0;
  font-size: 60px;
}

.location-type-card:hover {
  box-shadow: 0 6px 6px 0 rgba(78, 94, 94, 0.1);
}

.location-type-card-hover-icon {
  display: none;
  transition: 0.3s all;
  position: absolute;
  right: -8px;
  top: -9px;
  background-color: #5e6595;
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
}

.location-type-card:hover .location-type-card-hover-icon {
  display: block;
}

.location-type-card hr {
  margin: 10px 0 !important;
}

.location-type-card .p3-icon-close {
  margin-bottom: 16px;
}

.completed-step{
  color:#4E5E5E;
  text-decoration:line-through;
  padding-top: 4px;
  font-family: RobotoMedium;
  font-size: 16px;
  padding-left: 16px;
}

.incomplete-step{
  color:#4E5E5E;
  font-family: RobotoMedium;
  font-size: 16px;
  padding-left: 3px;
}

.steps-description{
  width: 659px;
  height: 32px;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #4e5e5e;
  padding-top: 8px;
}

.create-vol-modal-views {
  min-height: 406px;
  padding: 0 35px;
}

.create-vol-modal-views .header-text {
  color: #4e5e5e;
  font-size: 16px;
  font-family: RobotoMedium;
}

.create-vol-modal-views .back {
  position: absolute;
  font-size: 28px;
  left: -40px;
  margin-top: -3px;
  cursor: pointer;
}

/********
Volunteering my location edit slot card: vmles-card
********/

.vmles-card {
  border: solid 1px #eae8e8;
  border-radius: 3px;
  display: flex;
}

.vmles-card-header {
  border-radius: 3px 0 0 3px;
  background-color: #f6f4f4;
  border-right: solid 1px #eae8e8;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-family: RobotoMedium;
  justify-content: center;
  justify-items: center;
  padding: 0 16px;
}

.vmles-card-body {
  flex: 1;
  padding: 16px;
}

.vmles-card-body-row {
  align-items: flex-start;
  display: flex;
  margin-bottom: 20px;
}

.vmlescbr-input {
  flex: 1;
}

.vmlescbr-time-cont {
  margin-bottom: -8px;
}

.vmlescbr-time-cont .bordered {
  border: solid 2px #5e6595;
  padding: 0 7px;
}

.vmlescbr-time-cont label {
  margin-left: 9px !important;
  padding: 0px !important;
}

.vmlescbr-time-cont>div {
  display: inline-flex;
  align-items: center;
  border-radius: 3px;
  border: solid 1px #eae8e8;
  height: 34px;
  padding: 0 8px;
  margin-right: 8px;
  margin-bottom: 8px;
  transition: 0.3s all;
}

.vmlescbr-time-cont>div:last-child {
  margin-right: 0px;
}

.vmlescbr-time-cont .gd-checkbox__xs label:before {
  border: 1px solid #eae8e8;
}

.vmlescbr-time-cont .gd-checkbox__xs label:before,
.vmlescbr-time-cont .gd-checkbox__xs input[type="checkbox"]:checked+label:after {
  margin-top: 2px;
}

.vmles-card-body-row>div:first-child {
  align-items: center;
  color: #4e5e5e;
  display: flex;
  height: 34px;
  min-width: 178px;
}

.vmles-card-body-row:last-child {
  margin-bottom: 0px;
}

.vmlescbr-input input {
  max-width: 100%;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .create-vol-modal-views {
    padding: 0;
  }
  .create-vol-modal-views .back {
    font-size: 18px;
    left: -24px;
    margin-top: 1px;
  }
  .vmles-card {
    flex-direction: column;
  }
  .vmles-card-header {
    flex-direction: row;
    padding: 12px 0;
  }
  .vmles-card-header>div:first-child {
    align-items: center;
    display: flex;
    margin-right: 8px;
  }
  .vmles-card-body-row {
    align-items: unset;
    flex-direction: column;
  }
  .vmles-card-body-row>div:first-child {
    height: unset;
    margin-bottom: 8px;
  }
}

/****************************
sv-card: slot view card
***********************************/

.sv-cards-container {
  max-width: 1300px;
  margin-bottom: -16px;
}

.sv-card {
  background-color: #ffffff;
  border: solid 1px #eae8e8;
  border-radius: 3px;
  display: block;
  padding: 12px;
  margin-bottom: 16px;
}

.sv-card .header-text {
  font-size: 14px;
  font-family: RobotoMedium;
  color: #001919;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sv-card .body-text {
  font-size: 14px;
  font-family: RobotoMedium;
  color: #4e5e5e;
  margin-top: 12px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sv-card.sv-card--height{
  height: 160px;
}
.sv-card .body-text.body-text--wrap{
  
  font-size: 14px;
  font-family: RobotoRegular;
  color: #4e5e5e; 
  overflow: auto;
  margin-top: 12px;
  -o-text-overflow: visible;
  text-overflow: visible;
  white-space: pre-line;
}

.sv-card .edit-icon {
  cursor: pointer;
  position: relative;
}

.sv-card .edit-options {
  background-color: #ffffff;
  border: solid 1px #f6f4f4;
  border-radius: 3px;
  box-shadow: 0 6px 6px 0 rgba(78, 94, 94, 0.1);
  padding: 0 8px;
  position: absolute;
  text-align: left;
  top: -5px;
  right: 0;
  z-index: 1;
  display: none;
  font-family: RobotoRegular;
}

.sv-card .edit-options>div {
  padding: 12px 20px;
  font-size: 14px;
  color: #4e5e5e;
  border-bottom: 1px solid #f6f4f4;
  cursor: pointer;
}

.sv-card .edit-options>div:hover {
  font-family: RobotoMedium;
}

.sv-card .edit-options>div:last-child {
  border: none;
}

.sv-card .edit-icon:hover {
  cursor: inherit;
}

.sv-card .edit-icon:hover .edit-options {
  display: block;
}

.edit-options {
  background-color: #ffffff;
  border: solid 1px #f6f4f4;
  border-radius: 3px;
  box-shadow: 0 6px 6px 0 rgba(78, 94, 94, 0.1);
  padding: 0 8px;
  position: absolute;
  text-align: left;
  top: -5px;
  right: 0;
  z-index: 1;
  display: none;
  font-family: RobotoRegular;
}

.edit-options>div {
  padding: 12px 20px;
  font-size: 14px;
  color: #4e5e5e;
  border-bottom: 1px solid #f6f4f4;
  cursor: pointer;
}

.edit-options>div:hover {
  font-family: RobotoMedium;
}

.edit-options>div:last-child {
  border: none;
}

.edit-icon:hover {
  cursor: inherit;
}

.edit-icon:hover .edit-options {
  display: block;
}

/****************************
WHATIS[voi]: volunteering opportunity info
***********************************/

.voi-main-container {
  padding: 0 40px; 
  width: 100%; 
  height: 100%;
}

.voi-left-container {
  display: flex;
  flex-direction: column;
  width: calc(100% - 330px);
  height: calc(100% - 10px);
}

.voi-right-container {
  width: calc(290px);
  position: absolute;
  right: 40px;
  top:82px;
}

/****************************
WHATIS[vet]: volunteering event table
***********************************/
.vet-column {
  min-width: 150px;
}

.vet-logo-cont {
  width: 50px;
  height: 32px;
  display: inline-flex;
  justify-content: center;
  align-self: center;
  margin-right: 8px;
}

.vet-logo {
  max-width: 100%;
  max-height: 100%;
  align-self: center;
}

/****************************
WHATIS[vsmf]: volunteering side modal form
***********************************/
.vsmf {
  padding: 0 35px;
  width: 760px;
  height: 100vh;
  display: flex;
  flex-direction: column;
}
.vsmf__lg {
  width: 900px;
}
.vsmf-header {
  display: flex; 
  justify-content: space-between;
  align-items: center;
}

/****************************
WHATIS[voe]: volunteering opportunity event
***********************************/
.voe-status-tag {
  border-radius: 3px;
  color: #fff;
  padding: 4px 8px;
}
.voe-status-tag__booked {
  background-color: #3cc19f;  
}
.voe-status-tag__allocatedActive {
  background-color: #ffa17f; 
}
.voe-status-tag__allocatedExpired {
  background-color: #706d6c; 
}
.voe-status-open-event-tag {
  background-color: rgb(184, 147, 80); 
}
.eventSlotCorporate-tag__booked {
  color: #7cd6bf;  
}
.eventSlotCorporate-tag__allocated {
  color: #ffcd09; 
}
.eventSlotCorporate-tag__cancelled {
  color: #9ca3a3; 
}
.voe-misc-item {
  padding: 24px 0;
  border-bottom: solid 1px #eae8e8;
  display: flex;
  justify-content: space-between;
}
.voe-misc-item:first-child {
  border-top: solid 1px #eae8e8;
}
.voe-misc-item-cont-1 {
  display: flex; 
  align-items: center;
}

.voe-status-event-tag {
  background-color: #f6f4f4;
}

/****************************
WHATIS[vom]: volunteering opportunity manager
WHATIS[ud]: user detail
***********************************/
.vom-container {
  border-radius: 3px;
  border: solid 1px #eae8e8;
  position: relative;
}
.vom-container__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 3px;
  background-color: #eae8e8;
  box-shadow: 0 1px 2px 0 rgba(78, 94, 94, 0.1), 0 0 0 0 rgba(78, 94, 94, 0.1);
  padding: 8px 16px;
}

.vom-container__body {
  background-color: #fff;
}
.vom-container__body__ud-cont {
  padding: 16px 16px;
  border-bottom: 1px solid #f6f4f4;
  display: flex;
  position: relative;
}
.vom-popup {
  padding: 0 12px;
  border-radius: 3px;
  box-shadow: 0 6px 6px 0 rgba(78, 94, 94, 0.1);
  background-color: #ffffff;
  border: solid 1px #f6f4f4;
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  .vsmf__lg {
    width: 90vw;
  }
}

@media only screen and (max-width: 767px) {
  .vsmf {
    width: 100vw;
  }
  
  .voi-left-container {
    width: calc(100%);
  }
  
  .voi-right-container {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .gd-atoms .page-title {
    font-size: 18px;
  }
}

.gfic-single gd-form-input-container .row {
  padding: 0;
}

.oi-select-no-border .select-search {
  cursor: default;
  border: none;
  box-shadow: none !important
}

.oi-select-no-border .ng-pristine{
  cursor: default;
}

.rectangle-12 {
  width: 250px;
  /* height: 81px; */
  border-radius: 3px;
  border: solid 1px #eae8e8;
}

.open-event-box-view{
  width: 116px;
  height: 40px;
  border-radius: 3px;
  background-color: #f6f4f4;
}

.shade-icon{
  color: #d0d1d1;
}
.shade-text{
  color: #4e5e5e;
}

.info-oval-shape{
  width: 481px;
  height: 16px;
  font-family: Roboto;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #9ca3a3;
}

.itineraryContent{
  font-family: Roboto;
  font-size: 14px;
  letter-spacing: normal;
  color: #001919;
  line-height: 1.57;
  word-wrap: break-word;
}

.itineraryTime {
  font-size: 14px;
  letter-spacing: 0.2px;
  padding-bottom: 4px;
  color: #4e5e5e;
}

.itineraryTitle {
  font-size: 18px;
  padding-bottom: 12px;
  color: #001919;
}

ul.timeline {
  list-style-type: none;
  position: relative;
}
ul.timeline:before {
  content: ' ';
  background: #d4d9df;
  display: inline-block;
  position: absolute;
  left: 30px;
  width: 2px;
  height: 100%;
  z-index: 2;
}
ul.timeline > li {
  margin: 20px 0;
  padding-left: 65px;
}
ul.timeline > li:before {
  content: ' ';
  background: #5e6595;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 6px solid #eae8e8;
  left: 20px;
  width: 20px;
  height: 20px;
  z-index: 2;
}

.completed-taskflow-text{
  font-family: Roboto;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: #001919;
}

.error-state{
  color: red;
  padding-left: 13px;
}

button[disabled], html input[disabled] {
  cursor: not-allowed;
}