.share_url_text {
    width: 390px;
    float: left;
    border: 1px solid #C8C8C8;
    border-radius: 3px;
    font-size: 12px;
    line-height: 1;
    padding: 8px 8px;
}

.share_url_btn {
    width: 73px;
    float: right;
    background: #ff6450;
    color: #fff;
    text-align: center;
    font-size: 12px;
    border: none;
    border-radius: 3px;
    line-height: 1;
    padding: 10px 0;
}

.wrap_share_link {
    width: 100%;
    overflow: hidden;
    margin-top: 15px;
}

.template-image-preview-container {
    height: 500px;
    text-align: center;
}

.template-image-preview {
    width: auto;
    max-height: 100%;
}

.template-image {
    width: auto;
    height: 120px;
}

.add-event-step-nav-side-bar-ctrl {
    width: 90%;
}

.add-event-step-btn {
    width: 100%;
    cursor: pointer;
}

.add-event-step-btn:hover {
    color: black;
}

.choose-from-gallery-btn {
    width: 100%;
}

.add-event-control-btn {
    text-align: right;
}

/*Gallery steps 1*/

#viewGalleryModal .photo-card-image {
    height: 80%;
    width: auto;
}

#viewGalleryModal .photo-card-container {
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
}

#viewGalleryModal .gallery-container {
    max-height: 98%;
}

/*End gallery modal*/

.event-chart-container {
    margin-top: 20px;
}

.alert-black {
    color: #fff;
    font-size: 13px;
    padding: 12px;
    background: #141414;
    position: fixed;
    top: 56px;
    left: 50%;
    min-width: 450px;
    z-index: 9999;
    opacity: 0;
    transform: translateX(-50%) translateY(-20%);
    transition: all .3s;
}

.alert-black .close {
    font-size: 12px;
    line-height: 1.5;
    opacity: 1;
    margin: 0 5px;
}

.alert-black .revert {
    float: right;
    color: #ff6450;
    margin: 0 5px;
}

.table-striped {
    font-size: 12px;
}

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #fff;
}

.table-striped > tbody > tr:nth-child(2n) > td, .table-striped > tbody > tr:nth-child(2n) > th {
    background-color: #f8f8f8;
}

.table-striped > thead {
    background-color: #e6e6e6;
}

.table-striped > tbody > tr > td {
    padding: 14px 16px
}

a {
    text-decoration: none !important;
}

.dropdown-thepol {
    width: 160px;
    display: inline-block;
    border-radius: 5px;
    transition: all .5s ease;
    position: relative;
    font-size: 14px;
    color: #333333;
    height: 100%;
    text-align: left;
    border: solid 1px #e6e6e6;
    background-color: #ffffff;
    outline: none;
}

.dropdown-thepol .select {
    cursor: pointer;
    display: block;
    padding: 7px 10px;
    font-size: 12px;
    font-weight: bold
}

.dropdown-thepol:active {
    background-color: #ffffff
}

.dropdown-thepol.active:hover, .dropdown-thepol.active {
    border-radius: 5px;
    border: solid 1px #3590f2;
    color: #c8c8c8;
}

.dropdown-thepol .dropdown-menu {
    position: absolute;
    background-color: #fff;
    width: 100%;
    left: 0;
    margin-top: 4px;
    box-shadow: 0 1px 2px rgb(204, 204, 204);
    border-radius: 5px;
    overflow: hidden;
    display: none;
    min-height: 158px;
    overflow-y: auto;
    z-index: 9;
    color: #333333;
    font-size: 12px
}

.dropdown-thepol .dropdown-menu li {
    padding: 10px;
    transition: all .2s ease-in-out;
    cursor: pointer
}

.dropdown-thepol .dropdown-menu {
    padding: 0;
    list-style: none
}

.dropdown-thepol .dropdown-menu li:hover {
    background-color: #F0F0F0
}

.dropdown-thepol .dropdown-menu li:active {
    background-color: #F0F0F0
}

.hidden-important {
    display: none !important;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #bfbfbf!important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #bfbfbf!important;;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #bfbfbf!important;;
}


.tooltip-inner {
    max-width: 300px;
    padding: 6px 12px;
    background-color: #ffffff!important;
    color: #3f3f3f!important;
    text-align: left;
    border: solid 1px #8e8e8e;
    border-radius: .25rem;
    font-size: 10px;
    opacity: 1;
}

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.bs-tooltip-top .arrow::before {
    margin-left: -3px;
    content: "";
    border-width: 5px 5px 0;
    border-top-color: #8e8e8e;
}

.tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.bs-tooltip-right .arrow::before {
    margin-top: -3px;
    content: "";
    border-width: 5px 5px 5px 0;
    border-right-color: #8e8e8e;
}

.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.bs-tooltip-bottom .arrow::before {
    margin-left: -3px;
    content: "";
    border-width: 0 5px 5px;
    border-bottom-color: #8e8e8e;
}

.tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.bs-tooltip-left .arrow::before {
    right: 0;
    margin-top: -3px;
    content: "";
    border-width: 5px 0 5px 5px;
    border-left-color: #8e8e8e;
}

.delete-lucky-draw-btn {
    border: none;
    background-color: white;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

/*Checkbox custom 02*/
.checkbox-custom-2 label {
    cursor: pointer;
    display: inline-block;
    position: relative;
    margin-right: 10px;
    padding-left: 30px;
    line-height: 1.8;
}

.checkbox-custom-2 label:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
}

.checkbox-custom-2 input[type=checkbox] {
    display: none;
}

.checkbox-custom-2 label:before {
    background: url('https://static.thepol.gocheetah.co/static/images/icons/icon-unchecked-checkbox.png') left center no-repeat;
    width: 20px;
    height: 20px;
    background-size: contain;
    margin-top: 3px;
}

.checkbox-custom-2 input[type=checkbox]:checked + label:before {
    background: url('https://static.thepol.gocheetah.co/static/images/icons/icon-checked-checkbox.png') left center no-repeat;
    width: 20px;
    height: 20px;
    background-size: contain;
    margin-top: 3px;
}
/*End checkbox custom 02*/
.disabled-pointer {
    pointer-events: none;
}