.error-block {
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: #000;
}

.removeexistingele {
    margin-top: -4px;
}

.addRowBtn {
    background-color: #0275d8;
    color: #fff;
    border: none!important;
    outline: none!important;
    padding: 5px 10px;
    margin: 5px;
}

.deleteRowBtn {
    background-color: #d9534f;
    color: #fff;
    border: none!important;
    outline: none!important;
    padding: 5px 10px;
    margin: 5px;
}

.option_btn {
    border: none!important;
    outline: none!important;
    color: #0275d8;
    padding: 5px 10px;
}

.option_btn:hover,
.option_btn:active {
    background-color: #0275d8;
    color: #fff;
}

.option_btn_active {
    background-color: #0275d8;
    color: #fff;
}

.cursorpointer {
    cursor: pointer;
}

.inline {
    display: inline;
}

.width100 {
    width: 100%;
}

.select2-search__field:focus {
    border: none!important;
}

.url_box {
    display: none;
}

.select2 {
    width: 100%!important;
}

.userPic {
    width: 20px!important;
}

.nav-item {
    margin-left: .5rem!important;
}

.sidebar {
    padding-left: 0px!important;
}

.sponsor_list {
    display: inline-block;
    margin-right: 1rem;
}

.sponsor_list_box {
    margin: 2rem;
    padding: 1rem;
    box-shadow: 0px 2px 15px #cacaca;
    border-radius: 20px;
    cursor: pointer;
}

label .important-text {
    color: #959595;
    font-weight: normal!important;
    font-size: 0.8em!important;
}

.theme_image {
    opacity: 1;
    display: block;
    width: 100%;
    height: 10px;
    transition: .5s ease;
    backface-visibility: hidden;
}

.btn_card {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.image_block:hover .theme_image {
    opacity: 0.3;
}

.image_block:hover .btn_card {
    opacity: 1;
    cursor: pointer;
}

.btn_card .active_btn,
.btn_card .view_btn {
    display: inline;
    vertical-align: top;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 28px;
}

.headline h1 {
    font-weight: bold;
}

.btn_box {
    display: inline;
    font-size: 10px;
    padding: 10px 10px;
}

.actived_btn {
    background-color: #000;
    color: #fff;
    font-size: 15px;
    padding: 5px 10px;
}

.theme_btn a {
    width: 100%;
}

.customize_btn {
    width: 100%;
    border: none;
    outline: none;
    background-color: #000;
    color: #fff;
    font-size: 1em;
    padding: 5px 10px;
}

.customize_btn:hover {
    border: none;
    outline: none;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-size: 1em;
    padding: 5px 10px;
}

.view_btn {
    background-color: #000;
    color: #fff;
}

.theme_name,
.theme_description {
    line-height: 1!important;
    margin-bottom: 0px!important;
}

.block_footer {
    padding-top: 10px;
    display: block;
    min-height: 5vh;
}

.theme_details {
    padding-top: 5px;
}


/* common */

.ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
}

.ribbon::before,
.ribbon::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #2980b9;
}

.ribbon span {
    position: absolute;
    display: block;
    width: 280px;
    padding: 2px 0;
    background-color: #000;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    text-transform: uppercase;
    text-align: center;
}

.success-ribbon span {
    background-color: #3c763d!important;
    color: #000!important;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    text-transform: uppercase;
    text-align: center;
}


/* top left*/

.ribbon-top-left {
    top: -5px;
    left: -5px;
}

.ribbon-top-left::before,
.ribbon-top-left::after {
    border-top-color: transparent;
    border-left-color: transparent;
}

.ribbon-top-left::before {
    top: 0;
    right: 0;
}

.ribbon-top-left::after {
    bottom: 0;
    left: 0;
}

.ribbon-top-left span {
    right: -25px;
    top: 20px;
    transform: rotate(-45deg);
}

.tabs-left {
    border-bottom: none;
    border-right: 1px solid #ddd;
}

.tabs-left>li {
    float: none;
    margin: 0px;
}

.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
    border-bottom-color: #ddd;
    border-right-color: transparent;
    background: #f90;
    border: none;
    border-radius: 0px;
    margin: 0px;
}

.nav-tabs>li>a:hover {
    /* margin-right: 2px; */
    line-height: 1.42857143;
    border: 1px solid transparent;
    /* border-radius: 4px 4px 0 0; */
}

.tabs-left>li.active>a::after {
    content: "";
    position: absolute;
    top: 10px;
    right: -10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #f90;
    display: block;
    width: 0;
}

.default-body {
    background-color: #95959562;
}

.theme_details h4,
.theme_details p {
    display: inline;
}

.dtheme_text {
    font-size: 0.8em;
}

.container-fluid {
    padding: 0px!important;
}

.carousel-inner {
    position: relative;
    /* Removed height here */
    overflow: hidden;
}

.carousel-item img {
    height: 100% !important;
    width: auto;
    object-fit: cover;
}

.mySlides img {
    height: 100vh;
    width: 100%!important;
    object-fit: cover;
}

input[type=color] {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 0px!important;
    overflow: hidden;
    cursor: pointer;
}

input[type=color]::-webkit-color-swatch {
    border: none;
    border-radius: 50%;
    padding: 0;
}

input[type=color]::-webkit-color-swatch-wrapper {
    border: none;
    border-radius: 50%;
    padding: 0;
}

input[type=color]:active,
input[type=color]:focus {
    outline: none;
}

.color-box a,
.color-box input {
    display: inline;
}

.input-group .reset-btn {
    background: none!important;
    color: #666!important;
    border: none!important;
    outline: none!important;
    margin-right: 5px!important;
    font-size: 0.8em;
}

.input-icons i {
    position: absolute;
}

.input-icons {
    float: right;
}

.input-icons input {
    width: 50px!important;
}

.icon {
    padding: 10px;
    min-width: 40px;
}

.input-field {
    padding: 10px;
}

.brand-link .brand-image {
    padding: 0px!important;
}

.login-page-custom {
    background-color: #fff;
}

.table_input::placeholder {
    font-size: 0.8rem!important;
}

.layout-card {
    padding: 20px;
    align-items: center;
}

.default_layout {
    border: 1px solid black;
    min-height: 20vh;
    width: 20vw;
    padding: 0px!important;
}

.default_layout .container {
    padding: 0px 80px!important;
}

#rightsidebarLayout .row,
#leftsidebarLayout .row {
    border: 1px solid black;
    min-height: 20vh;
    width: 20vw;
    padding: 0px!important;
}

#leftsidebarLayout .lo-col h4 {
    text-align: center;
}

.lo_hr {
    min-height: 20px;
    border: 1px solid #959595;
}

.lo_text {
    font-size: 0.8rem;
}

.lo-col {
    border: 1px solid black;
}

.sidebar-color {
    background-color: #dfdbdb;
    border: none;
}

.vertical-center {
    margin: auto;
    width: 50%;
    border: none;
    padding: 10px;
    text-align: center;
}

#fullwidthLayout,
#rightsidebarLayout,
#leftsidebarLayout {
    display: none;
}

.new_revision {
    background-color: rgb(161, 207, 154);
}

.dropzone.dz-started .dz-message {
    display: block;
}

.select2-selection__rendered {
    line-height: 16px !important;
}

.blur-body {
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -o-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: blur(1px);
}

.color-box-dropdown {
    width: 50%;
}

.select2-container .select2-selection--single {
    height: 35px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 25px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    line-height: 25px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px;
}

.select2-unchecked {
    display: inline-block;
}

.select2-checked {
    display: inline-block;
}