
.spg-campaign-img {
    height: 40px;
    width: 40px;
}
#submissions-pack-generator-modal .left-con {
    width: 330px;
    height: 391px;
}
#submissions-pack-generator-modal .spg-right-con {
    width: calc(100% - 368px);
    background: #F8F8F8;
    padding: 15px;
}
#submissions-pack-generator-modal .right-con {
    height: 345px;
    overflow-y: auto;
    padding-right: 10px;
}
#submissions-pack-generator-modal .right-con::-webkit-scrollbar,
#submissions-pack-generator-modal .right-con::-webkit-scrollbar-thumb,
.spg-payment-type-drag-con::-webkit-scrollbar,
.spg-payment-type-drag-con::-webkit-scrollbar-thumb {
    width: 6px !important;
}
.spg-left-heading h5,
.spg-right-heading h5 {
    font-weight: 500;
    font-size: 16px;
}
.spg-left-heading h5 span,
.spg-right-heading h5 span {
    font-weight: 400;
    font-size: 12px;
}
.spg-display-tab {
    font-size: 12px;
    font-weight: 500 !important;
    color: #515365;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}
.spg-display-tab label,
.spg-display-tab i {
    cursor: pointer;
}
.spg-display-tab.active {
    color: #3E88DA;
}
.spg-display-tab.active i {
    background: #ABCBEF;
    border-radius: 100%;
    padding: 2px;
}
#input-pack-info-tab,
#files-to-generate-tab
 {
    padding: 15px 10px;
    margin: 10px 0 0;
    background: #f2f2f2;
    border-radius: 6px;
}
#files-to-generate-tab {
    margin-bottom: 64px;
}
.spg-payment-type-drag-con {
    height: 215px;
    overflow-y: auto;
    margin-top: 10px;
    padding-right: 8px;
}
.spg-payment-type {
    padding: 10px 20px;
    background: #FFFFFF;
    border-radius: 0 4px 4px 0;
    -webkit-box-shadow: 2px 1px 5px 1px #eee;
            box-shadow: 2px 1px 5px 1px #eee;
    border-left: 3px solid #2D589D;
    color: #2D599E;
}
.spg-item-types-con {
    padding: 10px 15px 0;
    background: #E9F3FE;
    border-radius: 6px;
    max-height: 155px;
    overflow-y: auto;
}
.spg-item-type {
    color: #515365;
    margin-bottom: 10px;
}
.spg-item-type label {
    font-size: 14px;
    font-weight: 500;
}
.spg-item-type img {
    height: 16px;
    width: 16px;
    position: relative;
    top: -1px;
    margin-right: 10px;
}
.draggable-item {
    margin-bottom: 10px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    position: relative;
    width: 100%;
    cursor: -webkit-grab;
    cursor: grab;
}
.draggable-item h4 {
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 400;
    letter-spacing: 0.24px;
    cursor: pointer;
}
.draggable-item .action-con {
    cursor: pointer;
}
.draggable-list {
    height: 62px;
    background: #fff;
    border-radius: 4px;
    border-left: 4px solid #2D589D;
    padding: 8px 18px;
    margin-bottom: 14px;
    cursor: -webkit-grab;
    cursor: grab;
}
.draggable-list .draggable-list-index {
    display: inline-block;
    position: relative;
    padding: 1px 5px;
    font-size: 10px;
    font-weight: 400 !important;
    color: #fff;
    border-radius: 2px;
    background: #2D589D;
    margin-right: 20px;
    margin-bottom: 0;
    top: -2px;
}
.draggable-list h4 {
    font-size: 12px;
    color: #383A3D;
    margin: 0;
    display: inline-block;
}
.draggable-list p {
    font-size: 12px;
    color: #515365;
}
.spg-listing-misc {
    display: inline-block;
    margin-right: 20px;
    position: relative;
    font-size: 12px;
}
.spg-listing-misc::after {
    content: "";
    width: 1px;
    height: 16px;
    background: #707070;
    right: -10px;
    top: 0;
    bottom: 0;
    position: absolute;
}
.spg-listing-misc:last-child {
    margin-right: 0;
}
.spg-listing-misc:last-child::after,
.spg-listing-misc.last::after {
    display: none;
}
.spg-listing-misc label {
    font-weight: 500 !important;
    color: #141517;
}
.spg-listing-misc img {
    height: 12px;
    width: 12px;
    margin-right: 10px;
}
.spg-defendant-filter-btn {
    font-size: 12px;
    font-weight: 500;
}
.spg-defendant-filter-con {
    padding: 13px 6px 5px;
    min-height: 298px;
    width: 243px;
    border-radius: 16px;
}
.spg-defendant-filter-con .dropdown-header {
    font-size: 12px;
    letter-spacing: 2.4px;
    color: #888888;
    margin-bottom: 13px;
}
.draggable-list:hover i {
    cursor: pointer;
    visibility: visible !important;
}
.custom-control-label.file-switch::before {
    top: 0.05rem;
}
.custom-switch .custom-control-label.file-switch::after {
    top: calc(0.05rem + 2px)
}
.spfty-campaign-img {
    height: 40px;
    width: 40px;
}
.spfty-heading h5 {
    font-weight: 500;
    font-size: 16px;
}
.spfty-heading h5 span {
    font-weight: 400;
    font-size: 12px;
}
.right-con {
    counter-reset: section;
}
.draggable-list-index::before {
    counter-increment: section;
    content: counter(section);
}

