#image_edit_option{
    right: -78px;
    top: 43px;
}

.content {
    padding-bottom: 4.5rem;
}

.mycard.bg1 {
    background-image: linear-gradient(to right, rgb(248 81 8), rgb(244 173 60));
}
.mycard.bg2 {
    background-image: linear-gradient(to right, rgb(28 63 170), rgb(11 185 250));
}
.mycard {
    border-radius: 3px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.30)!important;
    padding: 25px 40px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.mycard:hover {
    transform: scale(1.05);
    box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.70)!important;
}
.mycard .left {
    position: inherit;
    z-index: 9;
    width: 300px;
}
.mycard.bg2::after {
    background: rgb(53 91 204);
} 
.mycard::after {
    position: absolute;
    content: " ";
    width: 268px;
    height: 500px;
    top: -100px;
    right: -50px;
    -webkit-transform: rotate(28deg);
    -ms-transform: rotate(28deg);
    transform: rotate(28deg);
}
.mycard .left .title {
    font-size: 20px!important;
    color: #fff!important;
    line-height: 32px;
    margin-bottom: 0;
    padding-bottom: 0;
    letter-spacing: 0.5px;
    text-align: left;
}
.mycard .left .link {
    width: 80px;
    height: 30px;
    background: #fff;
    border-radius: 50px;
    line-height: 30px;
    font-size: 14px;
    display: block;
    text-align: center;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    /* padding-top: 50px; */
    color: #2c2c2c;
    font-weight: 500;
    cursor: pointer;
}
.mycard .right .icon {
    position: absolute;
    z-index: 9;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.mycard .right {
    position: relative;
    width: 100px;
}
.mycard .right .icon svg {
    color: #fff;
    width: 80px;
    height: 80px;
}
.custom_flex div {
    flex: 0 0 32.3%;
}
.settings.custom_flex div {
    flex: 0 0 48%;
}
.custom_box div {
    flex: 0 0 49%;
}

.search-result.show {
  width: 550px;
}
a.striped:nth-of-type(odd) {
    background-color: rgb(0 0 0 / 2%);
    /* padding: 0 22px; */
}

a.striped {
    padding: 8px 15px;
}
a.striped:hover {
     background-color: rgb(0 0 0 / 5%);
}
.table-report:not(.table-report--bordered):not(.table-report--tabulator) {
    border-collapse: separate !important;
    border-spacing: 0px 10px !important;
}
.option_single table td {
    padding: 0.75rem !important;
}

.product-total.table-report:not(.table-report--bordered):not(.table-report--tabulator) {
    border-spacing: 0px!important;
    border-collapse: collapse!important;
}

div#basic-tab button.tab_btn {
    border-radius: 4px;
    padding: 35px;
    position: relative;
    margin-bottom: 20px;
    border-bottom: none;
    width: 98%;
    font-size: 28px;
    text-transform: uppercase;
}

div#basic-tab button.export {

    background-color: rgb(0 192 239);
    color: rgb(255 255 255);

}

div#basic-tab button.import {

    background-color: rgb(0 166 90);
    color: rgb(255 255 255);

}

div#basic-tab h4.panel_heading {
    padding: 16px 14px;
    background: rgb(236 236 236);
    font-weight: 600;
    border: 1px solid #ddd;
}

div#basic-tab {
    border: 1px solid #ddd; 
    box-shadow: 0 0 5px #ddd;
    margin-top: 25px;
}

div#basic-tab .panel_body {
    padding: 25px;
    min-height: 500px;
}

.iconset {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 72px;
    opacity: 0.3;
}

div#basic-tab button.tab_btn::after {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 20px solid rgb(0 0 0 / 0%);
    border-right: 20px solid rgb(0 0 0 / 0%);
    bottom: -20px;
    content: '';
    border-top: 20px solid rgb(0 192 239);
    left: 20px;
    opacity: 0;
}

div#basic-tab button.tab_btn.active::after {
    opacity: 1;
}

div#basic-tab button.tab_btn.import::after {
    border-top: 20px solid rgb(0 166 90);
}

.tab-content i {

    padding-right: 13px;
}
.tab-content.custom_tab {
    position: absolute;
    width: 80%;
    left: 50%;
    text-align: center;
    top: 60%;
    transform: translate(-50%, -50%);
}

.full_pd {
    padding: 20px 100px!important;
}
a.create.downlode_btn {
    background-color: rgb(0 105 217);
}
span.pl-2.create {
    padding-left: 7px;
}
.custom_create_btn {

    width: 40%;
    margin: 20px auto;
    background: rgb(99 229 99); 
    display: flex;
}

tr.intro-x.listing.approved td {
    background-color: rgb(224 241 186);
}
a.downlode_btn {
    background-color: rgb(40 167 69);
    color: #fff;
}
.lst_content.downlode_btn.flex {
    background: #fff;
    max-width: 1000px;
    margin: 18px auto;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 0 18px #eee;
    justify-content: space-between;
   align-items: center;
}
/* .info_content {
    flex: 0 0 70%;
} */
/* .button_content {
    width: 270px;
} */
.button_content a,
.button_content button {
    /* padding: 15px; */
    margin: 5px;
}


@media only screen and (max-width: 767px) {



.dark-mode-switcher {
    right: 0;
    padding: 0;
    margin-right: 0;
    left: 27px;
}
a.btn.btn-success.shadow-md.mr-2 {
    /* margin-bottom: 10px; */
    margin: 3px 0;
}
a.downlode_btn {
    position: absolute;
    top: -46px;
}

htmlpageheader#header {
    justify-content: end!important;
    flex-wrap: wrap;
}


}


