
.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);
}
.upload-file--box {
    position: relative;
    display: inline-block;
    width: 250px;
    height: 92%;
    border-radius: 8px;
    border: 2px dashed #262C3952;
    background: #3B59981A;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    cursor: pointer;
}
.upload-file--box .remove-upload--file-button {
    position: absolute;
    display: block;
    height: 10px;
    width: 10px;
    top: -6px;
    right: -1px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    cursor: pointer;
}
.upload-file--box .remove-upload--file-button:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
.upload-file--box.toBeUploaded {
    opacity: .7;
}
.upload-file--box:not(.cantUpload):hover,
.upload-file--box:not(.cantUpload).dragHover {
    -webkit-transform: scale(.95);
    transform: scale(.95);
    border-color: #2d599e;
}
.upload-file--box input[type="file"] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
}
.upload-file--box .icon {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 55%;
    left: 50%;
    font-size: 12px;
    text-align: center;
    color: #3B59988F;
    font-weight: 500;
    z-index: 1;
    cursor: pointer;
}
.upload-file--box .icon img {
    width: 50px;
    height: 60px;
}
.dragging {
    background-color: #f0f0f0;
    border: 1px dashed #ccc;
}
.drag-handle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    -webkit-box-shadow: 0px 1px 2px #00000029;
            box-shadow: 0px 1px 2px #00000029;
    border: 1px solid #5153650F;
    border-radius: 0px 6px 6px 0px;
    width: 100%;
    padding: 5px;
    color: #2D599E;
    font: normal normal bold 14px/16px Roboto;
    border-left: 3px solid #2D589D;
}
.drag-handle:hover {
    cursor: -webkit-grab;
    cursor: grab;
}
.custom-dropdown-menu-con {
position: absolute;
left: 0;
width: 340px;
height: -webkit-fit-content;
height: -moz-fit-content;
height: fit-content;
max-height: 200px;
-webkit-box-shadow: 0px 2px 6px #00000017;
        box-shadow: 0px 2px 6px #00000017;
overflow: auto;
z-index: 999;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
background-color: #FFFFFF;
font: normal normal normal 13px / 15px Roboto;
}
.custom-dropdown-menu {
    padding: 10px 12px;
    color: #1a1a1a;
}
.custom-dropdown-menu:hover {
    background-color: #480048;
    cursor: pointer;
    color: #FFFFFF;
}
.custom-data-arrangement {
    border: none;
    outline: none;
}
.custom-data-arrangement:hover {
    background-color: #FFFFFF !important;
}
.custom-vendor-data-img {
    background-image: url('/static/svg/spg/VD Columns.svg');
    background-repeat: no-repeat;
    background-size: auto;
    width: 20px;
    height: 17px;
    -webkit-transform:scale(1);
            transform:scale(1);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.custom-vendor-data-img:hover {
    background-image: url('/static/svg/spg/VD Columns - hover.svg');
    -webkit-transform:scale(1.2);
            transform:scale(1.2);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.visible-columns-img {
    background-image: url('/static/svg/spg/Visible Columns.svg');
    background-repeat: no-repeat;
    background-size: auto;
    width: 20px;
    height: 17px;
    -webkit-transform:scale(1);
            transform:scale(1);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.visible-columns-img:hover {
    background-image: url('/static/svg/spg/Visible Columns - Hover.svg');
    -webkit-transform:scale(1.2);
            transform:scale(1.2);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.upload-custom-arrangement-img {
    background-image: url('/static/svg/spg/Upload.svg');
    background-repeat: no-repeat;
    background-size: auto;
    width: 20px;
    height: 17px;
    -webkit-transform:scale(1);
            transform:scale(1);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.upload-custom-arrangement-img:hover {
    background-image: url('/static/svg/spg/Upload - hover.svg');
    -webkit-transform:scale(1.2);
            transform:scale(1.2);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

