/*======== ADD PRODUCT STARTS ========*/
/*========ADD PRODUCT ICONS STARTS========*/
body {
    font-family: 'Inter', sans-serif !important;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 30; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

@media (min-width:600px) {
    .modal-content {
        width: 35%;
    }
}

.modal-content .otp-title-text {
    font-size: 20px;
}

.add-prod-option:hover {
    text-decoration: none;
    color: #fff !important;
}

.add-prod-option:active {
    text-decoration: none;
    color: #fff !important;
}

.modal-content .rendlink {
    background: none;
    border: none;
    color: #44a512;
}

.modal-content #btnVerify {
    width: 20%;
}

.icon-dropdown {
    color: #666666;
    font-size: 18px;
}
/*========ADD PRODUCT ICONS ENDS========*/

.add-prod-container {
}

.add-prod-info .panel-default {
    border: 0;
    margin-top: 12px;
}

.add-prod-info .panel-body {
    padding: 0;
}

.add-prod-info .panel-collapse {
    border-top: 1px solid #ddd;
}

.add-prod-info .cat-list {
    list-style: none;
    border: 1px solid #ccc;
}

    .add-prod-info .cat-list li {
        padding: 10px 16px;
    }

        .add-prod-info .cat-list li.active {
            background-color: #dff0d8;
            color: #44a512;
        }

        .add-prod-info .cat-list li:not(:last-child) {
            border-bottom: 1px solid #e1e1e1;
        }

.add-prod-info .error {
    margin-left: 12px;
    margin-right: 12px;
}

.add-category {
    display: block;
    height: 70px;
    padding: 12px 16px;
    background-color: #ffffff;
}

.add-category-holder {
    width: 90%;
    float: left;
}

.add-prod-text {
    font-size: 17px;
    font-weight: 600;
    color: #44a512;
}

.mandatory {
    color: #d0011b !important;
}

.add-prod-eg-text {
    font-size: 16px;
    color: #aeaeae;
}

    .add-prod-eg-text.active {
        color: #333;
    }
/*
.sel-category-btn{
    float: right;
    padding-top: 15px;
}
*/
.add-sub-category {
    height: 70px;
    padding: 12px 16px;
    margin-bottom: 12px;
    background-color: #ffffff;
}

.add-prod-name {
    height: 70px;
    padding: 12px 16px;
    margin-bottom: 12px;
    background-color: #ffffff;
}

    .add-prod-name input[type=text], .add-descript textarea {
        width: 100%;
        padding: 0;
        border: 0;
        font-size: 16px;
        color: #333333;
    }

    .add-prod-name input[type=email], .add-descript textarea {
        width: 100%;
        padding: 0;
        border: 0;
        font-size: 16px;
        color: #333333;
    }

.add-descript textarea {
    resize: none;
}

    .add-prod-name input::placeholder, .add-descript textarea::placeholder {
        font-size: 16px;
        color: #aeaeae;
    }

.add-prod-name input:focus, .add-descript textarea {
    outline: 0;
}

.add-descript {
    min-height: 150px;
    padding: 12px 16px;
    margin-bottom: 12px;
    background-color: #ffffff;
}

.add-prod-rev {
    /* padding: 12px 16px;
    margin-bottom: 12px;*/
    text-align: center;
}

    .add-prod-rev span {
        font-size: 17px;
        line-height: 1.29;
        text-align: center;
        color: #333333;
    }

.add-prod-rev-btn {
    /*margin-top: 12px;*/
}

.add-prod-option {
    display: block;
    width: 100%;
    padding: 7px;
    border-radius: 3px;
    background-color: #ffffff;
    border: 1px solid #cacaca;
    color: #999999;
    ;
}
/*======== ADD PRODUCT ENDS ========*/
