.about-img {
    width: 773px;
    height: 800px
}

.advisor-image {
    width: 411px;
    height: 411px
}

img.sponsor-logo {
    height: 200px;
    width: 200px;
    padding: 10px;
}

#overlay {
    background: #000 url(../../storage/image/preload.gif) no-repeat scroll center center !important;
    opacity: 0.5;
}

.loading-hold {
    bottom: 0;
    height: 100%;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 99999;
}

.loader {
    bottom: 0;
    display: table-cell;
    font-size: 10px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-indent: -9999em;
    top: 0;
    transform: translateZ(0px);
    vertical-align: middle;
}

.error-msg {
    color: #FF0000FF;
}

.border-red {
    border-color: #FF0000FF !important;
}

/*Bootstrap Calendar*/
.datepicker {
    border-radius: 0;
    padding: 0;
}
.datepicker-days table thead, .datepicker-days table tbody, .datepicker-days table tfoot {
    padding: 10px;
    display: list-item;
}
.datepicker-days table thead, .datepicker-months table thead, .datepicker-years table thead, .datepicker-decades table thead, .datepicker-centuries table thead {
    background: #d9c28b;
    color: #ffffff;
    border-radius: 0;
}
.datepicker-days table thead tr:nth-child(2n+0) td, .datepicker-days table thead tr:nth-child(2n+0) th {
    border-radius: 3px;
}
.datepicker-days table thead tr:nth-child(3n+0) {
    text-transform: uppercase;
    font-weight: 300 !important;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
}
.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 11px 13px;
}
.datepicker-months table thead td, .datepicker-months table thead th, .datepicker-years table thead td, .datepicker-years table thead th, .datepicker-decades table thead td, .datepicker-decades table thead th, .datepicker-centuries table thead td, .datepicker-centuries table thead th {
    border-radius: 0;
}
.datepicker td, .datepicker th {
    border-radius: 50%;
    padding: 0 12px;
}
.datepicker-days table thead, .datepicker-months table thead, .datepicker-years table thead, .datepicker-decades table thead, .datepicker-centuries table thead {
    background: #d9c28b;
    color: #ffffff;
    border-radius: 0;
}
.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
    background-image: none;
}
.datepicker .prev, .datepicker .next {
    color: rgba(255, 255, 255, 0.5);
    transition: 0.3s;
    width: 37px;
    height: 37px;
}
.datepicker .prev:hover, .datepicker .next:hover {
    background: transparent;
    color: rgba(255, 255, 255, 0.99);
    font-size: 21px;
}
.datepicker .datepicker-switch {
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    transition: 0.3s;
}
.datepicker .datepicker-switch:hover {
    color: rgba(255, 255, 255, 0.7);
    background: transparent;
}
.datepicker table tr td span {
    border-radius: 2px;
    margin: 3%;
    width: 27%;
}
.datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
    background-color: #d9c28b;
    background-image: none;
}
.dropdown-menu {
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.datepicker-dropdown.datepicker-orient-top:before {
    border-top: 7px solid rgba(0,0,0,.1);
}

.disabled {
    pointer-events: none;
}

td.disabled.day {
    color: #ccc;
}

td.day {
    color: #000000;
    font-weight: 600;
}

button.swal2-confirm.btn.btn-success {
    margin-left: 10px;
}

.swal2-popup.swal2-modal.swal2-icon-warning.swal2-show {
    background: #d9c28b;
}

h2#swal2-title {
    color: #fff;
}

.swal2-html-container {
    color: #fff !important;
}

.swal2-icon.swal2-warning.swal2-icon-show {
    color: #fff;
    border-color: #fff;
}

button.swal2-confirm.btn.btn-success {
    background: darkslategrey;
    border-color : darkslategrey;
    height: 50px;
    width: 95px;
}

button.swal2-cancel.btn.btn-danger {
    height: 50px;
    width: 90px;
}
