.campaign-create-video {
    padding: 15px 10px 4px 15px;
}

.cv-template, .cv-subtitles, .cv-first-frame, .cv-others-container {
    padding: 15px;
    background-color: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #DADADA80;
    box-shadow: 0px 4px 20px 0px #0000001A;
}

.cv-template span {
    font-size: 13px;
    font-weight: 700;
    line-height: 30px;
    color: #7b7b7b;
}

.campaign-create-video sup {
    font-size: 13px;
    font-weight: 600;
    line-height: 30px;
    top: -2px !important;
    color: #CC142B;
}

.talking-avatar-check {
    margin-right: 100px;
}

.cv-template select, .cv-subtitles select {
    border-radius: 7px;
    border: 1px solid #0000001A;
    height: 32px;
    font-size: 13px;
}

.cv-subtitles select {
    width: 190px;
    margin-left: 10px;
}

#cv-select-font {
    display: none;
}

.campaign-create-video label, .cffs {
    font-size: 13px;
    font-weight: 700;
    line-height: 30px;
    color: #7B7B7B;
}

.check-cv input {
    margin-top: 6px !important;
}

.cv-subtitles span {
    color: #CC142B;
    font-size: 13px;
    font-weight: 400;
    line-height: 30px;
}

.first-frame-radios label {
    font-size: 11.76px !important;
    font-weight: 500 !important;
    line-height: 17.64px !important;
    letter-spacing: 0.4200301766395569px !important;
}

.ccv-btn {
    border-radius: 7px;
    width: 145px;
    height: 32px;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 13px;
    line-height: 30px;
}

.pv-btn {
    border: 1px solid #45BDDC80;
    background-color: #45BDDC;
}

.dc-btn {
    background-color: #BBBBBB;
    border: 1px solid #BBBBBB;
}

.ac-btn {
    background-color: #60BF41;
    border: 1px solid #60BF41;
}

.dwc-btn {
    background-color: #EF4A4F;
    border: 1px solid #EF4A4F;
    width: 200px !important;
}

.hc-btn {
    border: 1px solid #CCBC02;
    background-color: #CCBC02;
}

.sc-btn {
    border: 1px solid #60BF41;
    background-color: #60BF41;
}

.cv-others-container select {
    width: 156px;
    border-radius: 7px;
    height: 32px;
    font-size: 13px;
    border: 1px solid #0000001A
}

.tvs-modal-header {
    padding: 10px 0px 0px 17px !important;
}

.modal-header .btn-close {
    margin: 0 6px 6px 0 !important;
    padding: .5rem .5rem;
}

.frame-color-selected {
    background-color: #f4f4f4;
    border: 1px solid #DADADA80;
    border-radius: 7px;
    padding: 10px;
}

.colors-selected {
    width: 164px;
    height: 37px;
    padding: 6px 12px 6px 12px;
    border-radius: 50px;
    background-color: #FFFFFF;
    border: 1px solid #0000001A;
}

.colors-selected span {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #3a3a3a;
}

.colors-selected-list {
    margin-left: 10px;
    margin-top: -5px;
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.colors-selected i {
    font-size: 20px;
}

.color-value {
    display: flex;
    align-items: center;
}

.color-hex {
    margin-left: 5px;
}

.add-color {
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0px 4px 20px 0px #0000001A;
    height: 55px;
    width: 345px;
}

.colors-selected svg {
    cursor: pointer;
}

#colorPicker {
    width: 185px;
    height: 20px;
    border: 1px solid #DADADA;
    border-radius: 30px;
}

#show-frame-color, #show-promo-code, #show-brand-logo, #show-background-music {
    display: none;
}

.promotion-code {
    border: 1px solid #DADADA80;
    background-color: #f4f4f4;
    border-radius: 7px;
    padding: 10px;
}

.promotion-code-content {
    background-color: #FFFFFF;
    height: 55px;
    border-radius: 10px;
    box-shadow: 0px 4px 20px 0px #0000001A;
    width: 97%;
    padding: 15px 5px 15px 10px;
}

.promotion-code-content div {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #3a3a3a;
}

.promotion-code-list {
    overflow-y: scroll;
    height: 190px;
    overflow-x: hidden;
}

.promotion-code-list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #45BDDC;
}

.promotion-code-list::-webkit-scrollbar {
    width: 5px;
}

.create-promo-code input{
    border: 1px solid #0000001A;
    border-radius: 7px;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #3a3a3a;
}

.choose-file button:nth-child(1) {
    background-color: #45BDDC;
    width: 50%;
    height: 30px;
    border-radius: 5px 0 0 5px;
    border: 1px solid #0000001A;
    border-right: none;
    color: white;
    font-size: 13px;
    line-height: 30px;
    font-weight: 600;
}

.choose-file button:nth-child(2) {
    background-color: #FFFFFF;
    width: 50%;
    height: 30px;
    border-radius: 0 5px 5px 0;
    border: 1px solid #0000001A;
    border-left: none;
    color: #3A3A3A;
    font-size: 13px;
    line-height: 30px;
    font-weight: 600;
}

.logos {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.logos-upload button:nth-child(1) {
    background-color: #45BDDC;
    width: 96px;
    height: 30px;
    border-radius: 5px 0 0 5px;
    border: 1px solid #0000001A;
    border-right: none;
    color: white;
    font-size: 13px;
    line-height: 30px;
    font-weight: 600;
}

.logos-upload button:nth-child(2) {
    background-color: #FFFFFF;
    width: 106px;
    height: 30px;
    border-radius: 0 5px 5px 0;
    border: 1px solid #0000001A;
    border-left: none;
    color: #3A3A3A;
    font-size: 13px;
    line-height: 30px;
    font-weight: 600;
}

.type-avatar-options, .select-avatar-type label {
    margin-top: -2px;
    font-weight: 500 !important;
    font-size: 11.76px !important;
    line-height: 17.64px !important;
    letter-spacing: 0.42px;
    color: #838383 !important;
}

.select-avatars {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.avatars-picture {
    background-color: #FFFFFF;
    box-shadow: 0px 4px 20px 0px #0000001A;
    width: 101px;
    height: 104px;
    border-radius: 10px;
    position: relative;
}

.avatars-picture img {
    border-radius: 10px;
}

.avatars-picture div {
    margin-right: 44px;
    margin-top: 75px;
    width: auto;
    position: absolute;
    padding: 1px;
    background-color: #FFFFFF;
    border-radius: 0px 5px;
}

.avatar-name {
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #3A3A3A;
    margin-top: 5px;
}

.select-avatars-list {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 142px;
}

.select-avatars-list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #45BDDC;
}

.select-avatars-list::-webkit-scrollbar {
    width: 5px;
}

#showTalkingAvatarAsset {
    display: none;
}

@media(max-width: 580px) {
    .talking-avatar-check {
        margin-right: 0px;
    }
}
